.elementor-27045 .elementor-element.elementor-element-0b11b94{--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;}.elementor-27045 .elementor-element.elementor-element-e756a5f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-around;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}@media(max-width:767px){.elementor-27045 .elementor-element.elementor-element-0b11b94{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-27045 .elementor-element.elementor-element-e756a5f{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-df15f98 *//* تنظیمات کلی محفظه قوانین */
    .gl-affiliate-wrapper {
        direction: rtl;
        text-align: right;
        font-family: 'IRANSans', 'Vazirmatn', 'YekanBakh', Tahoma, sans-serif;
        max-width: 900px;
        margin: 40px auto;
        color: #333333;
        line-height: 1.8;
    }

    /* بخش عنوان و مقدمه */
    .gl-header-section {
        text-align: center;
        margin-bottom: 40px;
        padding: 0 15px;
    }

    .gl-header-section h1 {
        color: #124429; /* سبز تیره هماهنگ با سایت شما */
        font-size: 26px;
        font-weight: 800;
        margin-bottom: 15px;
    }

    .gl-header-section p {
        font-size: 15px;
        color: #555555;
        max-width: 750px;
        margin: 0 auto;
    }

    /* استایل کارت‌های قوانین */
    .gl-rule-card {
        background-color: #ffffff;
        border-radius: 16px;
        padding: 30px;
        margin-bottom: 25px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
        border: 1px solid #f0f0f0;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .gl-rule-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(18, 68, 41, 0.08); /* سایه ملایم سبز در هاور */
    }

    /* عنوان هر بخش از قوانین */
    .gl-rule-title {
        display: flex;
        align-items: center;
        color: #124429;
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 20px;
        border-bottom: 2px dashed #e8e8e8;
        padding-bottom: 15px;
    }

    /* دایره شماره‌گذار */
    .gl-rule-number {
        background-color: #124429;
        color: #ffffff;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px; /* گوشه‌های کمی گرد برای مدرن‌تر شدن */
        margin-left: 12px;
        font-size: 16px;
        font-weight: bold;
    }

    /* لیست‌های داخل قوانین */
    .gl-rule-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .gl-rule-list li {
        position: relative;
        padding-right: 25px;
        margin-bottom: 15px;
        font-size: 15px;
        color: #4a4a4a;
        text-align: justify;
    }

    .gl-rule-list li:last-child {
        margin-bottom: 0;
    }

    /* بولت‌های سفارشی لیست */
    .gl-rule-list li::before {
        content: "■";
        color: #124429;
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 4px;
        opacity: 0.7;
    }

    /* باکس پشتیبانی انتهایی */
    .gl-support-box {
        background: linear-gradient(135deg, #124429 0%, #1e693f 100%);
        color: #ffffff;
        border-radius: 16px;
        padding: 35px 20px;
        text-align: center;
        margin-top: 50px;
        box-shadow: 0 10px 30px rgba(18, 68, 41, 0.2);
    }

    .gl-support-box h4 {
        margin-top: 0;
        font-size: 22px;
        margin-bottom: 10px;
        color: #ffffff;
    }

    .gl-support-box p {
        font-size: 15px;
        opacity: 0.9;
        margin-bottom: 25px;
    }

    /* دکمه‌های تماس */
    .gl-contact-btn {
        display: inline-block;
        background-color: #f6f4ed; /* رنگ کرم پس زمینه سایت شما */
        color: #124429;
        padding: 12px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        margin: 5px;
        transition: background 0.3s, transform 0.2s;
    }

    .gl-contact-btn:hover {
        background-color: #ffffff;
        transform: scale(1.05);
    }

    /* واکنش‌گرایی برای موبایل */
    @media (max-width: 768px) {
        .gl-rule-card {
            padding: 20px 15px;
        }
        .gl-rule-title {
            font-size: 17px;
        }
        .gl-header-section h1 {
            font-size: 22px;
        }
    }/* End custom CSS */