﻿.announcement-page-header {
    text-align: center;
    margin-bottom: 50px;
}

.announcement-badge {
    display: inline-block;
    background: #fff3e0;
    color: #c1121f;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
}

.announcement-page-header h1 {
    font-size: 44px;
    font-weight: 700;
}

.announcement-page-header p {
    color: #666;
    font-size: 18px;
}

.announcement-item {
    display: flex;
    gap: 30px;
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.announcement-date {
    min-width: 120px;
    font-weight: 700;
    color: #c1121f;
    font-size: 18px;
}

.announcement-content h4 {
    font-weight: 700;
}

.announcement-content p {
    color: #666;
    margin: 15px 0;
}

.announcement-content a {
    color: #c1121f;
    text-decoration: none;
    font-weight: 600;
}

@media(max-width:768px) {

    .announcement-item {
        flex-direction: column;
    }

    .announcement-date {
        min-width: auto;
    }
}
