.vaf-banner {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #111;
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .18);
}
.vaf-banner-top { top: 0; }
.vaf-banner-bottom { bottom: 0; }
body.admin-bar .vaf-banner-top { top: 32px; }

.vaf-support-selector {
  max-width: 760px;
  margin: 20px 0;
}
.vaf-support-selector h2 { margin-bottom: 10px; }
.vaf-support-form {
  display: grid;
  gap: 8px;
}
.vaf-support-search,
.vaf-support-select {
  width: 100%;
  padding: 10px;
}
.vaf-support-select { min-height: 220px; }
.vaf-support-form label { font-weight: 700; }
.vaf-support-form .button {
  padding: 10px 16px;
  cursor: pointer;
}

body:has(.vaf-dashboard.vaf-dashboard) .page-hero,
body:has(.vaf-dashboard.vaf-dashboard) .page-header,
body:has(.vaf-dashboard.vaf-dashboard) .entry-header,
body:has(.vaf-dashboard.vaf-dashboard) .wp-block-post-title,
body:has(.vaf-dashboard.vaf-dashboard) .vd-page-hero,
body:has(.vaf-club-application) .page-hero,
body:has(.vaf-club-application) .page-header,
body:has(.vaf-club-application) .entry-header,
body:has(.vaf-club-application) .wp-block-post-title,
body:has(.vaf-club-application) .vd-page-hero {
  display: none !important;
}

