    .rates-widget .nav-tabs .nav-link {
        font-size: 0.9rem;
        padding: 0.5rem 0.75rem;
    }
    .rates-widget .rates-toolbar {
        gap: 0.5rem;
        margin-bottom: 0.75rem;
    }
    .rates-widget .rates-chart {
        display: none;
        min-height: 240px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    /* Keep widget height stable so content below doesn't move */
    .rates-widget {
        max-height: 420px;
        /* min-height: 320px; */
        display: flex;
        flex-direction: column;
    }
    .rates-widget .tab-content {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 320px;
    }
    .rates-widget .rates-chart > div {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
    @media (max-width: 767px) {
        .rates-widget {
            max-height: none;
            min-height: auto;
        }
        .rates-widget .rates-chart {
            min-height: 260px;
        }
        .rates-widget .rates-chart > div {
            width: 100% !important;
            max-width: 100% !important;
        }
    }
    .rates-widget .rates-chart.active,
    .rates-widget .rates-table.active {
        display: block;
    }
    .rates-widget .rates-table {
        display: none;
    }
    .rates-widget .rates-table table {
        margin-bottom: 0;
        font-size: 0.85rem;
    }
    .rates-widget .rate-panel {
        padding: 0.15rem 0;
    }
    .rates-widget .rate-summary {
        margin-bottom: 0.75rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0.75rem;
    }
    .rates-widget .rate-summary strong {
        font-size: 0.75rem;
    }
    .rates-widget .btn-group-sm .btn {
        min-width: 70px;
    }

    .custom-table>:not(caption)>*>* {
        padding: .15rem;
        font-size: 10px;
    }

    button {
        font-size: 8px !important;
        padding: 1px 10px !important;
        margin: 4px 4px !important;
    }

    .rates-widget .nav-link {
        font-size: 10px !important;
        padding: 1px 10px !important;
        margin: 4px 4px !important;
    }

    .rates-widget .nav-tabs .nav-link {
        color: #6c757d;
        background: transparent;
        border: 1px solid transparent;
        border-radius: 4px;
        transition: all 0.15s ease-in-out;
    }

    .rates-widget .nav-tabs .nav-link:hover {
        color: #0a53be;
        background-color: #f1f3f5;
    }

    .rates-widget .nav-tabs .nav-link.active {
        color: #0a53be !important;
        background-color: #f1f3f5 !important;
        border-color: #0a53be !important;
        font-weight: 600;
    }