.custom-panel {
    border-radius: 14px !important;
    box-shadow: 0 4px 24px rgba(207,10,44,0.10) !important;
    border: 1.5px solid #CF0A2C !important;
    background: #fff !important;
    overflow: hidden !important;
}

.panel-heading {
    background: #CF0A2C !important;
    color: #fff !important;
    border-bottom: 1px solid #eee !important;
    border-radius: 14px 14px 0 0 !important;
}

.panel-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    color: #fff !important;
    letter-spacing: 0.5px !important;
}

.custom-panel-body {
    background: #fafbfc !important;

    overflow-y: auto !important;
}

.custom-news-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-y: auto !important;
    background-color: #fff !important;
    height: 100% !important;
}

.custom-news-item {
    display: flex !important;
    align-items: flex-start !important;
    transition: background 0.2s !important;
}

.custom-news-item:last-child {
    margin-bottom: 0 !important;
}

.custom-news-list-body {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
}

.custom-date {
    min-width: 50px;
    background: #CF0A2C;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    margin-right: 8px;
    padding: 6px 4px;
    font-family: 'Segoe UI', Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
}

.custom-date .day {
    font-size: 18px;
    font-weight: 700;
}

.custom-date .month, .custom-date .year {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.custom-header {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    background-color: #fff !important;
    background-image: none !important;
}

.custom-header a {
    color: #CF0A2C !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
    word-break: break-word !important;
}

.custom-header a:hover {
    color: #a00822 !important;
    text-decoration: underline !important;
}

.custom-panel-footer {
    background: #fff !important;
    padding: 14px 24px !important;
    border-radius: 0 0 14px 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

