/* ============================================================
   AFRIYAH TEMPLATE TAGS STYLES
   ============================================================ */

/* Site Header */
.af-site-header {
    background: #0a1a44;
    color: #fff;
    padding: 10px 0;
}

.af-promo-text {
    font-size: 13px;
    font-weight: 500;
}

.af-header-right-widget {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.af-header-email {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.af-header-email:hover {
    color: #FFD700;
    /* Gold hover from theme */
}

/* Browse Category - Menu Items */
.af-menu-list-item {
    display: list-item;
}

/* Site Logo - Hidden SEO Title */
.af-hidden-seo-title {
    display: none;
}

/* Top Scroller */
.af-scroll-progress-path {
    transition: stroke-dashoffset 10ms linear 0s;
    stroke-dasharray: 307.919, 307.919;
    stroke-dashoffset: -0.0171453;
}