.external-service-card.is-preparing {
    border-color: #f2c66d;
    background: linear-gradient(135deg, #fffdf7, #fff8e8);
}

.service-launch-copy h1 {
    color: #fff;
}

.external-service-card.is-preparing > b {
    color: #9a6700;
}

.rental-service-cta.is-preparing {
    background: linear-gradient(125deg, #293449, #50617d);
}

.service-preparing {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid #f2c66d;
    border-radius: 15px;
    background: #fff8e8;
    color: #594213;
}

.service-preparing i {
    flex: 0 0 auto;
    font-size: 27px;
    color: #b77900;
}

.service-preparing strong,
.service-preparing small {
    display: block;
}

.service-preparing strong {
    margin-bottom: 5px;
    font-size: 17px;
}

.service-preparing small {
    color: #765b25;
    font-size: 13px;
    line-height: 1.55;
}
