.fss-rental-date-instructions,
.fss-rental-date-instructions * {
    box-sizing: border-box;
}

.fss-rental-date-instructions {
    clear: both;
    flex: 0 0 100%;
    grid-column: 1 / -1;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 24px;
    padding: 18px 20px;
    border: 1px solid rgba(21, 19, 17, .12);
    border-radius: 14px;
    background: #fffefa;
    color: #151311;
    box-shadow: 0 12px 34px rgba(21, 19, 17, .08);
    font-family: inherit;
}

.fss-rental-date-instructions__eyebrow {
    display: block;
    margin-bottom: 6px;
    color: rgba(21, 19, 17, .62);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
    line-height: 1.1;
    text-transform: uppercase;
}

.fss-rental-date-instructions__title {
    margin: 0 0 6px;
    color: #151311;
    font-family: inherit;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.15;
}

.fss-rental-date-instructions__text {
    max-width: 760px;
    margin: 0;
    color: rgba(21, 19, 17, .68);
    font-size: .92rem;
    line-height: 1.45;
}

@media (max-width: 720px) {
    .fss-rental-date-instructions {
        margin-bottom: 20px;
        padding: 16px;
    }
}
