.hondaya-anchor-menu {
    border: 1px solid #e0e0e0;
    padding: 1rem !important;
    border-radius: 4px;
    background-color: #fafafa;
    font-size: 1.1em !important;
}

.hondaya-anchor-menu__title {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.hondaya-anchor-menu__title span {
    display: inline-block;
}

.hondaya-anchor-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hondaya-anchor-menu__item {
    margin: 0.25rem 0;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.hondaya-anchor-menu .hondaya-anchor-menu__item::before {
    content: none !important;
}

.hondaya-anchor-menu__item--level-3 {
    padding-left: 2.5rem !important;
}

.hondaya-anchor-menu__item--level-4 {
    padding-left: 4rem !important;
}

.hondaya-anchor-menu__link {
    color: inherit;
    text-decoration: none;
}

.hondaya-anchor-menu__link:hover,
.hondaya-anchor-menu__link:focus {
    text-decoration: underline;
}