﻿.es-feature {
    padding: 1rem 1.25rem;
    border-radius: 14px;
    background-color: #FCF9FA;
}

/* مراحل الطلب — pill cards */
.step-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    border: 1px solid #D3BBC2;
    background: #fff;
    border-radius: 10px;
}

.step-title {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #111;
}

.star {
    color: #FFB800 !important; /* Yellow for filled stars */
}

.step-num {
    color: #111;
    font-weight: 700;
}

.step-sla {
    font-size: .9rem;
    color: #8a8f98;
}

.eligibility-title {
    font-weight: 700;
    font-size: 17px;
    color: #1E1E1E;
}

.eligibility-status {
    border: 1px solid #3E8E41;
    color: #3E8E41;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: #F6FBF6;
}

.doc-alert {
    background: #FFF1B8;
}

.doc-item-warning {
    border: 1px solid var(--warning);
    background: #FFFBE6;
}

.pointer-none {
    pointer-events: none;
}

.service-terms-richtext,
.service-terms-richtext * {
    font-family: "Cairo", sans-serif !important;
}

/* Keep RTL alignment tidy on small screens */
@media (max-width: 575.98px) {
    .step-item {
        padding: 10px 12px;
    }

    .step-sla {
        font-size: .85rem;
    }
}
/* ===== DARK MODE - Page Specific Only ===== */
html.dark-mode .service-details {
    background-color: var(--bg-primary);
}

/* Request stages - specific styling */
html.dark-mode .step-item {
    background: var(--bg-secondary) !important;
    border-color: var(--border-primary) !important;
    padding: 1rem;
    border-radius: 8px;
}

html.dark-mode .step-num {
    color: var(--accent) !important;
}

/* Star rating */
html.dark-mode .star {
    color: #ffd700;
}
