/* Cookie Policy Styles */
.cookie-policy-content {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    direction: rtl;
    text-align: right;
}

.cookie-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.cookie-section:last-of-type {
    border-bottom: none;
}

.cookie-section h2 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
}

.cookie-section h3 {
    color: #444;
    margin-bottom: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 20px;
}

.cookie-section p {
    line-height: 1.6;
    margin-bottom: 10px;
    color: #555;
}

.cookie-section ul {
    padding-right: 20px;
    margin-bottom: 15px;
}

.cookie-section li {
    margin-bottom: 8px;
    color: #555;
}

.cookie-policy-content h1 {
    color: #2c3e50;
    font-weight: 700;
}

.cookie-policy-content strong {
    color: #333;
    font-weight: 600;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

.cookie-table th,
.cookie-table td {
    padding: 12px 15px;
    text-align: right;
    border-bottom: 1px solid #dee2e6;
}

.cookie-table th {
    background: #6c757d;
    color: white;
    font-weight: 600;
}

.cookie-table tr:last-child td {
    border-bottom: none;
}

.cookie-table tr:nth-child(even) {
    background: #ffffff;
}

.cookie-type-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}

.badge-essential {
    background: #d4edda;
    color: #155724;
}

.badge-functional {
    background: #cce7ff;
    color: #004085;
}

.badge-analytics {
    background: #fff3cd;
    color: #856404;
}

.badge-third-party {
    background: #f8d7da;
    color: #721c24;
}

.cookie-controls {
    background: #e9ecef;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.cookie-controls h4 {
    color: #495057;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.cookie-controls p {
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.browser-instructions {
    background: #f1f3f4;
    padding: 15px;
    border-radius: 6px;
    margin: 15px 0;
}

.browser-instructions h5 {
    color: #333;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 600;
}

.browser-instructions ul {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .cookie-policy-content {
        padding: 20px;
        margin: 20px 10px;
    }
    
    .cookie-table {
        font-size: 0.9rem;
    }
    
    .cookie-table th,
    .cookie-table td {
        padding: 8px 10px;
    }
}
