.elementor-27393 .elementor-element.elementor-element-9d3907e{--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 */.match-terms-wrapper {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        direction: rtl;
        color: #333;
        line-height: 1.8;
        max-width: 950px;
        margin: 0 auto;
        padding: 20px;
    }

    .terms-hero {
        background: #1a1a1a;
        color: #fff;
        padding: 50px 30px;
        text-align: center;
        border-radius: 15px;
        margin-bottom: 40px;
    }

    .terms-hero h3 {
        font-size: 2.2rem;
        margin: 0 0 15px 0;
        color: #fff;
    }

    .terms-intro-box {
        background: #f9f9f9;
        border-right: 5px solid #1a1a1a;
        padding: 25px;
        margin-bottom: 40px;
        border-radius: 4px;
        font-style: italic;
    }

    .terms-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .term-item {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 30px;
        transition: all 0.3s ease;
    }

    .term-item:hover {
        border-color: #1a1a1a;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    .term-header {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 10px;
    }

    .term-icon {
        background: #1a1a1a;
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 15px;
        font-size: 0.8rem;
        font-weight: bold;
    }

    .term-header h4 {
        margin: 0;
        font-size: 1.3rem;
        color: #1a1a1a;
    }

    .term-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .term-content ul li {
        position: relative;
        padding-right: 25px;
        margin-bottom: 10px;
    }

    .term-content ul li::before {
        content: "•";
        position: absolute;
        right: 0;
        color: #1a1a1a;
        font-weight: bold;
    }

    .legal-notice {
        background: #1a1a1a;
        color: #fff;
        padding: 30px;
        border-radius: 15px;
        text-align: center;
        margin: 40px 0;
    }

    .terms-footer {
        text-align: center;
        padding: 40px 20px;
        border-top: 1px solid #eee;
        margin-top: 20px;
    }

    .contact-link {
        color: #1a1a1a;
        font-weight: bold;
        text-decoration: none;
        border-bottom: 2px solid #1a1a1a;
    }

    @media (max-width: 768px) {
        .terms-hero h3 { font-size: 1.8rem; }
    }/* End custom CSS */