.gwd-sample-skip {
  position: fixed !important;
  top: 8px !important;
  left: 8px !important;
  z-index: 100000 !important;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #111827 !important;
  font: 700 14px/1.2 system-ui, sans-serif !important;
  text-decoration: none !important;
  transform: translateY(-160%) !important;
  transition: transform .15s ease !important;
}

.gwd-sample-skip:focus {
  transform: translateY(0) !important;
  outline: 3px solid #4f64f5 !important;
  outline-offset: 2px !important;
}

.golds-service-brand {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 4px !important;
  width: max-content !important;
  min-width: 0 !important;
  color: inherit !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.golds-service-brand__name {
  display: block !important;
  margin-right: -.22em !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  line-height: .9 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.golds-service-brand__sub {
  display: block !important;
  margin-right: -.34em !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: .45rem !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: .34em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.gwd-sample-badge {
  position: fixed !important;
  z-index: 40 !important;
  left: max(14px, env(safe-area-inset-left)) !important;
  bottom: max(14px, env(safe-area-inset-bottom)) !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: max-content !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  border: 1px solid #dce2ed !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 3px 12px rgba(20, 35, 65, .1) !important;
  color: #31436b !important;
  font: 600 13px/1.3 system-ui, sans-serif !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

.gwd-sample-badge::before {
  display: none !important;
}

.gwd-sample-badge svg {
  flex: none !important;
  width: 16px !important;
  height: 16px !important;
}

.gwd-sample-badge:hover {
  background: #fff !important;
  border-color: #8ba5d6 !important;
  color: #234dab !important;
}

.gwd-sample-badge:focus-visible {
  outline: 3px solid #345edb !important;
  outline-offset: 3px !important;
}

body.menu-open .gwd-sample-badge,
body.nav-open .gwd-sample-badge {
  visibility: hidden !important;
}

.gwd-sample-footer {
  position: relative !important;
  z-index: 2 !important;
  margin: 0 !important;
  padding: 18px max(20px, env(safe-area-inset-left)) !important;
  border: 0 !important;
  background: #22275f !important;
  color: rgba(255, 255, 255, .82) !important;
  font: 600 12px/1.55 Manrope, system-ui, sans-serif !important;
  letter-spacing: .01em !important;
  text-align: center !important;
}

.gwd-form-note {
  grid-column: 1 / -1 !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  margin: 14px 0 0 !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(86, 102, 242, .2) !important;
  border-radius: 10px !important;
  background: #f3f5ff !important;
  color: #3f4bc8 !important;
  font: 700 12px/1.5 Manrope, system-ui, sans-serif !important;
}

@media (max-width: 700px) {
  body:has(.callbar):not(.calls-off) .gwd-sample-badge {
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
  }
}

@media print {
  .gwd-sample-badge,
  .gwd-sample-footer,
  .gwd-form-note {
    display: none !important;
  }
}
