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

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

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

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

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

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

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

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

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

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

.compliance-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    margin: 10px 5px;
}

.badge-wcag {
    background: #28a745;
    color: white;
}

.badge-israeli-law {
    background: #007bff;
    color: white;
}

.accessibility-features {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border-right: 4px solid #007bff;
}

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

.accessibility-features ul {
    margin-bottom: 0;
}

.contact-accessibility {
    background: #e8f4fd;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border: 1px solid #bee5eb;
}

.contact-accessibility h4 {
    color: #0c5460;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.contact-accessibility p {
    color: #0c5460;
    margin-bottom: 10px;
}

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

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

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

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

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

.keyboard-key {
    background: #f1f3f4;
    border: 1px solid #dadce0;
    border-radius: 4px;
    padding: 2px 6px;
    font-family: monospace;
    font-size: 0.9rem;
    margin: 0 2px;
}

.accessibility-tools {
    background: #fff3cd;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border: 1px solid #ffeaa7;
}

.accessibility-tools h4 {
    color: #856404;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.accessibility-tools p {
    color: #856404;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .accessibility-content {
        padding: 20px;
        margin: 20px 10px;
    }
    
    .shortcuts-table {
        font-size: 0.9rem;
    }
    
    .shortcuts-table th,
    .shortcuts-table td {
        padding: 8px 10px;
    }
    
    .compliance-badge {
        display: block;
        margin: 10px 0;
    }
}
