.hzn-schedule,
.hzn-schedule p,
.hzn-schedule label {
    color: #24352b !important;
}

.hzn-schedule h2,
.hzn-schedule h3 {
    color: #315f49 !important;
}

.hzn-schedule .hzn-step,
.hzn-schedule .hzn-small {
    color: #627269 !important;
}

.hzn-schedule .hzn-friendly-copy {
    color: #42564a;
    font-size: 17px;
    line-height: 1.55;
}

.hzn-phone-row {
    display: grid;
    grid-template-columns: minmax(105px, .35fr) minmax(0, 1fr);
    gap: 12px;
}

.hzn-schedule .hzn-calendar-back {
    display: block !important;
    width: 100%;
    margin-top: 16px;
    padding: 12px 16px;
    border: 1px solid #315f49 !important;
    border-radius: 10px;
    background: #fff !important;
    color: #315f49 !important;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 560px) {
    .hzn-phone-row {
        grid-template-columns: 105px minmax(0, 1fr);
    }
}
