/* Pinecast — clickable show-note timecodes. */
.pinecast-timecode {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font: inherit;
    line-height: inherit;
    color: #4a2f86;
    text-decoration: underline;
    text-underline-offset: 0.15em;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.pinecast-timecode:hover {
    text-decoration-thickness: 2px;
}

.pinecast-timecode:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
    border-radius: 3px;
}
