/* LB Stock Locations v1.2.1 */
.lb-supply { color: #0058a5; font-size: 14px; line-height: 1.6; margin: 20px 0; }
.lb-supply[hidden] { display: none !important; }
.lb-supply__heading { display: block; font-size: 16px; font-weight: 600; line-height: 1.5; margin-bottom: 6px; }
.lb-supply__locations { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; }
.lb-supply__location { display: inline-block; box-sizing: border-box; border: 2px solid currentColor; border-radius: 0; padding: 2px 12px; font-size: 14px; font-weight: 600; line-height: 18px; background: transparent; max-width: 100%; overflow-wrap: anywhere; }
.lb-supply__info { display: inline-flex; align-items: center; justify-content: center; min-width: 24px; min-height: 24px; color: #0058a5; text-decoration: none; vertical-align: middle; font-size: 18px; }
.lb-supply__info:focus-visible { outline: 2px solid #0058a5; outline-offset: 2px; }
.summary .lb-collection-note { font-size: 14px; line-height: 1.5; color: #999; margin: 4px 0 12px; font-weight: 400; }
