/* Taboo! Blogs — plugin-owned presentation */
.ow_blogs_list {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 26px;
    align-items: start;
}

.ow_blogs_list .ow_superwide,
.ow_blogs_list .ow_supernarrow {
    width: auto !important;
    float: none !important;
}

.taboo-blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.taboo-blog-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 65, 139, .58);
    border-radius: 17px;
    background: linear-gradient(145deg, rgba(93, 8, 52, .96), rgba(28, 0, 19, .98));
    box-shadow: 0 13px 34px rgba(0, 0, 0, .3);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.taboo-blog-card:hover,
.taboo-blog-card:focus-within {
    transform: translateY(-4px);
    border-color: #ff5a9b;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .42), 0 0 24px rgba(255, 31, 113, .2);
}

.taboo-blog-card__media {
    display: block;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #260018;
}

.taboo-blog-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.taboo-blog-card:hover .taboo-blog-card__media img {
    transform: scale(1.035);
}

.taboo-blog-card__badge {
    position: absolute;
    top: 13px;
    left: 13px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    color: #fff;
    background: rgba(179, 8, 80, .9);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.taboo-blog-card__body {
    padding: 18px 19px 17px;
}

.taboo-blog-card__title {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.18;
}

.taboo-blog-card__title a {
    color: #fff !important;
    text-decoration: none;
}

.taboo-blog-card__title a:hover {
    color: #ff82b4 !important;
}

.taboo-blog-card__excerpt {
    display: -webkit-box;
    min-height: 4.5em;
    margin: 0 0 16px;
    overflow: hidden;
    color: #ead8e4 !important;
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.taboo-blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    padding-top: 13px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #cfaabd;
    font-size: 12px;
}

.taboo-blog-card__meta a {
    color: #69a2ff !important;
}

.taboo-blog-card__read {
    margin-left: auto;
    color: #ff72a9 !important;
    font-weight: 700;
}

.taboo-blog-empty {
    padding: 36px;
    border: 1px dashed rgba(255, 82, 148, .55);
    border-radius: 16px;
    color: #ead8e4;
    text-align: center;
}

.taboo-blog-post {
    padding: clamp(18px, 3vw, 36px);
    border: 1px solid rgba(255, 69, 139, .35);
    border-radius: 18px;
    color: #f7edf3 !important;
    background: linear-gradient(145deg, rgba(77, 4, 43, .7), rgba(24, 0, 17, .78));
    box-shadow: 0 16px 42px rgba(0, 0, 0, .24);
    font-size: 17px;
    line-height: 1.7;
}

.taboo-blog-post,
.taboo-blog-post p,
.taboo-blog-post li,
.taboo-blog-post div,
.taboo-blog-post span {
    color: #f7edf3;
}

.taboo-blog-post img,
.taboo-blog-post iframe,
.taboo-blog-post video {
    max-width: 100% !important;
    height: auto;
}

.taboo-blog-post img {
    border-radius: 12px;
    box-shadow: 0 9px 28px rgba(0, 0, 0, .28);
}

.ow_newsfeed_item[data-entity-type="blog-post"] .ow_newsfeed_oembed_atch {
    overflow: hidden;
    border: 1px solid rgba(255, 67, 139, .55);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(84, 4, 47, .92), rgba(29, 0, 20, .95));
}

.ow_newsfeed_item[data-entity-type="blog-post"] .ow_newsfeed_item_picture {
    width: 210px;
    margin: 0;
}

.ow_newsfeed_item[data-entity-type="blog-post"] .ow_newsfeed_item_picture img {
    display: block;
    width: 210px;
    height: 132px;
    object-fit: cover;
}

.ow_newsfeed_item[data-entity-type="blog-post"] .ow_newsfeed_item_content {
    padding: 17px 19px;
}

.ow_newsfeed_item[data-entity-type="blog-post"] .ow_newsfeed_item_title {
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
}

.ow_newsfeed_item[data-entity-type="blog-post"] .ow_remark {
    display: -webkit-box;
    overflow: hidden;
    color: #e8d3df !important;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 900px) {
    .ow_blogs_list {
        grid-template-columns: 1fr;
    }

    .taboo-blog-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .ow_newsfeed_item[data-entity-type="blog-post"] .ow_newsfeed_item_picture {
        float: none;
        width: 100%;
    }

    .ow_newsfeed_item[data-entity-type="blog-post"] .ow_newsfeed_item_picture img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .taboo-blog-card__body {
        padding: 15px;
    }
}
