/**
* Theme Name: Eye Care Child
* Description: This is a child theme of Eye Care.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: eye-care
* Version: 1.2.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: eye-care-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

.cmplz-btn {
    font-size: 12px !important
}
.policy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #333;
    line-height: 1.8;
}

.policy-header {
    text-align: center;
    margin-bottom: 50px;
}

.policy-header h1 {
    font-size: 2.5rem;
    color: var(--e-global-color-accent);
    margin-bottom: 15px;
    font-weight: 700;
}

.policy-header p {
    font-size: 1.1rem;
    color: #666;
}

.policy-section {
    margin-bottom: 40px;
}

.policy-section h2 {
    font-size: 1.8rem;
    color: var(--e-global-color-accent);
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 2px solid var(--e-global-color-accent);
    padding-bottom: 10px;
}

.policy-section h3 {
    font-size: 1.4rem;
    color: var(--e-global-color-primary);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.policy-section p {
    margin-bottom: 15px;
    text-align: justify;
}

.policy-section ul, .policy-section ol {
    margin-left: 30px;
    margin-bottom: 20px;
}

.policy-section li {
    margin-bottom: 10px;
}

.info-box {
    background-color: #f9f9f9;
    border-left: 4px solid var(--e-global-color-accent);
    padding: 20px;
    margin: 25px 0;
}

.info-box strong {
    color: var(--e-global-color-accent);
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    overflow-x: auto;
    display: block;
}

.data-table table {
    width: 100%;
    border: 1px solid #ddd;
}

.data-table th {
    background-color: var(--e-global-color-accent);
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.data-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

.data-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.last-update {
    font-style: italic;
    color: #666;
    margin-bottom: 30px;
}

.highlight {
    background-color: #fff3cd;
    padding: 2px 6px;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .policy-header h1 {
        font-size: 2rem;
    }

    .policy-section h2 {
        font-size: 1.5rem;
    }

    .policy-container {
        padding: 40px 15px;
    }
}