/* =========================================================
   QUALITY — /{locale}/quality (pages/quality.blade.php)
   One-off adjustments on top of the shared `.ip-*` components.
   ========================================================= */

/* The certificates block holds ISO 9001 alone: a lone `.ip-cert` would
   otherwise stretch across the full auto-fit row. */
#quality-certs .ip-certs:has(> .ip-cert:only-child){max-width:620px;}
#quality-certs .ip-cert .iso-badge{--iso-size:104px;}

/* The approach steps read as a numbered-feeling list of short statements;
   give the callout below them room to breathe on wide screens. */
#quality-approach .ip-callout{max-width:900px;}
