.elementor-4620 .elementor-element.elementor-element-6e16a4d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c7ea20c *//* ۱. فراخوانی فونت اختصاصی شما */
@font-face {
    font-family: 'IranSansCustom';
    src: url('https://showmag.bet/wp-content/uploads/2025/01/iransans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ۲. تنظیمات عمومی */
.cat-intro-wrapper, .cat-intro-wrapper * {
    font-family: 'IranSansCustom', Tahoma, Arial, sans-serif !important;
    box-sizing: border-box;
}

.cat-intro-wrapper {
    width: 100%;
    margin: 20px 0;
}

.cat-main-box {
    max-width: 1050px;
    margin: 0 auto;
    background: #111317;
    border-radius: 35px;
    padding: 45px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.cat-badge-top {
    color: #1e90ff;
    background: rgba(30, 144, 255, 0.1);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: bold;
}

.cat-main-title { color: #ffffff !important; font-size: 28px; font-weight: bold; margin: 20px 0; }
.cat-description { color: #ffffff !important; line-height: 2; font-size: 15px; text-align: justify; opacity: 0.95; }

/* استایل لینک ها با رنگ آبی فوتبالی */
.cat-brand-link, .trust-items-list a {
    color: #1e90ff !important;
    text-decoration: none !important;
    font-weight: bold;
    transition: 0.3s;
}

.trust-items-list a { color: #ffffff !important; }
.cat-brand-link:hover, .trust-items-list a:hover { color: #1e90ff !important; }

.cat-stats-row { 
    display: flex; 
    gap: 45px; 
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.s-box .s-number { display: flex; align-items: center; gap: 10px; color: #1e90ff; font-size: 24px; font-weight: bold; }
.s-box .s-label { color: #bbbbbb; font-size: 12px; font-weight: bold; margin-top: 5px; display: block; }

.football-card {
    background: rgba(255, 255, 255, 0.01);
    border: 1px dashed rgba(30, 144, 255, 0.25);
    border-radius: 25px;
    padding: 30px;
}

.trust-title-top { color: #ffffff !important; font-size: 18px; font-weight: bold; margin-bottom: 25px; text-align: right; }

.trust-items-list { 
    list-style: none; padding: 0; margin: 0; 
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.trust-items-list li {
    color: #ffffff !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cat-intro-wrapper svg { flex-shrink: 0; }

@media (max-width: 768px) {
    .cat-main-box { padding: 30px 20px; }
    .cat-stats-row { flex-wrap: wrap; gap: 20px; }
    .trust-items-list { grid-template-columns: 1fr; }
}/* End custom CSS */