.elementor-11 .elementor-element.elementor-element-76e91d23{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}@media(min-width:768px){.elementor-11 .elementor-element.elementor-element-76e91d23{--content-width:900px;}}/* Start custom CSS for container, class: .elementor-element-76e91d23 *//* ═══════════════════════════════════════════════════════════
   LUCENTO RULES PAGE
   Paste into: Elementor editor → hamburger menu → Custom CSS
   Page background: white. Light glass cards. RTL.
═══════════════════════════════════════════════════════════ */

/* ── Tabler icons (already loaded by Elementor — no import needed) ── */

.lucento-rules {
    direction: rtl;
    max-width: 860px;
    margin: 0 auto;
}

/* ── Intro paragraph ── */
.rules-intro-text {
    font-size: 13.5px;
    line-height: 2;
    color: rgba(0, 0, 0, 0.52);
    text-align: center;
    margin-bottom: 2rem;
    padding: 1.1rem 1.5rem;
    background: rgba(0, 0, 0, 0.025);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

/* ── Section card ── */
.rules-section {
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-right: 3px solid var(--e-global-color-primary);
    border-radius: 16px;
    margin-bottom: 1.1rem;
    overflow: hidden;
    box-shadow:
        0 2px 16px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.rules-section--warning {
    border-right-color: #d97706;
}

/* ── Section header ── */
.section-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.875rem 1.4rem;
    background: rgba(0, 0, 0, 0.028);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.rules-icon {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.38);
    line-height: 1;
}

.section-title {
    font-size: 14.5px !important;
    font-weight: 600 !important;
    color: rgba(0, 0, 0, 0.82) !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

.section-sub {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.42);
    margin-right: 6px;
}

/* ── Section body ── */
.section-body {
    padding: 1.3rem 1.4rem;
}

.section-body > p {
    font-size: 13.5px;
    line-height: 2;
    color: rgba(0, 0, 0, 0.63);
    text-align: justify;
    margin-bottom: 0.85rem;
}

.section-body > p:last-child {
    margin-bottom: 0;
}

.section-body > p strong {
    color: rgba(0, 0, 0, 0.80);
    font-weight: 600;
}

/* ── Numbered sub-items ── */
.rules-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 0.9rem 1.1rem;
    background: rgba(0, 0, 0, 0.025);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.055);
    margin-bottom: 0.7rem;
}

.rules-item:last-child {
    margin-bottom: 0;
}

.rules-item--highlight {
    background: rgba(0, 0, 0, 0.018);
    border-color: var(--e-global-color-primary);
    border-left: 1px solid rgba(0, 0, 0, 0.055);
}

/* Item number badge */
.item-number {
    flex-shrink: 0;
    background: var(--e-global-color-primary);
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 6px;
    margin-top: 3px;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.rules-section--warning .item-number {
    background: #d97706;
}

/* Item content */
.item-content {
    flex: 1;
    min-width: 0;
}

.item-content p {
    font-size: 13px;
    line-height: 1.95;
    color: rgba(0, 0, 0, 0.62);
    text-align: justify;
    margin-bottom: 0.5rem;
}

.item-content p:last-child {
    margin-bottom: 0;
}

.item-content p strong {
    color: rgba(0, 0, 0, 0.80);
    font-weight: 600;
}

/* Unordered list inside items */
.item-content ul {
    margin: 0.5rem 0 0.5rem 0;
    padding-right: 1.1rem;
    padding-left: 0;
}

.item-content ul li {
    font-size: 13px;
    line-height: 1.9;
    color: rgba(0, 0, 0, 0.60);
    margin-bottom: 0.2rem;
    list-style-type: disc;
}

/* Law article blockquote */
.item-content blockquote {
    margin: 0.65rem 0;
    padding: 0.7rem 1rem;
    background: rgba(0, 0, 0, 0.03);
    border-right: 2.5px solid var(--e-global-color-primary);
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-radius: 0 8px 8px 0;
    font-size: 12.5px;
    line-height: 1.9;
    color: rgba(0, 0, 0, 0.56);
    font-style: italic;
}

/* Law footnote */
.item-law-note {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.44);
    background: rgba(0, 0, 0, 0.025);
    padding: 0.55rem 0.8rem;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 0.5rem;
    line-height: 1.85;
}

/* ── Delivery time grid ── */
.delivery-grid {
    display: flex;
    gap: 10px;
    margin: 0.8rem 0;
    flex-wrap: wrap;
}

.delivery-item {
    flex: 1;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0.8rem 1.1rem;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.delivery-label {
    font-size: 11.5px;
    color: rgba(0, 0, 0, 0.42);
}

.delivery-time {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.80);
}

/* ── Info badge (single-line notice) ── */
.info-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 0.75rem;
    padding: 0.5rem 0.9rem;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    font-size: 12.5px;
    color: rgba(0, 0, 0, 0.55);
    line-height: 1;
}

.info-badge .ti {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.35);
}

/* ── Warning callout (important section) ── */
.warning-note {
    margin-top: 0.85rem;
    padding: 0.9rem 1.1rem;
    background: rgba(217, 119, 6, 0.06);
    border: 1px solid rgba(217, 119, 6, 0.18);
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.9;
    color: rgba(0, 0, 0, 0.65);
    text-align: justify;
}

.warning-note strong {
    color: #b45309;
    font-weight: 600;
}

/* ══════════════════════════════════════
   RESPONSIVE — Tablet (≤ 900px)
══════════════════════════════════════ */
@media screen and (max-width: 900px) {

    .section-header {
        padding: 0.8rem 1.2rem;
    }

    .section-body {
        padding: 1.1rem 1.2rem;
    }

    .section-title {
        font-size: 13.5px !important;
    }

    .rules-item {
        padding: 0.8rem 0.9rem;
        gap: 10px;
    }

    .section-body > p,
    .item-content p {
        font-size: 12.5px;
    }
}

/* ══════════════════════════════════════
   RESPONSIVE — Mobile (≤ 576px)
══════════════════════════════════════ */
@media screen and (max-width: 576px) {

    .rules-section {
        border-radius: 12px;
    }

    .rules-intro-text {
        font-size: 12.5px;
        padding: 0.9rem 1rem;
    }

    .item-number {
        font-size: 10px;
        padding: 2px 7px;
    }

    .section-body > p,
    .item-content p,
    .item-content ul li {
        font-size: 12px;
        line-height: 1.85;
    }

    .delivery-grid {
        flex-direction: column;
    }

    .delivery-item {
        min-width: unset;
    }

    .item-content blockquote {
        font-size: 12px;
    }
}/* End custom CSS */