.customer-type-group, .credit-score-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}

.rate-result strong {
    padding-bottom: 15px;
}

.radio-group label {
    width: fit-content;
}

.radio-group strong, .rate-result-inner p {
    font-size: var(--FC-font-size-20);
    font-weight: 700;
}

.rate-result-label {
    margin-bottom: 5px;
}

.rate-calculator-message {
    margin-top: 30px;
    margin-bottom: 40px;
}