/* Tayoub News — night edition. Loaded after the shared card sheet. */

body {
    background: #f4f1ea;
}

.shell-brand {
    background: #031e3b;
    border-bottom: 3px solid #b81018;
}

.shell-icon,
.shell-lang__btn {
    color: #fff;
}

.shell-icon:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.shell-search__input {
    background: rgba(255, 255, 255, 0.96);
    border-color: transparent;
}

.shell-nav {
    background: #021428;
    border-top: 0;
}

.shell-nav__link {
    color: rgba(255, 255, 255, 0.78);
}

.shell-nav__link:hover {
    color: #fff;
}

.shell-nav__link::after {
    background: #b81018;
}

.shell-nav__link.is-active {
    background: transparent;
    color: #fff;
}

.shell-nav__link.is-active::after {
    display: block;
    transform: scaleX(1);
}

.shell-nav__link--alert,
.shell-nav__link--alert.is-active {
    color: #ffb4b4;
}

.shell-live {
    background: #b81018;
}

.edition-feature__link {
    display: grid;
    grid-template-columns: 1.35fr 0.9fr;
    min-height: 26rem;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(3, 30, 59, 0.08);
}

.edition-feature__media,
.edition-feature__media img,
.edition-feature__media .news-image {
    height: 100%;
    min-height: 26rem;
    object-fit: cover;
}

.edition-feature__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1.75rem;
    background:
        linear-gradient(#b81018, #b81018) 0 0 / 6px 100% no-repeat,
        #fff;
}

.edition-feature__copy h2 {
    font-size: clamp(1.7rem, 2.4vw, 2.6rem);
    line-height: 1.25;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #031e3b;
    letter-spacing: 0.04em;
}

.section-title::before {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    background: #b81018;
}

.badge-category {
    color: #b81018;
    background: transparent;
    padding: 0;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.btn-navy {
    background: #031e3b;
    border-radius: 0;
}

.site-footer {
    background: #021428;
}

.site-footer__accent {
    background: #b81018;
}

@media (max-width: 900px) {
    .edition-feature__link {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .edition-feature__media,
    .edition-feature__media img,
    .edition-feature__media .news-image {
        min-height: 14rem;
        height: 16rem;
    }

    .edition-feature__copy {
        background: #fff;
        padding: 1.15rem 1rem 1.3rem;
    }
}
