/* category.css */
.sub-news-item-border {
    border-bottom: 1px solid var(--secondary-color);
    height: 100%;
}

.sub-cat-title {
    font-family: "STIX Two Text", serif;
    font-size: 2.2rem;
    color: #c4b59b;
}

/* Червената вълничка под заглавието */
.sub-cat-header::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 80px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='62.592' height='13.071' viewBox='0 0 62.592 13.071'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1098' data-name='Rectangle 1098' width='62.592' height='13.071' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1863' data-name='Group 1863' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_12657' data-name='Path 12657' d='M57.4,12.968A27.9,27.9,0,0,0,40.045,5.756C18.942,5.123,0,13.071,0,13.071L5.192,7.638S23.378-.785,43.674.059C56.109.576,62.592,7.536,62.592,7.536Z' transform='translate(0 0)' fill='%23ed1c23'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
}

.sub-news-link {
    font-family: inherit;
    font-size: 1.1rem;
    color: var(--main-dark-color);
    line-height: 1.25;
}

.ad-placeholder-inline {
    background-color: var(--secondary-lighter-color, #f8f9fa) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    color: var(--main-dark-color);
    opacity: 0.7;
}

.sub-news-item .ratio img {
    border-radius: 4px;
}