.tbe-local-pages__list {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tbe-local-pages__link {
    display: block;
    padding: 0.85rem 1rem;
    border: 1px solid currentColor;
    border-radius: 0.35rem;
    color: inherit;
    text-decoration: none;
}

.tbe-local-pages__link:hover,
.tbe-local-pages__link:focus-visible {
    text-decoration: none;
}

.tbe-local-pages__prefix,
.tbe-local-pages__label {
    display: block;
}

.tbe-local-pages__prefix {
    font-size: 0.78em;
    line-height: 1.3;
}

.tbe-local-pages__label {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.3;
}