.vaf-club-application {
  box-sizing: border-box;
  width: min(1900px, calc(100vw - 48px));
  max-width: none;
  margin: 0 auto 64px;
  color: #151515;
}
.vaf-club-application *,
.vaf-club-application *::before,
.vaf-club-application *::after {
  box-sizing: border-box;
}
.vaf-club-application-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: 22px;
  align-items: center;
  margin: 0 0 22px;
  padding: clamp(26px, 4vw, 48px);
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 28%, rgba(239, 16, 24, .42), transparent 24%),
    linear-gradient(135deg, #121212 0%, #251111 55%, #ef1018 118%);
  color: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .16);
}
.vaf-club-application-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 310px;
  height: 310px;
  border: 38px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
}
.vaf-club-application-hero > * {
  position: relative;
  z-index: 1;
}
.vaf-club-application-hero span:first-child {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 9px;
  background: #fff;
  color: #151515;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.vaf-club-application-hero h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5.7vw, 72px);
  line-height: .95;
  letter-spacing: 0;
  text-transform: uppercase;
}
.vaf-club-application-hero p {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .88);
  font-weight: 700;
  line-height: 1.55;
}
.vaf-club-application-hero aside {
  display: grid;
  gap: 6px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
}
.vaf-club-application-hero aside strong {
  color: #fff;
  font-size: 38px;
  line-height: 1;
}
.vaf-club-application-hero aside span {
  color: rgba(255, 255, 255, .78);
  font-weight: 850;
}
.vaf-club-application-grid {
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr);
  gap: 24px;
}
.vaf-club-application-panel {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid #e2e2e2;
  border-top: 5px solid #ef1018;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .07);
}
.vaf-club-application-panel h3,
.vaf-club-application-panel h4 {
  margin: 0 0 14px;
  color: #151515;
  font-weight: 950;
  text-transform: uppercase;
}
.vaf-club-application-panel h3 {
  font-size: 24px;
}
.vaf-club-application-panel h4 {
  margin-top: 24px;
  font-size: 16px;
}
.vaf-club-benefits,
.vaf-club-tiers {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.vaf-club-benefits li,
.vaf-club-tiers li {
  padding: 13px 14px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fafafa;
}
.vaf-club-benefits li {
  display: grid;
  gap: 7px;
  align-items: start;
}
.vaf-club-benefits strong {
  display: block;
  margin-bottom: 0;
  color: #151515;
  font-weight: 950;
}
.vaf-club-benefits span,
.vaf-club-terms,
.vaf-club-application-panel p {
  color: #555;
  line-height: 1.55;
}
.vaf-club-payout-note {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-left: 4px solid #ef1018;
  background: #fff5f5;
  font-weight: 800;
}
.vaf-club-terms-box {
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #fafafa;
}
.vaf-club-terms-box summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 13px 14px;
  color: #151515;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}
.vaf-club-terms-box summary::after {
  content: "+";
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 1;
}
.vaf-club-terms-box[open] summary {
  border-bottom: 1px solid #e4e4e4;
}
.vaf-club-terms-box[open] summary::after {
  content: "-";
}
.vaf-club-terms-box .vaf-club-terms {
  max-height: 360px;
  overflow: auto;
  padding: 14px;
  background: #fff;
}
.vaf-club-terms h1,
.vaf-club-terms h2,
.vaf-club-terms h3,
.vaf-club-terms h4 {
  margin: 16px 0 8px;
  color: #151515;
  font-size: 16px;
  line-height: 1.25;
  text-transform: none;
}
.vaf-club-terms h1:first-child,
.vaf-club-terms h2:first-child,
.vaf-club-terms h3:first-child,
.vaf-club-terms h4:first-child {
  margin-top: 0;
}
.vaf-club-terms ul {
  margin: 8px 0 12px 20px;
}
.vaf-club-terms p {
  margin: 0 0 10px;
}
.vaf-club-application-form {
  display: grid;
  gap: 14px;
}
.vaf-club-application-form label {
  display: grid;
  gap: 7px;
  color: #151515;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.vaf-club-application-form input,
.vaf-club-application-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  background: #fff;
  color: #151515;
  padding: 11px 12px;
  font: inherit;
  font-size: 15px;
  text-transform: none;
  box-shadow: none;
}
.vaf-club-application-form textarea {
  min-height: 116px;
  resize: vertical;
}
.vaf-club-application .vaf-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.vaf-club-application .vaf-checkbox-label {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #fafafa;
  line-height: 1.35;
  text-transform: none;
}
.vaf-club-application .vaf-checkbox-label input[type="checkbox"] {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 0;
  padding: 0;
  accent-color: #ef1018;
}
.vaf-club-application .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 4px;
  background: #151515;
  color: #fff !important;
  padding: 0 18px;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.vaf-club-application .button:hover {
  background: #ef1018;
}
.vaf-club-application-notice {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: 8px;
  font-weight: 700;
}
.vaf-club-application-notice p {
  margin: 6px 0 0;
}
.vaf-club-application-success {
  border: 1px solid #bfe7ca;
  background: #eefaf2;
  color: #135d2d;
}
.vaf-club-application-error {
  border: 1px solid #f0b9b9;
  background: #fff0f0;
  color: #8d1212;
}
.vaf-club-application-error ul {
  margin: 8px 0 0 18px;
}

.vaf-donate-discount-field {
  margin: 16px 0;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
}
.vaf-donate-discount-field label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-weight: 700;
}
.vaf-donate-discount-field input[type="checkbox"] { margin-top: 3px; }
.vaf-donate-discount-amount,
.vaf-donate-discount-status {
  margin-top: 8px;
  font-size: 13px;
  opacity: .82;
}
.vaf-blocks-donate-discount-field {
  background: #fff;
  border-color: #dcd7ca;
}

.vaf-dashboard.vaf-dashboard {
  box-sizing: border-box;
  width: min(1900px, calc(100vw - 48px));
  max-width: none;
  margin: 0 auto 64px;
  transform: none;
  color: #141414;
}
.vaf-dashboard.vaf-dashboard *,
.vaf-dashboard.vaf-dashboard *::before,
.vaf-dashboard.vaf-dashboard *::after {
  box-sizing: border-box;
}
.vaf-dashboard.vaf-dashboard .woocommerce-notices-wrapper,
.vaf-dashboard.vaf-dashboard .woocommerce-message,
.vaf-dashboard.vaf-dashboard .woocommerce-error,
.vaf-dashboard.vaf-dashboard .woocommerce-info {
  max-width: 100%;
}
.vaf-dashboard.vaf-dashboard .vaf-dashboard-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 320px);
  gap: 22px;
  align-items: center;
  min-height: 240px;
  margin: 0 0 20px;
  padding: clamp(26px, 4vw, 46px);
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 24%, rgba(239, 16, 24, .45), transparent 24%),
    linear-gradient(135deg, #121212 0%, #231010 54%, #ef1018 115%);
  color: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}
