/* Keep the secondary Statistics filters visually aligned with the existing
 * date-range pill. This is presentation-only: Select2 values and change
 * events remain untouched. */
@media (max-width: 768px) {
    body.rsh-account-skin #dashboard .dashboard-chart-full .sort-by-select,
    body.rsh-account-skin #dashboard .dashboard-chart-full .select2-container--default .select2-selection--single {
        background: var(--rsh-theme-pill-background, #0a3947) !important;
        border: 1px solid color-mix(in srgb, var(--rsh-theme-pill-border, #95dae6) 34%, transparent) !important;
        border-radius: 999px !important;
        box-shadow: none !important;
        min-height: 56px;
    }

    body.rsh-account-skin #dashboard .dashboard-chart-full .sort-by-select,
    body.rsh-account-skin #dashboard .dashboard-chart-full .select2-container--default .select2-selection--single,
    body.rsh-account-skin #dashboard .dashboard-chart-full .select2-selection__rendered {
        color: var(--rsh-theme-pill-text, #eaf6f8) !important;
    }

    body.rsh-account-skin #dashboard .dashboard-chart-full .select2-selection__rendered {
        line-height: 54px !important;
        padding-left: 24px !important;
        padding-right: 44px !important;
    }

    body.rsh-account-skin #dashboard .dashboard-chart-full .select2-selection__arrow {
        height: 54px !important;
        right: 16px !important;
    }
}
