.whitelabel-search {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 32px;
}


/* Mobile-specific datepicker improvements */
@media (max-width: 564px) {
    .daterangepicker {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        /* top: auto !important;  Let JS calculate if needed */
        bottom: 0 !important; /* Stick to bottom if triggered low */
        border-radius: 8px 8px 0 0;
        font-size: 16px; /* slightly bigger touch targets */
        box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
        z-index: 10000 !important; /* Ensure above modal */
        position: fixed !important;
        top: 70px !important; /* On Android is behind the keyboard otherwise */
    }

    /* Make table cells easier to tap */
    .daterangepicker .calendar-table th,
    .daterangepicker .calendar-table td {
        min-width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    .daterangepicker .drp-calendar {
        width: 100%;
        max-width: 100% !important;
    }
}