.vaf-dashboard.vaf-dashboard .vaf-dashboard-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 300px;
  height: 300px;
  border: 38px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
}
.vaf-dashboard.vaf-dashboard .vaf-dashboard-hero > div {
  position: relative;
  z-index: 1;
}
.vaf-dashboard.vaf-dashboard .vaf-dashboard-hero > div:first-child > span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 9px;
  background: #fff;
  color: #151515;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.vaf-dashboard.vaf-dashboard .vaf-money {
  display: inline-flex;
  gap: .18em;
  align-items: baseline;
  white-space: nowrap;
}
.vaf-dashboard.vaf-dashboard .vaf-money-amount,
.vaf-dashboard.vaf-dashboard .vaf-money-currency {
  display: inline;
  white-space: nowrap;
}
.vaf-dashboard.vaf-dashboard .vaf-dashboard-hero h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 6vw, 78px);
  line-height: .95;
  letter-spacing: 0;
  text-transform: uppercase;
}
.vaf-dashboard.vaf-dashboard .vaf-dashboard-hero p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.5;
}
.vaf-dashboard-hero-total {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
}
.vaf-dashboard-hero-total small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .76);
  font-weight: 800;
}
.vaf-dashboard-hero-total strong {
  display: inline-flex;
  gap: .18em;
  align-items: baseline;
  color: #fff;
  font-size: 30px;
  line-height: 1.05;
  white-space: nowrap;
}
.vaf-dashboard.vaf-dashboard .vaf-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
  margin: 0 0 24px;
}
.vaf-dashboard.vaf-dashboard .vaf-cards > div,
.vaf-dashboard.vaf-dashboard .vaf-panel {
  border: 1px solid #e2e2e2;
  border-top: 5px solid #ef1018;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .07);
}
.vaf-dashboard.vaf-dashboard .vaf-cards > div {
  min-height: 148px;
  padding: 22px;
}
.vaf-dashboard.vaf-dashboard .vaf-cards strong {
  display: block;
  color: #5a5a5a;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.vaf-dashboard.vaf-dashboard .vaf-cards span {
  display: inline-flex;
  gap: .18em;
  align-items: baseline;
  margin: 8px 0;
  color: #151515;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 950;
  line-height: 1.1;
  white-space: nowrap;
}
.vaf-dashboard.vaf-dashboard .vaf-cards small {
  color: #555;
  font-weight: 700;
}
.vaf-dashboard.vaf-dashboard .vaf-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 24px;
  margin: 0 0 24px;
}
.vaf-dashboard.vaf-dashboard .vaf-panel {
  padding: clamp(22px, 3vw, 32px);
}
.vaf-dashboard.vaf-dashboard .vaf-panel h3 {
  margin: 0 0 10px;
  color: #151515;
  font-size: 22px;
  font-weight: 950;
  text-transform: uppercase;
}
.vaf-dashboard.vaf-dashboard .vaf-panel p {
  margin: 0 0 18px;
  color: #555;
  line-height: 1.55;
}
.vaf-dashboard.vaf-dashboard .vaf-panel label {
  display: grid;
  gap: 7px;
  margin: 0 0 14px;
  color: #151515;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.vaf-dashboard.vaf-dashboard input,
.vaf-dashboard.vaf-dashboard textarea,
.vaf-dashboard.vaf-dashboard select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  background: #fff;
  color: #151515;
  padding: 10px 12px;
  font: inherit;
  font-size: 15px;
  text-transform: none;
  box-shadow: none;
}
.vaf-dashboard.vaf-dashboard textarea {
  min-height: 96px;
  resize: vertical;
}
.vaf-dashboard.vaf-dashboard .vaf-link-box {
  margin: 0 0 20px;
}
.vaf-dashboard.vaf-dashboard .vaf-link-box label {
  display: block;
  margin-bottom: 7px;
  font-weight: 900;
  text-transform: uppercase;
}
.vaf-dashboard.vaf-dashboard .vaf-link-panel textarea {
  min-height: 132px;
}
.vaf-dashboard.vaf-dashboard .vaf-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.vaf-dashboard.vaf-dashboard .button,
.vaf-dashboard.vaf-dashboard button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  border-radius: 4px;
  background: #151515;
  color: #fff !important;
  padding: 0 16px;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.vaf-dashboard.vaf-dashboard .button:hover,
