.elementor-118 .elementor-element.elementor-element-daf50e1{--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;overflow:visible;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-118 .elementor-element.elementor-element-fd06662{background-color:#24C177;border-radius:10px 10px 10px 10px;text-align:center;}.elementor-118 .elementor-element.elementor-element-fd06662 .elementor-heading-title{color:var( --e-global-color-astglobalcolor2 );}.elementor-118 .elementor-element.elementor-element-88ae32b{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-f3831a9 *//* --- Terms and Conditions Premium Design --- */
.legal-document-wrapper {
    max-width: 900px;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    border: 1px solid #eee;
}

.legal-header {
    background: #222325;
    padding: 60px 40px;
    text-align: center;
    color: white;
}

.legal-header h1 {
    font-size: 36px;
    font-weight: 800;
    margin: 0;
}

.last-updated {
    color: #1dbf73; /* Fiverr Green */
    font-weight: 600;
    margin-top: 10px;
}

.legal-content {
    padding: 50px 60px;
    line-height: 1.7;
    color: #404145;
}

.intro-text {
    font-style: italic;
    color: #62646a;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.legal-section {
    margin-bottom: 40px;
}

.legal-section h2 {
    font-size: 22px;
    color: #222325;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
}

.sec-num {
    background: #1dbf73;
    color: white;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 4px;
}

.legal-section h3 {
    font-size: 18px;
    color: #1dbf73;
    margin-top: 25px;
}

.styled-list {
    list-style: none;
    padding: 0;
}

.styled-list li {
    background: #f7f9fa;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    border-left: 3px solid #1dbf73;
}

.highlight-box {
    background: #f4fdf9;
    padding: 30px;
    border-radius: 10px;
    border: 1px dashed #1dbf73;
}

/* Contact Footer */
.contact-links-box {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.contact-btn {
    background: #1dbf73;
    color: white !important;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.contact-btn.secondary {
    background: #222325;
}

.contact-btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .legal-content { padding: 30px 20px; }
    .legal-header { padding: 40px 20px; }
    .legal-header h1 { font-size: 28px; }
    .contact-links-box { flex-direction: column; }
}/* End custom CSS */