/*
 * Guest-only wholesale explanation for the Music Legs homepage and PDP.
 * This layer does not expose prices or change logged-in purchasing behavior.
 */
.ml-wholesale-intro,
.ml-wholesale-gate {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ead8e4;
    border-radius: 8px;
    background: #fff8fc;
    color: #24212a;
}

.ml-wholesale-intro {
    margin: 0 0 22px;
    padding: 18px 22px;
}

.ml-wholesale-intro h1 {
    margin: 0 0 7px;
    color: #24212a;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.18;
    text-transform: none;
}

.ml-wholesale-intro p,
.ml-wholesale-gate p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

.ml-wholesale-intro a,
.ml-wholesale-gate a {
    color: #82185c;
    font-weight: 700;
    text-decoration: underline;
}

.ml-wholesale-intro a:hover,
.ml-wholesale-intro a:focus,
.ml-wholesale-gate a:hover,
.ml-wholesale-gate a:focus {
    color: #681249;
}

.ml-wholesale-gate--product {
    margin: 18px 0 4px;
    padding: 14px 16px;
}

.ml-wholesale-gate--product h2 {
    margin: 0 0 5px;
    color: #24212a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
}

@media only screen and (max-width: 770px) {
    .ml-wholesale-intro {
        margin-bottom: 16px;
        padding: 15px 16px;
    }

    .ml-wholesale-intro h1 {
        font-size: 22px;
    }

    .ml-wholesale-gate--product {
        padding: 13px 14px;
    }
}