.vaf-dashboard.vaf-dashboard button:hover {
  background: #ef1018;
}
.vaf-dashboard.vaf-dashboard .button[disabled],
.vaf-dashboard.vaf-dashboard button[disabled] {
  opacity: .45;
  cursor: not-allowed;
}
.vaf-marketing-banners {
  display: grid;
  gap: 18px;
  margin-top: 16px;
}
.vaf-marketing-banner {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background: #fafafa;
}
.vaf-marketing-banner img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  background: #f7f7f7;
  padding: 8px;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-panel {
  display: flex;
  flex-direction: column;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-card {
  --vaf-qr-accent: #ef1018;
  display: grid;
  justify-items: center;
  position: relative;
  gap: 12px;
  margin: 4px 0 18px;
  padding: 26px;
  border: 1px solid #dedede;
  border-top: 8px solid var(--vaf-qr-accent);
  border-radius: 8px;
  background: radial-gradient(circle at 92% 10%, rgba(239, 16, 24, .08), transparent 32%), #fff;
  text-align: center;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-frame-red {
  border-top-color: #ef1018;
  background: linear-gradient(180deg, rgba(239, 16, 24, .05), transparent 38%), #fff;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-frame-dark {
  border-top-color: #151515;
  background: linear-gradient(180deg, rgba(21, 21, 21, .05), transparent 38%), #fff;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-frame-light {
  border-top-color: #ef1018;
  background: #fff;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-frame-ticket {
  border: 2px dashed #d8d8d8;
  border-top: 8px solid #151515;
  background: #fff;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 78px;
  height: 26px;
  background: linear-gradient(135deg, var(--vaf-qr-accent) 0 48%, #151515 48% 68%, transparent 68%);
  clip-path: polygon(0 50%, 28% 0, 100% 0, 72% 50%, 100% 100%, 28% 100%);
  opacity: .16;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-card-kicker {
  display: inline-flex;
  justify-self: center;
  padding: 7px 11px;
  background: var(--vaf-qr-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-code-wrap {
  display: grid;
  place-items: center;
  position: relative;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-code-wrap > img {
  width: min(100%, 300px);
  height: auto;
  border: 10px solid #fff;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}
.vaf-dashboard.vaf-dashboard .vaf-qr-logo {
  display: grid;
  place-items: center;
  position: absolute;
  width: 92px;
  height: 92px;
  border: 10px solid #fff;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}
.vaf-dashboard.vaf-dashboard .vaf-qr-logo-size-small .vaf-qr-logo {
  width: 74px;
  height: 74px;
  border-width: 8px;
  border-radius: 14px;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-logo-size-large .vaf-qr-logo {
  width: 112px;
  height: 112px;
  border-width: 12px;
  border-radius: 22px;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-logo-preview {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 14px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fafafa;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-logo-preview img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-logo-preview label {
  margin: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  text-transform: none;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-logo-preview input[type="checkbox"] {
  width: auto;
  min-height: 0;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-card strong {
  font-size: 24px;
  text-transform: uppercase;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-layout-clean .vaf-qr-card-kicker,
.vaf-dashboard.vaf-dashboard .vaf-qr-layout-clean .vaf-qr-guide {
  display: none;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-layout-poster_standard {
  aspect-ratio: var(--vaf-qr-poster-ratio, 1055 / 1491);
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background-image: var(--vaf-qr-poster);
  background-position: center;
  background-size: 100% 100%;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-layout-poster_standard::after,
.vaf-dashboard.vaf-dashboard .vaf-qr-layout-poster_standard .vaf-qr-card-kicker,
.vaf-dashboard.vaf-dashboard .vaf-qr-layout-poster_standard > strong,
.vaf-dashboard.vaf-dashboard .vaf-qr-layout-poster_standard .vaf-qr-text,
.vaf-dashboard.vaf-dashboard .vaf-qr-layout-poster_standard .vaf-qr-guide,
.vaf-dashboard.vaf-dashboard .vaf-qr-layout-poster_standard small {
  display: none;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-layout-poster_standard .vaf-qr-code-wrap {
  position: absolute;
  left: var(--vaf-qr-preview-left, 75%);
  top: var(--vaf-qr-preview-top, 71%);
  width: var(--vaf-qr-preview-width, 29%);
  transform: translate(-50%, -50%);
}
.vaf-dashboard.vaf-dashboard .vaf-qr-layout-poster_standard .vaf-qr-code-wrap > img {
  width: 100%;
  border-width: 6px;
  box-shadow: none;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-layout-poster_standard .vaf-qr-logo {
  width: 34%;
  height: 34%;
  border-width: 7px;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-layout-simple_print {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-top: 7px solid #151515;
  box-shadow: none;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-layout-simple_print::after,
.vaf-dashboard.vaf-dashboard .vaf-qr-layout-simple_print .vaf-qr-card-kicker {
  display: none;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-layout-compact {
  gap: 10px;
  padding: 22px;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-layout-poster {
  background: radial-gradient(circle at 90% 15%, rgba(239, 16, 24, .13), transparent 32%), linear-gradient(180deg, #fff, #fafafa);
}
.vaf-dashboard.vaf-dashboard .vaf-qr-card .vaf-qr-text {
  max-width: 360px;
  color: #333;
  font-weight: 700;
  line-height: 1.45;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-guide {
  display: grid;
  gap: 8px;
  width: min(100%, 360px);
  margin: 14px 0 4px;
  padding: 0;
  list-style: none;
  text-align: left;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-guide li {
  position: relative;
  min-height: 38px;
  padding: 9px 10px 9px 40px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fafafa;
  color: #151515;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-guide li::before {
  content: counter(list-item);
  position: absolute;
  left: 10px;
  top: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--vaf-qr-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  line-height: 20px;
  text-align: center;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-card small {
  max-width: 360px;
  overflow-wrap: anywhere;
  color: #666;
  font-size: 11px;
  line-height: 1.35;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-text-form {
  display: grid;
  gap: 12px;
  margin: 0 0 14px;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-text-form .vaf-checkbox-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #fafafa;
  color: #151515;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  text-transform: none;
}
.vaf-dashboard.vaf-dashboard .vaf-qr-text-form .vaf-checkbox-label input[type="checkbox"] {
  flex: 0 0 18px;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px;
  min-height: 18px !important;
  margin: 0;
  padding: 0;
  accent-color: #ef1018;
}
.vaf-dashboard.vaf-dashboard .vaf-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}
.vaf-dashboard.vaf-dashboard .vaf-payout-amount {
  display: inline-flex;
  gap: .18em;
  align-items: baseline;
  margin: 0 0 16px;
  padding: 18px;
  border-top: 5px solid #ef1018;
  border-radius: 8px;
  background: #f7f7f7;
  color: #151515;
  font-size: 32px;
  font-weight: 950;
}
.vaf-dashboard.vaf-dashboard .vaf-panel-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}
.vaf-dashboard.vaf-dashboard .vaf-panel-heading h3 {
  margin-bottom: 6px;
}
.vaf-dashboard.vaf-dashboard .vaf-panel-heading p {
  margin: 0;
}
.vaf-dashboard.vaf-dashboard .vaf-filter {
  display: flex;
  align-items: end;
  gap: 10px;
  margin: 0;
}
.vaf-dashboard.vaf-dashboard .vaf-filter label {
  min-width: 132px;
}
.vaf-dashboard.vaf-dashboard .vaf-filter select {
  min-height: 42px;
}
.vaf-dashboard.vaf-dashboard .vaf-sales {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.vaf-dashboard.vaf-dashboard .vaf-sales th,
.vaf-dashboard.vaf-dashboard .vaf-sales td {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 14px;
  text-align: left;
  vertical-align: top;
}
.vaf-dashboard.vaf-dashboard .vaf-sales th {
  background: #f4f4f4;
  color: #444;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.vaf-dashboard.vaf-dashboard .vaf-sales tr:last-child td {
  border-bottom: 0;
}
.vaf-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 0 10px;
  background: #f1f1f1;
  color: #151515;
  font-size: 12px;
  font-weight: 950;
}
.vaf-status-paid {
  background: #e7f7ec;
  color: #11642d;
}
.vaf-status-pending {
  background: #fff3d6;
  color: #805400;
}
.vaf-status-cancelled {
  background: #f7e4e4;
  color: #9a1111;
}

@media screen and (max-width: 782px) {
  body.admin-bar .vaf-banner-top { top: 46px; }
}
@media (max-width: 980px) {
  .vaf-club-application {
    width: min(100%, calc(100vw - 28px));
    margin-left: auto;
    margin-right: auto;
  }
  .vaf-club-application-hero,
  .vaf-club-application-grid {
    grid-template-columns: 1fr;
  }
  .vaf-dashboard.vaf-dashboard {
    width: min(100%, calc(100vw - 28px));
    margin-left: auto;
    margin-right: auto;
  }
  .vaf-dashboard.vaf-dashboard .vaf-dashboard-grid,
  .vaf-dashboard.vaf-dashboard .vaf-panel-heading {
    grid-template-columns: 1fr;
  }
  .vaf-dashboard.vaf-dashboard .vaf-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .vaf-dashboard.vaf-dashboard .vaf-filter {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .vaf-club-application {
    width: min(100%, calc(100vw - 24px));
    margin-top: 18px;
  }
  .vaf-club-application-hero {
    padding: 24px;
  }
  .vaf-club-application-hero h2 {
    font-size: 34px;
  }
  .vaf-club-application .vaf-form-row {
    grid-template-columns: 1fr;
  }
  .vaf-club-benefits li {
    grid-template-columns: 1fr;
  }
  .vaf-club-application .button {
    width: 100%;
  }
  .vaf-dashboard.vaf-dashboard {
    width: min(100%, calc(100vw - 24px));
    margin-top: 18px;
  }
  .vaf-dashboard.vaf-dashboard .vaf-dashboard-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 24px;
  }
  .vaf-dashboard.vaf-dashboard .vaf-dashboard-hero h2 {
    font-size: 34px;
  }
  .vaf-dashboard.vaf-dashboard .vaf-cards,
  .vaf-dashboard.vaf-dashboard .vaf-form-row {
    grid-template-columns: 1fr;
  }
  .vaf-dashboard.vaf-dashboard .vaf-cards > div {
    min-height: 0;
  }
  .vaf-dashboard.vaf-dashboard .vaf-button-row,
  .vaf-dashboard.vaf-dashboard .vaf-filter {
    display: grid;
    grid-template-columns: 1fr;
  }
  .vaf-dashboard.vaf-dashboard .vaf-filter label,
  .vaf-dashboard.vaf-dashboard .vaf-filter button,
  .vaf-dashboard.vaf-dashboard .vaf-button-row .button {
    width: 100%;
  }
  .vaf-dashboard.vaf-dashboard .vaf-sales {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
