/* =========================================================
   Warehouse Dashboard
   ========================================================= */

.gm-wdActions {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 0 2px 4px;
    flex-wrap: wrap;
}

/* =========================================================
   Title group with inline location picker
   ========================================================= */

.gm-wdTitleGroup {
    display: flex;
    align-items: baseline;
    gap: 0.3em;
    flex-wrap: nowrap;
}

.gm-wdTitlePrefix {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    white-space: nowrap;
}

/* Location SelectBox — styled to match pagehead heading */
.gm-wd-location-pick {
    min-width: 140px;
}

.gm-wd-location-pick .dx-texteditor {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.45) !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.gm-wd-location-pick .dx-texteditor.dx-state-focused,
.gm-wd-location-pick .dx-texteditor.dx-state-hover {
    border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}

.gm-wd-location-pick .dx-texteditor-input {
    font-size: 1.15rem !important;
    font-weight: 900 !important;
    color: inherit !important;
    background: transparent !important;
    padding: 0 1.6em 0 0 !important;
    min-height: unset !important;
    height: 1.4em !important;
    line-height: 1.4 !important;
}

.gm-wd-location-pick .dx-dropdowneditor-icon,
.gm-wd-location-pick .dx-dropdowneditor-button {
    color: inherit !important;
}

.gm-wd-location-pick .dx-placeholder::before {
    font-size: 1.15rem !important;
    font-weight: 900 !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

/* =========================================================
   "No location selected" empty-state prompt
   ========================================================= */

.gm-wd-nolocation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 60px 20px;
    color: rgba(0, 0, 0, 0.35);
    font-size: 1.05rem;
    font-weight: 600;
    text-align: center;
}

.gm-wd-nolocation .gm-icon {
    font-size: 2.5rem;
    opacity: 0.25;
}

/* =========================================================
   Dashboard content panels
   ========================================================= */

.gm-wd-content {
    padding: 16px;
}

.gm-wd-panel {
    max-width: 900px;
}

.gm-wd-panel__title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}
