.professional-price-label {
    display: block;

    width: 100%;

    margin-bottom: 4px;

    font-size: 9px;
    font-weight: 600;

    line-height: 1.2;

    text-transform: uppercase;
    letter-spacing: .08em;

    color: #6f655d;
}

.professional-price-banner {
    border-bottom:
        1px solid
        rgba(0, 0, 0, .08);

    background:
        #f2eee8;

    padding:
        10px 0;

    font-size: 10px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: .08em;
}

.checkout-success__professional {
    display: inline-block;

    margin-bottom: 18px;

    padding:
        7px 10px;

    background:
        #f2eee8;

    font-size: 9px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: .07em;
}
