.elementor-7205 .elementor-element.elementor-element-4a4f209{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-1204acb *//* --- إعدادات الحاوية الرئيسية --- */
.wc-stadiums-guide {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* --- الهيدر والعناوين --- */
.guide-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.guide-header h1 {
    font-size: 2.2rem;
    color: #0f264a; /* أزرق داكن فخم */
    margin-bottom: 15px;
    line-height: 1.3;
}

.intro-lead {
    font-size: 1.15rem;
    color: #555;
    font-weight: 500;
}

.wc-section h2 {
    font-size: 1.6rem;
    color: #0f264a;
    margin-top: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

/* --- تصميم بطاقات الملاعب (Stadium Cards) --- */
.stadium-card {
    background: #f8f9fa; /* خلفية رمادية فاتحة جداً */
    border: 1px solid #e9ecef;
    border-left: 5px solid #d50a0a; /* الخط الأحمر الجانبي المميز */
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stadium-card:hover {
    transform: translateY(-3px); /* حركة خفيفة عند المرور */
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}

.stadium-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #222;
    font-size: 1.3rem;
}

.stadium-card p {
    margin: 0;
    font-size: 0.95rem;
    color: #444;
}

/* --- صندوق التنبيه (Alert Box) --- */
.alert-box {
    padding: 15px;
    border-radius: 6px;
    margin-top: 20px;
    background-color: #e3f2fd; /* أزرق فاتح جداً */
    border-left: 5px solid #2196f3;
    color: #0d47a1;
}

.alert-box.info {
    font-size: 1rem;
}

/* --- الخاتمة والزر (Conclusion & CTA) --- */
.wc-conclusion {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background-color: #0f264a; /* خلفية زرقاء داكنة للخاتمة */
    color: white;
    border-radius: 12px;
}

.wc-conclusion h3 {
    margin-top: 0;
    color: #fff;
    font-size: 1.8rem;
}

.wc-conclusion p {
    color: #dbe4f0;
    margin-bottom: 25px;
    font-size: 1.1rem;
}

/* تصميم الزر (CTA Button) */
.cta-button {
    display: inline-block;
    padding: 15px 30px;
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: background-color 0.3s ease, transform 0.2s;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    /* اللون الخلفي موجود في الـ HTML ولكن نضيف احتياطي */
    background-color: #d50a0a; 
}

.cta-button:hover {
    background-color: #b00808 !important; /* لون أغمق عند التحويم */
    transform: scale(1.05); /* تكبير بسيط */
}

/* --- إعدادات الموبايل --- */
@media (max-width: 600px) {
    .guide-header h1 {
        font-size: 1.8rem;
    }
    .wc-conclusion {
        padding: 20px;
    }
    .cta-button {
        width: 100%; /* الزر يأخذ العرض كامل في الموبايل */
        text-align: center;
    }
}/* End custom CSS */