.toggle-hidden {
    display: none;
}

/* Tab-style toggle links */
.toggle-container {
    /* display: flex;
    gap: 4px;
    margin-bottom: 16px; */
}

.toggle-container span {
    /* display: inline-block; */
}

.toggle-container a[data-toggle] {
    /* color: #555; */
    text-decoration: none;
    font-weight: 300;
    font-size: 1.25rem;
}

/* .toggle-container a[data-toggle]:hover {
    background: #e0e0e0;
    color: #222;
} */

/* Active (currently displayed) tab */
.toggle-container a[data-toggle].toggle-active {
    font-size: 1.25rem;
    text-decoration: underline;
    font-weight: 400;
    /* position: relative;
    z-index: 1; */
}


.toggle-container {
    text-align: center; 
    padding-bottom: 1em;
}

.toggle-container span {
    font-weight: 300;
    padding-right: 1em;
    padding-left: 1em;
}

a.idle {
    font-size: 1.25rem;
}