/* Flood Recovery Cost Savings Calculator (reusable modal) */
.fc-result-box {
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    overflow: hidden;
}

.fc-result-box__header {
    padding: 0.75rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.85rem;
    line-height: 1.3;
}

.fc-result-box__body {
    padding: 0.75rem;
    font-size: 0.9rem;
}

.fc-savings-banner {
    background-color: var(--bs-primary);
    border-radius: var(--bs-border-radius);
    padding: 1rem;
}

#fc-accommodation-rate-wrapper,
#fc-business-wrapper {
    transition: opacity 0.15s ease-in-out;
}

.fc-is-hidden {
    display: none;
}
