.menu_sp_wrap { width: 100%; }

.menu_sp_btn a {
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #cde5d9;
}

.menu_section_title {
    font-weight: 700;
    text-transform: uppercase;
    margin: 18px 0 8px;
    font-size: 12px;
    color: #f27221;
}

.menu_section_title.orange { color: #f26522; }

.menu_children {
    display: none;
    padding-left: 15px;
}

.menu_parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    padding: 6px 0;
}

.menu_parent a {
    color: #fff;
    text-decoration: none;
    flex: 1;
    font-size: 12px;
    margin-bottom: -14px;
}

.menu_child a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4px 0;
}

.toggle_child {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    margin-left: 10px;
    margin-top: 4px;
}

@media only screen and (max-width: 48em) {
    .menu_children { display: none; }
}

@media only screen and (min-width: 48em) {
    .menu_children { display: block !important; }
    .toggle_child  { display: none; }
}
