.gtts-player-wrapper {
    margin: 20px 0;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gtts-player-wrapper h4 {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #555;
    width: 100%;
}

.gtts-player-container {
    width: 100%;
}

audio.gtts-player {
    width: 100%;
    outline: none;
}
