/* =========================================================
   SBS-R4071-HOMEPAGE-INLINE-STYLES-EXTERNALIZED:intake-time-equipment
   Exact former inline <style> payload. SHA256 f8fd41a2f0bbab5228ad1f734149e6a34f1b65bb7121a3da3dd89be043f9c32e
   Extracted from production; declarations intentionally unchanged.
   ========================================================= */
.sbs-work-time-field input[type="time"] {
        pointer-events: auto !important;
        cursor: pointer;
        opacity: 1 !important;
    }

    .sbs-work-time-field input[type="time"]:disabled {
        opacity: 1 !important;
    }

    .sbs-work-time-field small,
    .sbs-equipment-supply-field small {
        display: block;
        margin-top: .45rem;
        opacity: .72;
        line-height: 1.4;
    }

    .sbs-equipment-supply-field,
    .sbs-work-window-notes {
        grid-column: 1 / -1;
    }

    .sbs-equipment-supply-field select {
        width: 100%;
    }

    @media (max-width: 720px) {
        .sbs-equipment-supply-field,
        .sbs-work-window-notes {
            grid-column: auto;
        }
    }
