.elementor-3 .elementor-element.elementor-element-638d50ce{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-62a9df59 *//* ==========================================================================
   Metro Vape Mall - Privacy Policy Styles
   ========================================================================== */

.legal-wrapper {
    font-family: inherit;
    color: #333;
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    line-height: 1.7;
}

.legal-header {
    text-align: center;
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.legal-header h1 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 15px;
}

.legal-header p {
    font-size: 1.1rem;
    color: #6b7280;
    margin: 0;
}

.legal-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.legal-section h2 {
    font-size: 1.4rem;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 15px;
}

.legal-section p {
    margin-bottom: 15px;
}

.legal-section p:last-child {
    margin-bottom: 0;
}

.legal-section a {
    color: #007bff;
    text-decoration: none;
}

.legal-section a:hover {
    text-decoration: underline;
}

.legal-list {
    padding-left: 20px;
    margin-top: 10px;
}

.legal-list li {
    margin-bottom: 12px;
}

.legal-list li strong {
    color: #1a1a1a;
}

/* Highlight section for important compliance data */
.highlight-section {
    background-color: #f8f9fa;
    padding: 20px;
    border-left: 4px solid #007bff;
    border-radius: 4px;
}

/* Responsive */
@media (max-width: 600px) {
    .legal-wrapper {
        padding: 20px;
        margin: 20px;
    }
    .legal-header h1 {
        font-size: 2rem;
    }
}/* End custom CSS */