@font-face {
    font-family: 'Lyon Arabic Display';
    src: url('../../fonts/lyon-arabic-display/lyon-arabic-display-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lyon Arabic Display';
    src: url('../../fonts/lyon-arabic-display/lyon-arabic-display-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lyon Arabic Display';
    src: url('../../fonts/lyon-arabic-display/lyon-arabic-display-bold.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik Arabic';
    src: url('../../fonts/graphik-arabic/GraphikArabic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body.news-detail-page {
    background-color: #fff6e3;
}

.news-detail-page main.news-detail {
    min-height: 50vh;
    padding: 28px 0 80px;
}

.news-detail-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    font-family: 'Graphik Arabic', sans-serif;
    font-size: 14px;
    color: #5c5c5a;
    margin-bottom: 24px;
    max-width: 920px;
    margin-inline: auto;
}

.news-detail-breadcrumbs a {
    color: #5c5c5a;
    text-decoration: none;
}

.news-detail-breadcrumbs a:hover {
    color: #21211b;
    text-decoration: underline;
}

.news-detail-breadcrumbs-sep {
    opacity: 0.55;
    user-select: none;
}

.news-detail-breadcrumbs-icon {
    display: inline-flex;
    vertical-align: middle;
    color: #5c5c5a;
}

.news-detail-breadcrumbs-current {
    color: #21211b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: min(100%, 420px);
}

.news-detail-article {
    max-width: 920px;
    margin: 0 auto;
    background-color: #fffcf5;
    padding: 40px 56px 56px;
}

.news-detail-header {
    margin-bottom: 28px;
}

.news-detail-title {
    font-family: 'Lyon Arabic Display', serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.35;
    color: #21211b;
    margin: 0 0 16px;
    text-align: start;
}

.news-detail-date {
    display: block;
    font-family: 'Graphik Arabic', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #5c5c5a;
    text-align: start;
}

.news-detail-body {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.news-detail-lead {
    font-family: 'Graphik Arabic', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.7;
    color: #21211b;
    margin: 0 0 28px;
    text-align: start;
}

.news-detail-section {
    margin-bottom: 28px;
}

.news-detail-section:last-child {
    margin-bottom: 0;
}

.news-detail-section-heading {
    font-family: 'Lyon Arabic Display', serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #21211b;
    margin: 0 0 16px;
    text-align: start;
}

.news-detail-subheading {
    font-family: 'Graphik Arabic', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    color: #21211b;
    margin: 0 0 12px;
    text-align: start;
}

.news-detail-paragraph {
    font-family: 'Graphik Arabic', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #21211b;
    margin: 0 0 20px;
    text-align: start;
}

.news-detail-paragraph:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .news-detail-article {
        padding: 32px 36px 40px;
    }

    .news-detail-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .news-detail-page main.news-detail {
        padding: 20px 0 60px;
    }

    .news-detail-breadcrumbs {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .news-detail-breadcrumbs-current {
        white-space: normal;
        max-width: 100%;
    }

    .news-detail-article {
        padding: 24px 20px 32px;
    }

    .news-detail-title {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .news-detail-lead,
    .news-detail-paragraph {
        font-size: 16px;
        line-height: 1.65;
    }
}
