/**
 * Pontes Accessibility Suite - Stiluri suplimentare
 */

/* Notă linkuri externe (citit de screen reader) */
#new-window-note {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

/* Reading mode - ascunde elemente non-esențiale */
body.reading-mode .site-header > *:not(.skip-links),
body.reading-mode .accessibility-toolbar,
body.reading-mode .sidebar,
body.reading-mode .post-navigation,
body.reading-mode .pagination,
body.reading-mode .site-footer {
    display: none !important;
}

body.reading-mode .content-area {
    grid-template-columns: 1fr !important;
    max-width: 700px !important;
    margin: 2rem auto !important;
}

body.reading-mode .entry-content {
    font-size: 1.125rem;
    line-height: 1.9;
}

/* High contrast mode extra */
.high-contrast .audio-player {
    background: #000;
    border: 2px solid #ffff00;
    color: #ffff00;
}

.high-contrast .player-btn {
    border-color: #ffff00;
    color: #ffff00;
}

.high-contrast .player-btn:hover {
    background: #ffff00;
    color: #000;
}
