
.styled-qr[data-v-ea157e9c] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: calc(var(--styled-qr-d, 280px) + 32px);
  margin-inline: auto;
  box-sizing: border-box;
}
.styled-qr--boxed[data-v-ea157e9c] {
  border-radius: 20px;
  background: #1a1816;
  padding: 16px;
  overflow: hidden;
}
.styled-qr--bare[data-v-ea157e9c] {
  max-width: none;
  margin-inline: 0;
  padding: 0;
  background: transparent;
}
.styled-qr__host[data-v-ea157e9c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.styled-qr__host[data-v-ea157e9c] canvas {
  width: var(--styled-qr-d, 280px);
  max-width: 100%;
  height: auto;
  aspect-ratio: 1;
  display: block;
}
.styled-qr--bare .styled-qr__host[data-v-ea157e9c] canvas {
  max-width: var(--styled-qr-d, 280px);
}

/* Location / veteran “other pages” cards — white modules on blurred dark glass */
.styled-qr--card-embed.styled-qr--bare[data-v-ea157e9c] {
  width: 60px;
  height: 60px;
  max-width: none;
  margin-inline: 0;
  padding: 3px;
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
}
.styled-qr--card-embed.styled-qr--boxed[data-v-ea157e9c] {
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 0.5px solid rgba(255, 252, 229, 0.14);
}
.styled-qr__state[data-v-ea157e9c] {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 252, 229, 0.75);
}
.styled-qr__state--overlay[data-v-ea157e9c] {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 12px;
  text-align: center;
  color: #fffce5;
  background: rgba(26, 24, 22, 0.92);
  border-radius: inherit;
}
