/* Final local-only polish requested for the supplies dashboard. */

.inventory-reconciliation-note {
    display: none !important;
}

.polished-period-control {
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.inventory-period-field {
    display: grid;
    gap: 5px;
    min-width: 170px;
}

.inventory-period-field label,
.inventory-date-range-editor label span {
    display: block;
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.polished-period-control .inventory-date-range-editor {
    align-items: flex-end;
}

.inventory-period-apply {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 63px;
}

.inventory-period-apply .btn {
    min-width: 108px;
    min-height: 40px;
}

@media (max-width: 1050px) {
    .polished-period-control {
        align-items: stretch;
    }

    .inventory-period-field {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .inventory-period-apply {
        grid-column: 1 / -1;
        min-height: auto;
    }

    .inventory-period-apply .btn {
        width: 100%;
    }
}
