/* ============================================================================
   Detalhamento — Placa Mercosul
   Único componente custom das telas de detalhamento; o restante do markup
   segue o template TheAdmin (card / form-control-label / form-control-plaintext).
   ============================================================================ */
.det-plate { display: inline-flex; flex-direction: column; align-items: stretch; border: 1px solid #111418; border-radius: 4px; background: #fff; line-height: 1; overflow: hidden; min-width: 98px; }
.det-plate__strip { display: block; width: 100%; text-align: center; font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #fff; background: #2bc1f9; padding: 2px 5px; }
.det-plate__value { font-size: 16px; font-weight: 900; letter-spacing: .09em; color: #111418; text-align: center; padding: 4px 9px; }
