body {
    font-family: "Noto Serif", serif;
    font-size: 14px;
    line-height: 1.43rem;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    text-align: justify;
}
/* Creative Commons Footer - Clean Layout */
.cc-footer {
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.8;
    color: #e6e6e6;
    margin: 0.8em 0;
}

.cc-footer a {
    color: #7cc9ff;
    text-decoration: none;
}

.cc-footer a:hover {
    text-decoration: underline;
}
/* Hide Creative Commons icons added by OJS */
.pkp_brand_footer img {
    display: none !important;
}
/* ================================
   About the Journal – White Background
   ================================ */
.pkp_structure_footer_wrapper {
    background: #1a292b;
}
.page_about {
    background-color: #ffffff;
    padding: 2rem 0;
    text-align: justify;
}

/* عنوان الصفحة */
.page_about h1 {
    color: #222222;
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    border-bottom: 2px solid #dddddd;
    padding-bottom: 0.5rem;
}

/* العناوين الفرعية */
.page_about h2,
.page_about h3 {
    color: #333333;
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
    font-size: 1.1rem;
}

/* النص */
.page_about p {
    color: #444444;
    line-height: 1.8;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

/* إبراز ISSN */
.page_about p strong {
    color: #000000;
    font-weight: 600;
}

/* الروابط */
.page_about a {
    color: #005f73;
    text-decoration: none;
}

.page_about a:hover {
    color: #003845;
    text-decoration: underline;
}

/* فاصل */
.page_about hr {
    border: none;
    border-top: 1px solid #dddddd;
    margin: 1.5rem 0;
}

/* صندوق معلومات (اختياري) */
.page_about .about-box {
    background-color: #f7f7f7;
    padding: 1.2rem;
    border-left: 4px solid #005f73;
    margin-top: 1.5rem;
}
/* =================================
   Publication Ethics – Styling
   ================================= */

/* صفحة الأخلاقيات */
.page_ethics,
.page_page_publication_ethics,
.page_page_publication_ethicsandmalpracticestatementguidelines {
    background-color: #ffffff;
    text-align: justify;
    padding: 2rem 0;
}

/* العنوان الرئيسي */
.page_ethics h1,
.page_page_publication_ethics h1 {
    color: #222222;
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    border-bottom: 2px solid #dddddd;
    padding-bottom: 0.5rem;
}

/* العناوين الفرعية */
.page_ethics h2,
.page_ethics h3,
.page_page_publication_ethics h2,
.page_page_publication_ethics h3 {
    color: #333333;
    margin-top: 1.6rem;
    margin-bottom: 0.6rem;
    font-size: 1.15rem;
}

/* النص */
.page_ethics p,
.page_page_publication_ethics p {
    color: #444444;
    line-height: 1.8;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

/* القوائم (إذا استخدمت bullets لاحقًا) */
.page_ethics ul,
.page_page_publication_ethics ul {
    margin-left: 1.2rem;
    color: #444444;
}

.page_ethics li,
.page_page_publication_ethics li {
    margin-bottom: 0.6rem;
    line-height: 1.7;
}

/* الروابط */
.page_ethics a,
.page_page_publication_ethics a {
    color: #005f73;
    text-decoration: none;
}

.page_ethics a:hover,
.page_page_publication_ethics a:hover {
    color: #003845;
    text-decoration: underline;
}

/* صندوق مميز (اختياري – لـ COPE مثلاً) */
.page_ethics .ethics-box {
    background-color: #f7f7f7;
    padding: 1.2rem;
    border-left: 4px solid #005f73;
    margin: 1.5rem 0;
}
.nanar-info-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 15px;
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 40px;
}

.nanar-item {
    background: #f7f9fa;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.6;
    border-left: 4px solid #1a292b;
}

.nanar-item strong {
    color: #1a292b;
}

.rtl {
    direction: rtl;
    text-align: right;
}
