.event-banner {
    width: 100%;
    height: 175px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.pc-one .event-banner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 1px solid var(--main-black);
    pointer-events: none;
}
.event-banner img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
    height: auto;
    max-width: 95%;
    max-height: 95%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.posts-carousel.owl-carousel {
    position: unset !important;
}
.posts-carousel .post-car-cell {
    padding: 5px;
    position: relative;
    min-height: 360px;
    padding-bottom: 56px;
}
.post-title-link {
    margin-bottom: 10px;
    display: block;
}
.pc-one .posts-carousel .post-car-cell .post-button {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: calc(100% - 10px);
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid var(--main-black);
    background-color: var(--main-white);
    color: var(--main-black);
    transition: var(--main-easing);
}
.pc-one .posts-carousel .owl-item:nth-child(3n) .post-button:hover {
    background: var(--main-light-blue);
    color: var(--main-white);
}
.pc-one .posts-carousel .owl-item:nth-child(3n+1) .post-button:hover {
    background: var(--main-orange);
    color: var(--main-white);
}
.pc-one .posts-carousel .owl-item:nth-child(3n+2) .post-button:hover {
    background: var(--main-yellow);
}
.posts-carousel .owl-dots {display: none;}
.block-title-wrapper {
    padding: 20px 30px;
    background: var(--main-yellow);
}

/* Type Two */

.posts-carousel-block-wrapper.pc-two {
    padding: 0 50px;
    background: var(--main-yellow);
}
.pc-two .posts-carousel {
    background: var(--main-white);
    border-left: 1px solid var(--main-black);
    border-right: 1px solid var(--main-black);
}
.pc-two .owl-carousel .owl-item img {
    border: 0;
}
.pc-two .post-car-cell {
    border-left: 1px solid var(--main-black);
    border-right: 1px solid var(--main-black);
}
.pc-two .posts-carousel .post-car-cell .post-button {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 10px 20px;
    border-top: 1px solid var(--main-black);
    background-color: var(--main-white);
    color: var(--main-black);
    transition: var(--main-easing);
}
.pc-two .posts-carousel .post-car-cell .post-button:hover {
    background: var(--main-light-blue);
    color: var(--main-white);
}
.pc-two .post-car-cell {
    padding: 0 0 60px;
}
.pc-two .post-image {
    position: relative;
    padding-top: 120%;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--main-black);
}
.pc-two .post-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
    height: 100%;
    max-width: initial;
    max-height: initial;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.pc-two .post-title-link {
    padding: 0 10px;
    transition: var(--main-easing);
}
.pc-two .post-title-link:hover {
    color: var(--main-light-blue);
}
.pc-two .owl-carousel .owl-item img {
    transform-origin: center;
    transition: var(--main-easing);
}
.pc-two .owl-carousel .owl-item:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Navigation */

.pc-one .posts-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex !important;
    width: 100%;
}
.pc-one .posts-carousel .owl-nav button {
    display: block;
    width: 100%;
    border-style: solid !important;
    border-color: var(--main-black) !important;
    background: var(--main-white) !important;
    color: var(--main-black) !important;
    border-radius: 0px !important;
    transition: var(--main-easing);
}
.pc-one .posts-carousel .owl-prev.disabled,
.pc-one .posts-carousel .owl-next.disabled {
    display: none;
}
.posts-carousel .owl-nav button span {
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
}
.pc-one .posts-carousel .owl-nav button.owl-prev {
    border-width: 1px 1px 0 0 !important;
}
.pc-one .posts-carousel .owl-nav button.owl-next {
    border-width: 1px 0 0 0 !important;
}
.pc-one .posts-carousel .owl-nav button.owl-prev:hover {
    background: var(--main-light-blue) !important;
    color: var(--main-white) !important;
}
.pc-one .posts-carousel .owl-nav button.owl-next:hover {
    background: var(--main-orange) !important;
    color: var(--main-white) !important;
}

.pc-two .posts-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    display: flex !important;
    justify-content: space-between;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.pc-two .posts-carousel .owl-nav button {
    width: 50px;
    text-align: center;
    pointer-events: all;
    transition: var(--main-easing);
}
.pc-two .owl-carousel .owl-nav button.owl-prev.disabled,
.pc-two .owl-carousel .owl-nav button.owl-next.disabled {
    pointer-events: none;
}
.pc-two .owl-carousel .owl-nav button.owl-prev.disabled span,
.pc-two .owl-carousel .owl-nav button.owl-next.disabled span {
    opacity: 0;
}
.pc-two .posts-carousel .owl-nav button:hover {
    background: var(--main-white);
    color: var(--main-black);
}
.post-intro {
    font-size: 16px;
    min-height: 100px;
    padding: 0 10px;
}
.post-info-wrapper {
    min-height: 200px;
}
@media only screen and (max-width: 1600px) {
    .pc-one {padding-bottom: 73px;}
    .post-intro {font-size: 15px;}
}
@media only screen and (max-width: 1200px) {

    .pc-two .posts-carousel .post-car-cell .post-button,
    .pc-one .posts-carousel .post-car-cell .post-button {font-size: 14px;padding: 5px;}
}

@media only screen and (max-width: 1024px) {
    .pc-two .post-car-cell {padding: 0 0 40px;}
    .post-info-wrapper {min-height: 180px;}
    .post-intro {font-size: 14px;}
    
    .pc-two .post-image {padding-top: 90%;}
}
@media only screen and (max-width: 600px) {
    .posts-carousel-block-wrapper.pc-two {padding: 20px;}
    .pc-two .block-title-wrapper {background: transparent; padding: 10px 0;}
    .post-car-cell {border-top: 1px solid var(--main-black); border-bottom: 1px solid var(--main-black);}
    .pc-two .posts-carousel .owl-nav button {width: 100%; border-bottom: 1px solid var(--main-black);border-radius: 0;}
    .pc-two .posts-carousel .owl-nav {position: relative; margin-top: 20px;}
    .owl-nav {border-top: 1px solid var(--main-black);}
    .pc-two .posts-carousel .owl-nav button.owl-prev,
    .owl-nav .owl-prev {border-right: 1px solid var(--main-black);}
    .pc-one .posts-carousel .post-car-cell {border-top: 0px;border-bottom:0;}
    .post-cell .post-info {width: 100%;}
    .post-cell .post-date {position: relative;right: initial;top: initial;transform: initial;}
    .post-cell-link {display: flex; flex-direction: column; gap: 10px;}
    .post-info {order: 2;}

    .pc-two .post-image {padding-top: 70%;}
    .post-info-wrapper {min-height: initial;}

    .posts-carousel .owl-nav button span {font-size: 40px;}
}