/* Estilo CNN Brasil - amarelo ouro */
.instantba-tts-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-family: Arial, sans-serif;
    margin-bottom: 12px;
}
.instantba-label {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.instantba-tts-player {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.instantba-tts-player button {
    border: none;
    cursor: pointer;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: bold;
    background: #FFD300; /* amarelo ouro vibrante */
    color: #000;
    border-radius: 6px;
    transition: background 0.3s;
}
.instantba-tts-player button:hover {
    background: #e6c200;
}
#instantba-time {
    font-size: 14px;
    color: #000;
    min-width: 40px;
    text-align: center;
}
