body {
    font-family: 'Times New Roman', sans-serif;
}
h1, h2, h3 {
    font-family: 'Times New Roman', serif;
}
.site-header .primary-menu a {
    font-weight: bold;
}
.menu-item-6076 a {
    font-weight: bold;
}.menu-home-megamenu a {
    font-weight: bold !important; /* Bold text */
    font-size: 18px !important;  /* Font size */
    color: #333333 !important;   /* Text color (dark gray) */
    text-transform: uppercase;   /* Uppercase text (optional) */
}
body {
    font-size: 16px !important;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.25em !important;
    font-weight: bold !important;
}

p, li, span, a {
    font-size: 16px !important;
}
body {
    font-size: 18px !important;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em !important;
    font-weight: bold !important;
}

p, li, span, a {
    font-size: 18px !important;
}
@media (max-width: 768px) {
    .dearflip-container {
        transform: scale(1.5);
        transform-origin: center center;
    }
}
.social-buttons-group {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    align-items: center;
}

.social-icon-button img {
    width: 24px !important;
    height: 24px !important;
    max-width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.social-icon-button:hover img {
    transform: scale(1.2);
}
.social-buttons-group {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    align-items: center;
    background-color: #f9f9f9;
    padding: 8px 12px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    max-width: fit-content;
}

.social-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    padding: 6px;
    width: 36px;
    height: 36px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-icon-button img {
    width: 20px !important;
    height: 20px !important;
    display: block;
}

.social-icon-button:hover {
    background-color: #e8e8e8;
    transform: scale(1.05);
}
/* شبكة إجبارية + تحسينات عامة لبطاقات المؤلفين */
body .emja-grid{display:grid !important;grid-template-columns:repeat(6,1fr) !important;gap:22px !important}
@media (max-width:1200px){body .emja-grid{grid-template-columns:repeat(5,1fr) !important}}
@media (max-width:992px){body .emja-grid{grid-template-columns:repeat(4,1fr) !important}}
@media (max-width:768px){body .emja-grid{grid-template-columns:repeat(3,1fr) !important}}
@media (max-width:560px){body .emja-grid{grid-template-columns:repeat(2,1fr) !important}}

body .emja-card{border:1px solid #eee;border-radius:18px;overflow:hidden;background:#fff;
  box-shadow:0 2px 6px rgba(0,0,0,.05);transition:.2s}
body .emja-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,.08)}
body .emja-thumb{width:100%;height:auto;aspect-ratio:1/1 !important;object-fit:cover !important;background:#f3f4f6}
body .emja-name{font-weight:800;color:#e11d48;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}