.post a:first-of-type {
    position: relative;
    display: grid;
    height: 100%;
    grid-template-rows: 300px auto auto;
    row-gap: 25px;
    background: #ffffff;
}

.post p:has(a) {
    display: none;
}


@media (min-width: 650px) {
    .post a:first-of-type {
        grid-template-rows: 305px auto auto;
    }

}

@media (max-width: 991px) {
    .single-post .owl-carousel,
    .single-post .owl-carousel .post-image {
        max-width: calc(100vw - 30px);
    }

    .single-post .owl-carousel .post-image {
        max-height: 400px;
    }

    .post a:first-of-type {
        grid-template-rows: 400px auto auto;
    }
}

@media (min-width: 1200px) {
    .post a:first-of-type {
        grid-template-rows: 202px auto auto;
    }

}

.post p:empty {
    display: none;
}

.owl-nav {
    display: flex;
    margin-top: 40px;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.owl-nav button {
    background: #f4f8ff;
    width: 45px;
    height: 45px;
    border:none;
    border-radius: 50%;
}

.post-title {
    color: #000001;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
}

.post-footer {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
    justify-content: flex-start;
}

.post-footer p {
    color: #aaa;
    font-size: 16px;
    display: flex;
    line-height: 16px;
}


.post p:has(img) {
    margin: 0;
}


.post-footer svg {
    margin-right: 10px;
}

.post-footer span {
    color: #aaa;
}

.post-footer svg {
    fill: #aaa ;
}

.post {
    height: 100%;
}

.owl-stage {
    display: flex;
}

.post-description,
.post-date {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    color: #000001;
}

.post-category {
    position: absolute;
    top: 5px;
    color: #ffffff;
    padding: 5px 8px 5px;
    background-color: rgba(0,0,0,.5);
    border-radius: 30px;
    font-size: 13px;
    left: 15px;
}

.separator {
    display: block;
    width: 46px;
    margin-top: 20px;
    height: 5px;
    background-color: #3c98ff;
}
