/* post page */
img {
    width: 100%;
}
.data-event {
    background-color: #0039FF;
    padding: 32px;
    border-radius: 24px;
    height: 100%;
}

.button-item {
    display: flex;
    gap: 18px;
    margin-top: 18px;
}

.title-item {
    font-size: 48px !important;
    font-weight: 700;
    color: #FFFFFF;
}
.button-fill-white {
    display: flex;
    width: 120px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #FFFFFF;
    color: #0039FF;
    font-weight: 600;
    font-size: 18px !important;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #0039FF;
}
.button-fill-white:hover,
.button-fill-white:focus {
    background-color: #0039FF;
    color: #FFFFFF;
    transition: all .3s ease-in-out;
    border: 1px solid #FFFFFF;
}
.button-fill-blue {
    display: flex;
    width: 120px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #0039FF;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-weight: 600;
    font-size: 18px !important;
    height: 60px;
    border-radius: 8px;
}
.button-fill-blue:hover,
.button-fill-blue:focus {
    background-color: #FFFFFF;
    color: #0039FF;
    transition: all .3s ease-in-out;
    border: 1px solid #FFFFFF;
}
.icon-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 40px;
}
.icon-item svg {
    fill: #FFFFFF !important;
    color: #FFFFFF;
    width: 28px;
    height: 100%;
}
.card-latest-event {
    border: 1px solid #e0e0e0;
    padding: 24px;
}
.icon-item svg:focus,
.icon-item svg:hover {
    scale: 115%;
    transition: all .3s ease-in-out;
}
.section-latest-event {
    margin-top: 60px;
}
.title-section-event h3 {
    font-size: 24px;
    color: #0039FF;
}
.title-card {
    font-size: 20px !important;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 8px;
    cursor: pointer;
}
.title-card:hover, .title-card:focus {
    color: #0039FF;
    transition: all .3s ease-in-out;
}
.image-card img {
    width: 100%;
    background-color: #323232;
}
.image-card img:hover {
    opacity: .7;
    transition: all .3s ease-out;
}
.date-card {
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.date-card::before {
    content: '';
    display: flex;
    width: 14px;
    height: 14px;
    border-radius: 10000px;
    background-color: #a6a6a6;
}
.text-event {
    font-size: 14px !important;
    font-weight: 600;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .title-item {
        font-size: 40px !important;
    }
    .button-fill-white,
    .button-fill-blue {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
    .title-item {
        font-size: 40px !important;
    }
    .button-fill-white,
    .button-fill-blue {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .title-item {
        font-size: 36px !important;
    }
    .button-fill-white,
    .button-fill-blue {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 526px) and (max-width: 767px) {
    .title-item {
        font-size: 36px !important;
    }
    .button-fill-white,
    .button-fill-blue {
        font-size: 16px !important;
    }
    .desc-event {
        margin-top: 24px;
    }
    .title-card {
        font-size: 16px !important;
    }
    .date-card {
        font-size: 14px !important;
        gap: 4px;
    }
    .date-card::before {
        height: 10px;
        width: 10px;
    }
    .text-event {
        font-size: 12px;
    }
    .card-latest-event {
        padding: 8px;
    }
}

@media screen and (min-width: 320px) and (max-width: 525px) {
    .title-item {
        font-size: 36px !important;
    }
    .button-fill-white,
    .button-fill-blue {
        font-size: 16px !important;
    }
    .desc-event {
        margin-top: 24px;
    }
    .title-card {
        font-size: 16px !important;
    }
    .date-card {
        font-size: 14px !important;
        gap: 4px;
    }
    .date-card::before {
        height: 10px;
        width: 10px;
    }
    .text-event {
        font-size: 12px;
    }
    .card-latest-event {
        padding: 8px;
    }
}
