/* =========================================================
   BUSINESS OPPORTUNITY HUB – PANEL AUF JOB REQUEST LISTINGS
   ========================================================= */

.fix246-boh-panel {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 1rem !important;
    margin: 1rem 0 !important;
    overflow: hidden !important;
}

.fix246-boh-panel > div:first-child {
    margin-bottom: 0.9rem !important;
}

.fix246-boh-panel strong {
    display: block !important;
    margin-bottom: 0.35rem !important;
    color: #104291 !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    text-transform: none !important;
}

.fix246-boh-panel p {
    margin: 0 !important;
    color: #6b7280 !important;
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
}

.fix246-boh-panel .fix246-boh-button-row,
.fix246-boh-panel .fix246-boh-inline-status {
    display: block !important;
    width: 100% !important;
    margin: 0 0 0.5rem !important;
}

.fix246-boh-panel .fix246-boh-button-row:last-child {
    margin-bottom: 0 !important;
}

.fix246-boh-panel .fix246-boh-btn,
.fix246-boh-panel .fix246-boh-btn--primary {
    width: 100% !important;
    min-height: 42px !important;
    box-sizing: border-box !important;
    border-radius: 0 !important;
    background: #104291 !important;
    color: #ffffff !important;
    text-align: center !important;
    justify-content: center !important;
}

.fix246-boh-panel .fix246-boh-btn:hover,
.fix246-boh-panel .fix246-boh-btn--primary:hover {
    background: #0b3475 !important;
    color: #ffffff !important;
}

/* =========================================================
   BUSINESS OPPORTUNITY HUB – MY AVAILABILITY KALENDER GRÜN
   ========================================================= */

.fix246-boh-availability-calendar__weekdays {
    background: #17CD73 !important;
}

.fix246-boh-availability-day__date {
    color: #0f7a42 !important;
}

.fix246-boh-availability-day--today {
    outline: 2px solid #17CD73 !important;
    outline-offset: -2px !important;
}

.fix246-boh-availability-day--appointment {
    background: rgba(23, 205, 115, 0.08) !important;
}

.fix246-boh-availability-calendar {
    border-color: rgba(23, 205, 115, 0.28) !important;
}

/* =========================================================
   SERVICE NETWORK – SERVICE PROVIDER KALENDER GRÜN
   ========================================================= */

.fix246-service-network .fix246-sn-calendar__weekdays {
    background: #17CD73 !important;
}

.fix246-service-network .fix246-sn-calendar__date {
    color: #0f7a42 !important;
}

.fix246-service-network .fix246-sn-calendar__day--today {
    outline: 2px solid #17CD73 !important;
    outline-offset: -2px !important;
}

.fix246-service-network .fix246-sn-calendar {
    border-color: rgba(23, 205, 115, 0.28) !important;
}

/* =========================================================
   BUSINESS OPPORTUNITY HUB – NUR SAVE / SAVE TO HUB BLAU
   ========================================================= */

/* Save to Hub in den bekannten neuen Job Requests */
.fix246-boh-dashboard form:has(input[name="status"][value="saved"]) button.fix246-boh-btn {
    background: #104291 !important;
    border-color: #104291 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

/* Save Button in der Opportunity Pipeline */
.fix246-boh-dashboard .fix246-boh-row-form .fix246-boh-actions button.fix246-boh-btn:not(.fix246-boh-btn--danger) {
    background: #104291 !important;
    border-color: #104291 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

/* Save to Hub auf der einzelnen Job-Request-Listing-Seite */
.fix246-boh-panel form:has(input[name="status"][value="saved"]) button.fix246-boh-btn {
    background: #104291 !important;
    border-color: #104291 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

/* Hover */
.fix246-boh-dashboard form:has(input[name="status"][value="saved"]) button.fix246-boh-btn:hover,
.fix246-boh-dashboard .fix246-boh-row-form .fix246-boh-actions button.fix246-boh-btn:not(.fix246-boh-btn--danger):hover,
.fix246-boh-panel form:has(input[name="status"][value="saved"]) button.fix246-boh-btn:hover {
    background: #0b3475 !important;
    border-color: #0b3475 !important;
    color: #ffffff !important;
}

/* =========================================================
   BUSINESS OPPORTUNITY HUB – MOBILE LABELS IN PIPELINE
   ========================================================= */

/* Desktop: Labels bleiben unsichtbar */
.fix246-boh-dashboard .fix246-boh-table--pipeline label.fix246-boh-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Mobile: Labels über den Eingabefeldern anzeigen */
@media (max-width: 640px) {
    .fix246-boh-dashboard .fix246-boh-table--pipeline td:not(.fix246-boh-pipeline-actions-cell) > label.fix246-boh-sr-only {
        position: static !important;
        display: block !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 0 0.35rem 0 !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important;
        border: 0 !important;

        color: #6b7280 !important;
        font-size: 0.75rem !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        letter-spacing: 0.05em !important;
        text-transform: uppercase !important;
    }

    .fix246-boh-dashboard .fix246-boh-table--pipeline select,
    .fix246-boh-dashboard .fix246-boh-table--pipeline textarea,
    .fix246-boh-dashboard .fix246-boh-table--pipeline input[type="date"] {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .fix246-boh-dashboard .fix246-boh-table--pipeline td {
        padding-top: 0.65rem !important;
        padding-bottom: 0.65rem !important;
    }
}

