.tts-container {
    display: inline-flex;
    align-items: center;
    gap: 0.25em;
    vertical-align: baseline;
    white-space: nowrap;
}

.tts-control {
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font: inherit;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.tts-control:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.tts-play-button, .tts-pause-button {
    color: inherit;
    flex: 0 0 auto;
    line-height: 1;
}

.tts-text {
    color: blue;
}
