/* Liste responsive des fournisseurs. */
.suppliers-list-page .main-product { min-height: 680px; align-items: flex-start; }
.suppliers-list-page .find-box { width: 100%; max-width: 1160px; padding: clamp(26px,4vw,48px); text-align: center; background: rgba(255,255,255,.94); border: 1px solid rgba(7,32,62,.08); border-radius: 22px; box-shadow: 0 24px 60px rgba(7,32,62,.12); }
.suppliers-list-page .find-box h1 { margin: 0; padding: 0; font-size: clamp(30px,5vw,46px); }
.suppliers-list-page .suppliers-list-message { min-height: 0; margin: 0 0 9px; color: #e25f16; }
.suppliers-list-page .suppliers-list-content { width: 100%; margin-top: 25px; }
.suppliers-list-page .supplier-table { width: 100%; overflow: hidden; border-radius: 12px 12px 0 0; }
.suppliers-list-page .supplier-table-body { width: 100%; }
.suppliers-list-page .supplier-row { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(150px,1fr) minmax(150px,1fr); width: 100%; color: #222; background: #fff; border: 1px solid #c7d4dd; border-radius: 9px; }
.suppliers-list-page .supplier-table-header { color: #fff; font-weight: 800; background: #5483b4; border: 0; border-radius: 0; }
.suppliers-list-page .supplier-row-wrap { margin-top: 6px; }
.suppliers-list-page a.supplier-row { text-decoration: none; box-shadow: 0 4px 12px rgba(7,32,62,.05); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.suppliers-list-page a.supplier-row:hover,
.suppliers-list-page a.supplier-row:focus { color: #075a98; border-color: #68aadb; box-shadow: 0 9px 20px rgba(20,122,193,.13); transform: translateY(-1px); }
.suppliers-list-page .supplier-name,
.suppliers-list-page .supplier-phone,
.suppliers-list-page .supplier-brand { display: flex; align-items: center; justify-content: center; min-width: 0; min-height: 54px; padding: 9px 10px; overflow-wrap: anywhere; text-align: center; border-left: 1px solid rgba(34,34,34,.25); }
.suppliers-list-page .supplier-row > :last-child { border-left: 0; }
.suppliers-list-page .supplier-list-action { width: 100%; margin-top: 11px; }
.suppliers-list-page .supplier-list-add { margin-top: 26px; }
.suppliers-list-page .supplier-list-action .form-sh { margin: 0; }
.suppliers-list-page .supplier-list-action .btn { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 52px; color: #16415f; font-weight: 700; white-space: normal; background: #f7fafc; border: 1px solid #d4e1ea; border-radius: 11px; }
.suppliers-list-page .supplier-list-add .btn { color: #fff; background: linear-gradient(135deg,#147ac1,#075a98); border-color: #147ac1; }
.suppliers-list-page .supplier-list-logout .btn { color: #a12f35; background: #fff6f6; border-color: #edc8ca; }
@media (max-width: 767px) {
   .suppliers-list-page .find-box { width: 100%; max-width: none; padding: 25px 6px; border-radius: 12px; }
   .suppliers-list-page .suppliers-list-content { margin-top: 20px; }
   .suppliers-list-page .supplier-row { grid-template-columns: minmax(0,1.4fr) minmax(84px,.8fr) minmax(82px,.8fr); font-size: 12px; }
   .suppliers-list-page .supplier-name,
   .suppliers-list-page .supplier-phone,
   .suppliers-list-page .supplier-brand { min-height: 50px; padding: 7px 3px; }
}
@media (max-width: 380px) { .suppliers-list-page .find-box { padding-right: 3px; padding-left: 3px; } }
@media (prefers-reduced-motion: reduce) { .suppliers-list-page a.supplier-row { transition: none; } }
