.fttoc {
    border: 1px solid #d9d9d9;
    background: transparent;
    padding: 1rem;
    margin: 1.5rem 0;
    font-size: 0.9em;
}

.fttoc__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.fttoc__title {
    font-weight: 700;
}

.fttoc__toggle {
    background: none;
    border: 0;
    color: #1d4ed8;
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-decoration: underline;
}

.fttoc__items {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.fttoc__item + .fttoc__item {
    margin-top: 0.35rem;
}

.fttoc__link {
    text-decoration: none;
}

.fttoc__link:hover,
.fttoc__link:focus {
    text-decoration: none;
}

.fttoc-admin-warning {
    border-left: 4px solid #dc2626;
    background: #fef2f2;
    color: #7f1d1d;
    padding: 0.85rem 1rem;
    margin: 1rem 0;
}

.fttoc-admin-warning__line + .fttoc-admin-warning__line {
    margin-top: 0.35rem;
}
