/* Premium Currency Converter styles */

.currency-page-section {
    background-color: #f8fafc;
}

/* Card Styling */
.currency-converter-card {
    border: 1px solid rgba(13, 31, 45, 0.03) !important;
    box-shadow: 0 10px 30px rgba(13, 31, 45, 0.05) !important;
}

/* Input group addon custom formatting */
.input-group-text {
    border-color: #e2e8f0;
    color: #64748b;
    border-radius: 8px 0 0 8px !important;
}

.custom-select-box, .custom-input-field {
    border-color: #e2e8f0;
    height: 48px;
    font-size: 14px;
    border-radius: 0 8px 8px 0 !important;
    outline: none;
    box-shadow: none !important;
    transition: border-color 0.2s ease;
}

.custom-select-box:focus, .custom-input-field:focus {
    border-color: #1964a2;
}

/* Results panel styles */
.currency-result-box {
    background-color: #f1f5f9;
    border: 1px solid #e2e8f0;
}

.result-main-value {
    font-size: 18px;
    color: #0d1f2d;
}

.result-main-value .dest-val {
    color: #4b8a24 !important;
}

/* Gap helper updates */
.gap-3 {
    gap: 1rem !important;
}
