.fin-calc-wrapper-55fb21ad {
    width: 100%;
}

.fin-calc-wrapper-55fb21ad .fc-layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 768px) {
    .fin-calc-wrapper-55fb21ad .fc-layout {
        flex-direction: row;
        align-items: flex-start;
    }
    .fin-calc-wrapper-55fb21ad .fc-input-panel {
        flex: 1;
    }
    .fin-calc-wrapper-55fb21ad .fc-results-panel {
        flex: 1;
    }
}

.fin-calc-wrapper-55fb21ad .fc-panel {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    padding: 30px;
    box-sizing: border-box;
}

/* Fields */
.fin-calc-wrapper-55fb21ad .fc-field-group {
    margin-bottom: 25px;
    position: relative;
}

.fin-calc-wrapper-55fb21ad .fc-field-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0F4478;
    font-size: 14px;
}

.fin-calc-wrapper-55fb21ad .fc-input-text {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    background: #F8F9FA;
    color: #555555;
    font-size: 15px;
    margin-bottom: 15px;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
}

.fin-calc-wrapper-55fb21ad .fc-input-text:focus {
    border-color: #2463A7;
}

/* Range Slider */
.fin-calc-wrapper-55fb21ad .fc-input-range {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: #EAEAEA;
    border-radius: 4px;
    outline: none;
    margin: 10px 0;
}

.fin-calc-wrapper-55fb21ad .fc-input-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2463A7;
    cursor: pointer;
}

.fin-calc-wrapper-55fb21ad .fc-range-value-label {
    text-align: right;
    font-size: 12px;
    color: #333;
    font-weight: 600;
    margin-top: 5px;
}

/* Chart & Results */
.fin-calc-wrapper-55fb21ad .fc-chart-container {
    height: 220px;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

.fin-calc-wrapper-55fb21ad .fc-custom-legend {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
    font-size: 12px;
    color: #666;
}

.fin-calc-wrapper-55fb21ad .legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.fin-calc-wrapper-55fb21ad .legend-dot {
    width: 24px;
    height: 6px;
    border-radius: 3px;
    display: inline-block;
}

.fin-calc-wrapper-55fb21ad .fc-results-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fin-calc-wrapper-55fb21ad .fc-result-card {
    background: #F8F9FA;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
}

.fin-calc-wrapper-55fb21ad .fc-result-card h4 {
    font-size: 13px;
    text-transform: uppercase;
    color: #333333;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.fin-calc-wrapper-55fb21ad .fc-result-value {
    font-size: 24px;
    font-weight: 700;
    color: #2463A7;
    line-height: 1.2;
}

.fin-calc-wrapper-55fb21ad .fc-cta-box {
    margin-top: 25px;
}

.fin-calc-wrapper-55fb21ad .fc-btn {
    display: block;
    width: 100%;
    padding: 14px;
    background: #2463A7;
    color: #FFFFFF;
    text-align: center;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s;
    box-sizing: border-box;
}

.fin-calc-wrapper-55fb21ad .fc-btn:hover {
    opacity: 0.9;
    color: #FFFFFF;
}
.fc-dynamic-msg
{
	display:none;
}