.exam-audio {
    width: 100%;
    max-width: 680px;
    color: #0D3948;
    direction: rtl;
    margin-top: 14px;
    font-family: sans-serif;
}

.ea-header {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #A1C3CF;
    border-radius: 8px;
    padding: 10px 12px;
}

.ea-btn {
    width: 30px;
    height: 30px;
    background: #1B6E8A;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}

.ea-btn:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.ea-time {
    font-size: 12px;
    color: #0D3948;
    min-width: 40px;
    text-align: center;
}

.ea-wave {
    flex: 1;
    height: 32px;
    /* Micro Peaks */
    cursor: default;
}



/* Focus for accessibility */
.ea-btn:focus {
    outline: 2px solid #1B6E8A;
}