/* =========================================================
   RESTO IA — FICHES SERVICES IA
========================================================= */

.restoia-fiches-services-module {
    overflow-x: auto;
}

.restoia-fiche-service-editor {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
    margin: 24px 0;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
}

.restoia-fiche-service-kpi-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    gap: 12px;
    max-width: 900px;
}

.restoia-fiche-service-kpi-form input {
    width: 100% !important;
    max-width: 100% !important;
}

.restoia-fiche-service-transfer-form {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    background: #f9fafb;
}

.restoia-fiches-services-table td strong {
    color: #111827;
    font-weight: 900;
}

.restoia-fiches-services-table .restoia-inline-form {
    margin-top: 8px;
}

@media (max-width: 980px) {
    .restoia-fiche-service-kpi-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .restoia-fiche-service-editor {
        padding: 16px;
        border-radius: 14px;
    }

    .restoia-fiche-service-kpi-form {
        grid-template-columns: 1fr;
    }
}
