/* Shared USA lab verification badge for the homepage and product pages. */
.rx-lab-badge{display:inline-flex;align-items:center;justify-content:center;flex:none;gap:10px;min-height:44px;padding:5px 10px;border:1px solid var(--line);border-radius:var(--r);background:var(--panel);box-shadow:0 4px 14px rgba(13,19,32,.04);font-size:12.5px;line-height:1.25;white-space:nowrap}
.rx-lab-badge-flag{display:block;flex:none;width:24px;height:auto;border-radius:1px;box-shadow:0 0 0 1px rgba(13,19,32,.1)}
.rx-lab-badge-label{display:flex;flex-direction:column;gap:2px}
.rx-lab-badge-country{display:flex;align-items:center;gap:6px;font-family:var(--f-mono);font-size:9px;font-weight:500;letter-spacing:.16em;color:var(--muted)}
.rx-lab-badge-country svg{flex:none;width:12px;height:12px;color:var(--green)}
.rx-lab-badge-status{font-size:12px;font-weight:600;color:var(--green)}

/* Keep the badge on the left and let its adjacent details wrap as needed. */
.pdp-lab-meta{display:flex;align-items:center;gap:10px;margin-top:16px}
.pdp-lab-details{flex:1;min-width:0;font-family:var(--f-mono);font-size:12px;color:var(--muted);overflow-wrap:anywhere}
.pdp-lab-details #pdpCoa{margin-top:4px}
