.btnews-featured-layout {
    max-width: 1200px;
    margin: 0 auto;
}

.btnews-featured-layout__heading {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.btnews-featured-layout__main {
    margin-bottom: 24px;
}

.btnews-featured-layout__main a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.btnews-featured-layout__main-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.btnews-featured-layout__main-title {
    margin-top: 12px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
}

.btnews-featured-layout__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.btnews-featured-layout__item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.btnews-featured-layout__item-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

.btnews-featured-layout__item-title {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .btnews-featured-layout__grid {
        grid-template-columns: 1fr;
    }
}
