@import url(https://db.onlinewebfonts.com/c/04a10ed8afa6475445d25e2d331e32f5?family=Public+Sans);


@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Playfair+Display:wght@700;800&display=swap');

:root {
    --bg-body: #f8fafc;
    --card-bg: #ffffff;
    --text-main: #1e293b;
    --text-muted: #64748b;
    --brand-blue: #1e293b;
    --brand-azure: #38bdf8;
    --border-color: #e2e8f0;
    --max-width: 850px;
}


/* Breadcrumbs Style */
.breadcrumbs {
    font-family: "Plus Jakarta Sans", sans-serif;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 24px;
}

    .breadcrumbs a {
        text-decoration: none;
        color: var(--brand-azure);
        font-weight: 500;
        transition: opacity 0.2s;
    }

        .breadcrumbs a:hover {
            opacity: 0.7;
        }

    .breadcrumbs span.separator {
        font-size: 0.7rem;
        opacity: 0.5;
        margin-left: 5px;
        margin-right: 5px;
    }

/* Article Header Card */
.article-card {
    background: var(--card-bg);
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.03);
    border: 1px solid var(--border-color);
}

.category-badge {
    display: inline-block;
    background: rgba(56, 189, 248, 0.1);
    color: var(--brand-azure);
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.article-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    line-height: 1.2;
    color: var(--brand-blue);
    margin: 0 0 20px 0;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 30px;
}

.meta-admin {
    color: var(--brand-blue);
}

.meta-divider {
    width: 30px;
    height: 1px;
    background: var(--border-color);
}

/* Article Body Text */
.article-body {
    font-size: 1.15rem;
    color: #334155;
}

    .article-body p {
        margin-bottom: 24px;
    }

.highlight-text {
    border-left: 4px solid var(--brand-azure);
    padding-left: 20px;
    font-style: italic;
    color: var(--brand-blue);
    margin: 30px 0;
    font-size: 1.25rem;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .article-title {
        font-size: 2rem;
    }

    .article-card {
        padding: 25px;
        border-radius: 16px;
    }

    .main-content {
        margin: 20px auto;
    }
}










@media (min-width: 601px) {

    hr {
        border: none;
        height: 0.5px;
        background-color: #e5e7eb;
    }

    main {
        /*background-color: inherit;*/
    }

    .message {
        background-color: inherit;
        color: #334155;
        padding: 0;
        border: none;
    }

    .footer1 {
        background-color: inherit;
    }

    .audio-note {
        font-size: smaller;
        color: #232764;
        font-style: inherit;
        font-family: inherit;
        line-height: inherit;
    }

 
    /*TITLE*/
    .title-font {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .article {
        font-family: 'Plus Jakarta Sans', sans-serif;
        color: #1f2937;
        font-size: 20px;
        line-height: 32.5px;
        background-color: inherit;
        padding: 10px;
    }

    .article-title {
        font-family: 'Noto Sans', 'Inter', serif;
        letter-spacing: -0.175px;
        color: rgb(30, 41, 59);
        font-weight: bold;
        font-size: 48px;
        line-height: 48px;
        margin-top: 0;
        margin-bottom: 10px;
        padding-top: 5px;
    }

    .article-info {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: bold;
        color: #64748b;
        margin-top: 18px;
        font-size: 12.8px;
        line-height: 20px;
        letter-spacing: 0.256px;
    }

    .article-author {
        text-decoration: none;
        color: rgb(30, 41, 59);
        font: inherit;
    }

    .article-dot {
        text-decoration: none;
        font: inherit;
        color: #e2e8f0;
        margin-left: 6px;
        margin-right: 6px;
    }

    .article-created {
    }

    .article-img {
        display: block;
        margin: 0 auto 30px auto;
        width: 100%;
        max-width: 400px;
        height: auto;
        aspect-ratio: 1 / 0.68;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    /*BLOCKQUOTE*/
    .q-container-1 {
        font-family: 'Plus Jakarta Sans', serif;
        color: rgb(31, 41, 55);
        box-sizing: border-box;
        border-radius: 12px;
        font-size: 20px;
        line-height: 32.5px;
        padding-top: 6px;
        padding-bottom: 16px;
        padding-left: 24px;
        padding-right: 24px;
        background-color: inherit;
    }

        .q-container-1 p {
            margin: 0;
        }

    .q-title-1 {
        font-family: 'Plus Jakarta Sans', serif;
        color: rgb(18, 142, 179);
        font-size: 24px;
        line-height: 32px;
        font-weight: normal;
        padding-bottom: 12px;
        background-color: inherit;
    }

    .q-translation-1 {
        font-style: italic;
        color: rgb(31 41 55);
        border-color: #e5e7eb;
        padding-top: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid gainsboro;
        background-color: inherit;
    }

    .q-commentary-1 {
        font-style: normal;
        color: rgb(75, 85, 99);
        font-size: 16px;
        line-height: 24px;
        background-color: inherit;
    }

}
