.com-choreelist {
    width: 100%;
}

.choreelist-alpha {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    align-items: center;
    margin: 0 0 1rem 0;
    padding: .65rem .75rem;
    border-radius: .4rem;
    background: rgba(0, 0, 0, .04);
}

.choreelist-alpha__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    min-height: 2rem;
    padding: .15rem .4rem;
    border-radius: .3rem;
    font-weight: 700;
    text-decoration: none;
}

.choreelist-alpha__link:hover,
.choreelist-alpha__link:focus {
    background: rgba(0, 0, 0, .08);
    text-decoration: none;
}

.choreelist-alpha__link--disabled {
    opacity: .3;
    cursor: default;
}

.choreelist-table tr[id] {
    scroll-margin-top: 7rem;
}

.choreelist-title-link {
    font-weight: 600;
    text-decoration: none;
}

.choreelist-title-link:hover,
.choreelist-title-link:focus {
    text-decoration: underline;
}
