/* CRYSTAL CLEANING - SERVICE DESCRIPTION DISPLAY FIX V49 */

.service-premium-card__summary{
    white-space:normal;
}

.service-premium-card__note{
    margin:13px 0 0;
    padding:10px 12px;
    border-left:2px solid #8abb3f;
    border-radius:0 8px 8px 0;
    color:#6f786f;
    background:#f6f9f2;
    font-size:10px;
    line-height:1.5;
}

.service-modal__lead{
    margin:8px 0 14px!important;
    color:#49554e!important;
    font-size:14px!important;
    line-height:1.65!important;
    font-weight:600;
}

.service-modal__description{
    margin:0!important;
    color:#68726c!important;
    font-size:12px!important;
    line-height:1.75!important;
    white-space:normal;
}

.service-modal__note{
    margin:16px 0 0!important;
    padding:11px 13px;
    border-left:2px solid #8abb3f;
    border-radius:0 9px 9px 0;
    color:#667064!important;
    background:#f6f9f2;
    font-size:10px!important;
    line-height:1.55!important;
}

.field-help{
    display:block;
    margin-top:6px;
    color:#7b8580;
    font-size:10px;
    line-height:1.45;
}

@media(max-width:820px){
    .service-premium-card__note{font-size:10px!important}
    .service-modal__lead{font-size:13px!important}
    .service-modal__description{font-size:11px!important;line-height:1.7!important}
}
