/* المشجرة - تنسيق الصفحات العامة */

body.ft-theme.ft-public .page,
body.ft-theme.ft-public .container,
body.ft-theme.ft-public .wrap{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}

body.ft-theme.ft-public .hero,
body.ft-theme.ft-public .hero-card,
body.ft-theme.ft-public .section-card{
    background:linear-gradient(135deg, var(--ft-card-bg), var(--ft-card-bg-soft)) !important;
    border:1px solid var(--ft-border) !important;
    border-radius:var(--ft-radius) !important;
    box-shadow:var(--ft-shadow) !important;
}

body.ft-theme.ft-public .public-card,
body.ft-theme.ft-public .item-card,
body.ft-theme.ft-public .result-card{
    background:var(--ft-card-bg) !important;
    border:1px solid var(--ft-border) !important;
    border-radius:var(--ft-radius) !important;
    box-shadow:var(--ft-shadow-soft) !important;
}

body.ft-theme.ft-public .section-kicker,
body.ft-theme.ft-public .hero-kicker{
    color:var(--ft-accent) !important;
}

/* وضوح إحصائيات الصفحات العامة والشبات - 20260704 */
body.ft-theme.ft-public .stats-grid .stat,
body.ft-theme.ft-public .stats-row .stat,
body.ft-theme.ft-public .summary-stats .stat,
body.ft-theme.ft-public .shbat-stats .stat,
body.ft-theme.ft-public .stat-card,
body.ft-theme.ft-public .summary-card{
    position:relative;
    overflow:hidden;
}

body.ft-theme.ft-public .stats-grid .stat::after,
body.ft-theme.ft-public .stats-row .stat::after,
body.ft-theme.ft-public .summary-stats .stat::after,
body.ft-theme.ft-public .shbat-stats .stat::after,
body.ft-theme.ft-public .stat-card::after,
body.ft-theme.ft-public .summary-card::after{
    opacity:.18 !important;
    z-index:0 !important;
}

body.ft-theme.ft-public .stat .num,
body.ft-theme.ft-public .stat .number,
body.ft-theme.ft-public .stat-number,
body.ft-theme.ft-public .stat-value,
body.ft-theme.ft-public .summary-number,
body.ft-theme.ft-public .summary-value,
body.ft-theme.ft-public .count-number,
body.ft-theme.ft-public .shbat-count,
body.ft-theme.ft-public .shabat-count{
    position:relative;
    z-index:2;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:34px;
    min-height:30px;
    padding:2px 8px;
    border-radius:12px;
    background:#fffdf7 !important;
    color:var(--ft-primary) !important;
    border:1px solid var(--ft-border) !important;
    box-shadow:0 3px 10px rgba(44,62,80,.06) !important;
    text-shadow:none !important;
    opacity:1 !important;
}

body.ft-theme.ft-public .stat .label,
body.ft-theme.ft-public .stat-label,
body.ft-theme.ft-public .summary-label{
    position:relative;
    z-index:2;
}

