.wp-block-button__link.ilchwa-post-date {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ilchwa-post-date:hover {
    background: transparent !important;
}

.event-slider-content {
    color: #0F0F0F;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25.6px; /* 160% */
}

.post-sub-info .event-date > a {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.wp-block-acf-recent-posts.block-style-3 .block-title {
    color: #0F0F0F;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.4px; /* 110% */

    margin: 0;
    padding-bottom: 15px;
}

.wp-block-acf-recent-posts.block-style-3 .block-event-item {
    border-top: 2px solid #E0F2FE;
    padding: 22px 0px;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.wp-block-acf-recent-posts.block-style-3 .block-event-item .block-event-item-title {
    color: #0F0F0F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.8px; /* 110% */
    margin: 0;
}

.wp-block-acf-recent-posts.block-style-3 .block-event-item .wp-block-buttons {
    display: flex;
    gap: 12px;
}


.wp-block-acf-recent-posts.block-style-3  .term a {
    background: #E0F2FE !important;
    color: #1F77A2 !important;
}

.wp-block-acf-recent-posts.block-style-3 .block-event-item .wp-block-buttons a {
    padding: 6px 0px !important;
    color: #757575;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18.2px; /* 130% */
    background: transparent;
}

.wp-block-acf-recent-posts.block-style-3 .block-event-item .wp-block-buttons a:hover {
    background: transparent !important;
}

.wp-block-acf-recent-posts.block-style-3 .block-event-item .wp-block-buttons div:first-child a {
    padding: 6px 25px !important;
    background: #E0F2FE !important;
    color: #1F77A2 !important;

    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 120% */
}

.wp-block-acf-recent-posts.block-style-3 .block-event-item .wp-block-buttons div:first-child a:hover {
    background: #E0F2FE !important;
    color: #1F77A2 !important;
}

@media only screen and ( max-width: 987px ) {

    .ilchwa-slider {
        padding-right: 19px;
        padding-left: 23px;
    }

    .slick-initialized .slick-slide {
        margin: 3px 25px !important;
    }

}