.business-footer[data-v-3f5f13e9] {
  width:100%;
  padding:10px 16px 20px;
  box-sizing:border-box
}
.business-footer__inner[data-v-3f5f13e9] {
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:16px;
  border-radius:16px;
  background:var(--footer-bg);
  color:var(--footer-text);
  box-shadow:var(--footer-shadow);
  border:var(--footer-border);
  -webkit-backdrop-filter:blur(2px);
  backdrop-filter:blur(2px)
}
.business-footer__label[data-v-3f5f13e9] {
  color:var(--footer-text)
}
.business-footer__value-prefix[data-v-3f5f13e9] {
  opacity:.9
}
.business-footer__separator[data-v-3f5f13e9] {
  opacity:.6
}
.business-footer__link[data-v-3f5f13e9] {
  color:#fff;
  font-weight:600;
  text-decoration:none
}
.business-footer__link[data-v-3f5f13e9]:hover {
  text-decoration:underline
}
.business-footer__row[data-v-3f5f13e9] {
  margin:0;
  font-size:13px;
  color:var(--footer-subtle);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-align:center;
  line-height:1.6
}
.business-footer__muted[data-v-3f5f13e9] {
  font-weight:500;
  opacity:.92
}
.business-footer__warning[data-v-3f5f13e9] {
  width:100%;
  gap:8px;
  line-height:1.6;
  font-size:12px;
  color:#fde68a;
  text-align:center;
  padding:10px 12px;
  border-radius:12px;
  background:#00000024;
  border:1px solid rgba(255,255,255,.12)
}
.business-footer__warning-label[data-v-3f5f13e9] {
  font-weight:700
}
.business-footer__warning-text[data-v-3f5f13e9] {
  max-width:960px
}
.business-footer__value[data-v-3f5f13e9] {
  color:var(--footer-text);
  font-weight:600
}
@media(max-width:640px) {
  .business-footer[data-v-3f5f13e9] {
    padding:8px 12px 18px
  }
  .business-footer__inner[data-v-3f5f13e9] {
    text-align:center;
    gap:8px
  }
  .business-footer__warning[data-v-3f5f13e9] {
    font-size:11px;
    padding:10px
  }
}
