.sfl-calculator {
    display: block;
    position: relative;
    width: 100%;
    min-height: var(--sfl-height, 720px);
    overflow: hidden;
    background: transparent;
}

.sfl-calculator iframe {
    display: block;
    width: 100%;
    height: var(--sfl-height, 720px);
    border: 0;
    background: transparent;
}

.sfl-monthly-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.25em 0.4em;
    line-height: 1.25;
}

.sfl-monthly-price__amount {
    font-size: 1.45em;
    font-weight: 700;
}

.sfl-monthly-price__terms {
    flex-basis: 100%;
    margin-top: 0.2rem;
    color: inherit;
    opacity: 0.72;
}

.sfl-monthly-price-error {
    margin: 0;
    color: #b32d2e;
    font-size: 0.9em;
}

@media (max-width: 899px) {
    .sfl-calculator {
        min-height: var(--sfl-mobile-height, 920px);
    }

    .sfl-calculator iframe {
        height: var(--sfl-mobile-height, 920px);
    }
}
