.nethehof-options {
    margin-top: 2rem;
    padding: 1.5rem;
    border: 1px solid rgba(72, 97, 115, .16);
    border-left: 4px solid #baad7b;
    border-radius: 2px;
    background: #f8f7f3;
    box-shadow: 0 10px 24px rgba(47, 69, 85, .07);
    text-align: left;
}

.nethehof-options-title {
    margin: 0 0 1.1rem;
    color: #486173;
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

.nethehof-option-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem .9rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nethehof-option-list li {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    align-items: start;
    gap: .7rem;
    min-height: 100%;
    padding: .85rem;
    border: 1px solid rgba(72, 97, 115, .13);
    border-radius: 2px;
    background: #fff;
    color: #425562;
    line-height: 1.55;
}

.nethehof-option-letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #486173;
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1;
}

.nethehof-menu-sections {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
    text-align: left;
}

.nethehof-menu-block {
    padding: 1.25rem;
    border: 1px solid rgba(72, 97, 115, .16);
    border-top: 3px solid #baad7b;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(47, 69, 85, .06);
}

.nethehof-menu-block h4 {
    margin: 0 0 .7rem;
    color: #486173;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
}

.nethehof-menu-block > p {
    margin: 0 0 1rem;
    color: #526570;
    line-height: 1.65;
}

.nethehof-menu-block > p:last-child {
    margin-bottom: 0;
}

.nethehof-option-list-single {
    grid-template-columns: 1fr;
}

.nethehof-menu-note {
    margin-top: 1rem !important;
    padding: .8rem 1rem;
    border-left: 3px solid #baad7b;
    background: #f8f7f3;
}

@media (max-width: 767.98px) {
    .nethehof-options {
        padding: 1rem;
    }

    .nethehof-option-list {
        grid-template-columns: 1fr;
    }
}
