.flavor-item {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 10px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #ffffff;
    line-height: 1.4;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.flavor-item h2,
.flavor-item h3,
.flavor-item h4 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.3;
}

.flavor-item h3,
.flavor-item h4 {
    font-size: 0.98rem;
}

.flavor-node:last-child > .flavor-item {
    margin-bottom: 0;
}

.flavor-item:active {
    filter: brightness(0.94);
}

.flavor-children {
    margin: 0 0 10px 10%;
}

.flavor-level-2 > .flavor-children {
    margin-left: 8%;
}

.flavor-toggle {
    cursor: pointer;
}

.flavor-toggle:focus-visible {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}