:root {
  --color-vbwm-primary: 238 163 43;
  --color-vbwm-primary-dark: 10 33 71;
  --color-vbwm-accent: 56 189 248;
  --color-vbwm-text: 77 77 77;
  --color-vbwm-text-muted: 51 65 85;
  --color-vbwm-text-soft: 100 116 139;
  --color-vbwm-white: 255 255 255;
  --color-vbwm-surface: 232 232 232;
  --color-vbwm-surface-muted: 241 245 249;
  --color-vbwm-border: 226 232 240;
  --color-vbwm-border-strong: 203 213 225;
  --color-vbwm-success: 22 163 74;
  --color-vbwm-danger: 220 38 38;
  --color-vbwm-warning: 245 158 11;
  --color-vbwm-shadow: 15 23 42;
  --color-vbwm-overlay: 15 23 42;
}

.vbwm-webinar-page {
  --vbwm-page-section-padding: clamp(3rem, 9vw, 6rem);
  --vbwm-page-container: 72rem;
  --vbwm-page-container-narrow: 78rem;
  --vbwm-page-container-video: 56rem;
  --vbwm-page-container-speaker: 78rem;
  --vbwm-page-card-radius: 1rem;
  --vbwm-item-radius: 0.5rem;
  --vbwm-page-accent-line-width: 2.5rem;
  width: 100%;
  color: rgb(var(--color-vbwm-text));
  background: rgb(var(--color-vbwm-white));
}

h2 {
  margin-bottom: 3rem !important;
}

.vbwm-webinar-page *,
.vbwm-webinar-page *::before,
.vbwm-webinar-page *::after {
  box-sizing: border-box;
}

.vbwm-section {
  width: 100%;
  padding-block: var(--vbwm-page-section-padding);
}

.vbwm-container {
  width: min(100% - 2rem, var(--vbwm-page-container));
  margin-inline: auto;
}

.vbwm-container-narrow {
  width: min(100% - 2rem, var(--vbwm-page-container-narrow));
}

.vbwm-container-video {
  width: min(100% - 2rem, var(--vbwm-page-container-video));
}

.vbwm-container-speaker {
  width: min(100% - 2rem, var(--vbwm-page-container-speaker));
}

.vbwm-current-section,
.vbwm-registration-area {
  background: rgb(var(--color-vbwm-surface));
}

.vbwm-visual-heading-2 {
  font-size: 2.5rem;
  color: rgb(var(--color-vbwm-text));
  text-align: center;
  margin-bottom: 3rem !important;
}

.vbwm-visual-heading-2::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  border-radius: 10px;
  background-color: rgb(var(--color-vbwm-primary));
  margin: 15px auto;
}

.vbwm-current-section {
  padding-block-start: clamp(3rem, 9vw, 4.5rem);
}

.vbwm-current-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 45px;
  text-align: center;
  background: rgb(var(--color-vbwm-white));
  border-radius: var(--vbwm-page-card-radius);
}

.vbwm-webinar-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem 3.5rem;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgb(var(--color-vbwm-text));
  font-size: 1.3rem;
  line-height: 1.35;
  list-style: none;
}

.vbwm-webinar-meta-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.vbwm-meta-icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: rgb(var(--color-vbwm-primary));
}

.vbwm-meta-icon svg {
  width: 1.15em;
  height: 1.15em;
  stroke: currentcolor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vbwm-card-divider {
  width: 100%;
  height: 1px;
  margin-block: clamp(1rem, 4vw, 1.25rem);
  background: rgb(var(--color-vbwm-border));
}

.vbwm-current-title {
  max-width: min(90%, 38ch);
  margin: 0;
}

.vbwm-section-heading {
  font-weight: 700;
}

.vbwm-current-hook {
  max-width: min(90%, 90ch);
  margin-top: 1.5rem;
}

.vbwm-current-hook > * {
  margin-block: 0;
}

.vbwm-current-hook > * + * {
  margin-block-start: 0.75rem;
}

.vbwm-countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.vbwm-countdown-label {
  margin: 0 0 1rem !important;
  color: rgb(var(--color-vbwm-primary));
  font-size: 1.5rem;
  line-height: 1.3;
}

.vbwm-countdown-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
}

.vbwm-countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5rem;
  min-height: 5.25rem;
  padding: 0.75rem 0.5rem;
  color: rgb(var(--color-vbwm-text));
  font-size: 1.3rem;
  line-height: 1.15;
  background: rgb(var(--color-vbwm-white));
  border: 1px solid rgb(var(--color-vbwm-border));
  border-radius: var(--vbwm-item-radius);
}

.vbwm-countdown-item strong {
  display: block;
  color: rgb(var(--color-vbwm-primary));
  font-size: clamp(2rem, 8vw, 3.75rem);
  font-weight: 700;
  line-height: 1.1;
}

.vbwm-video-section,
.vbwm-speaker-section,
.vbwm-extra-section,
.vbwm-empty-section,
.vbwm-history-section {
  background: rgb(var(--color-vbwm-white));
}

.vbwm-video-frame {
  width: 100%;
  margin-inline: auto;
}

.vbwm-video-frame iframe,
.vbwm-video-frame video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 0;
}

.vbwm-video-frame a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
  padding: 1.5rem;
  color: rgb(var(--color-vbwm-primary-dark));
  text-align: center;
  text-decoration: none;
  background: rgb(var(--color-vbwm-surface));
  border: 1px solid rgb(var(--color-vbwm-border));
}

.vbwm-registration-area .vbwm-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2.5rem, 8vw, 4rem);
}

.vbwm-agenda,
.vbwm-registration-block {
  width: 100%;
}

.vbwm-agenda-headline {
  max-width: min(90%, 90ch);
  margin: 0 auto 2.5rem;
  line-height: 1.6;
  text-align: center;
}

.vbwm-agenda-headline > * {
  margin-block: 0;
}

.vbwm-agenda-accordion {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: min(100%, 63rem);
  margin-inline: auto;
  counter-reset: vbwm-agenda;
}

.vbwm-agenda-item {
  counter-increment: vbwm-agenda;
  background: rgb(var(--color-vbwm-white));
  border-radius: var(--vbwm-item-radius);
}

.vbwm-agenda-item-title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-block: 1rem;
  padding-left: 2rem;
  color: rgb(var(--color-vbwm-text));
  font-size: 1.45rem;
  line-height: 1.35;
  cursor: default;
  list-style: none;
}

.vbwm-agenda-item-title::-webkit-details-marker {
  display: none;
}

.vbwm-agenda-item-title::before {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  color: rgb(var(--color-vbwm-primary));
  font-size: 1.3em;
  font-weight: 700;
  content: counter(vbwm-agenda);
  border: 2px solid rgb(var(--color-vbwm-primary));
  border-radius: 50%;
}

.vbwm-agenda-item-content {
  padding: 0 1rem 1rem 4rem;
  line-height: 1.6;
}

.vbwm-agenda-item-content > * {
  margin-block: 0;
}

.vbwm-agenda-item-content > * + * {
  margin-block-start: 0.75rem;
}

.vbwm-registration-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.vbwm-registration-meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgb(var(--color-vbwm-text));
  font-size: 1.15rem;
  line-height: 1.4;
}

.vbwm-registration-meta-icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: rgb(var(--color-vbwm-primary));
}

.vbwm-registration-meta-icon svg {
  width: 1.15em;
  height: 1.15em;
  stroke: currentcolor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vbwm-registration-meta-text {
  display: inline-block;
}

.vbwm-speaker-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: clamp(1.5rem, 5vw, 2rem);
  text-align: center;
  background: rgb(var(--color-vbwm-surface));
  border-radius: var(--vbwm-page-card-radius);
}

.vbwm-speaker-image {
  flex: 0 0 auto;
  width: 10rem;
  height: 10rem;
  object-fit: cover;
  border: 0.35rem solid rgb(var(--color-vbwm-white));
  border-radius: 50%;
}

.vbwm-speaker-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}

.vbwm-speaker-name {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.5;
}

.vbwm-speaker-description {
  margin: 0;
  line-height: 1.6;
}

.vbwm-speaker-contact {
  text-align: center;
  padding-top: var(--vbwm-page-section-padding);
}

.vbwm-speaker-contact-text {
  font-size: 1.45rem;
}

.vbwm-speaker-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  margin-top: 2rem;
  padding: 0.8rem 1.25rem;
  color: rgb(var(--color-vbwm-white));
  font: inherit;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  background: rgb(var(--color-vbwm-primary));
  border: 1px solid rgb(var(--color-vbwm-primary));
  border-radius: 999rem;
}

.vbwm-speaker-contact-button:hover,
.vbwm-speaker-contact-button:focus {
  color: rgb(var(--color-vbwm-primary));
  background: rgb(var(--color-vbwm-white));
}

.vbwm-content-section {
  padding-block-start: 0;
}

.vbwm-content-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  color: rgb(var(--color-vbwm-text-muted));
  line-height: 1.7;
  text-align: center;
}

.vbwm-content-content > * {
  margin-block: 0;
}

.vbwm-content-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.7rem 1.75rem;
  color: rgb(var(--color-vbwm-white));
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: rgb(var(--color-vbwm-primary));
  border-radius: 999rem;
}

.vbwm-empty-section .vbwm-container,
.vbwm-history-section .vbwm-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.vbwm-empty-text {
  max-width: 36rem;
  margin: 0;
  color: rgb(var(--color-vbwm-text-muted));
  line-height: 1.6;
}

.vbwm-history-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.vbwm-history-item {
  width: 100%;
  padding: 1.25rem;
  text-align: left;
  background: rgb(var(--color-vbwm-surface));
  border: 1px solid rgb(var(--color-vbwm-border));
  border-radius: 0.75rem;
}

.vbwm-history-item-title {
  margin: 0;
  color: rgb(var(--color-vbwm-primary-dark));
  font-size: 1.125rem;
  line-height: 1.3;
}

.vbwm-history-item-date,
.vbwm-history-item-hook {
  margin: 0.5rem 0 0;
  color: rgb(var(--color-vbwm-text-muted));
  line-height: 1.55;
}

.vbwm-history-item-hook > * {
  margin-block: 0;
}

.vbwm-history-item-hook > * + * {
  margin-block-start: 0.75rem;
}

@media (width >= 40em) {
  .vbwm-webinar-meta {
    flex-flow: row wrap;
    justify-content: center;
  }
}
@media (width >= 48em) {
  .vbwm-countdown-grid {
    gap: 2rem;
  }
  .vbwm-countdown-item {
    width: 10rem;
    min-height: 10rem;
  }
  .vbwm-agenda-item-title {
    padding-block: 1.5rem;
    padding-left: 4.5rem;
  }
  .vbwm-agenda-item-content {
    padding-inline: 4.5rem 1.5rem;
  }
  .vbwm-speaker-card {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 3rem;
    padding-block: clamp(2rem, 5vw, 3rem);
    padding-inline: clamp(3rem, 5vw, 5rem);
  }
}
@media (width >= 64em) {
  .vbwm-container {
    width: min(100% - 4rem, var(--vbwm-page-container));
  }
  .vbwm-container-narrow {
    width: min(100% - 4rem, var(--vbwm-page-container-narrow));
  }
  .vbwm-container-video {
    width: min(100% - 4rem, var(--vbwm-page-container-video));
  }
  .vbwm-container-speaker {
    width: min(100% - 4rem, var(--vbwm-page-container-speaker));
  }
  .vbwm-current-card {
    padding-block: 45px;
  }
}
@media (width <= 35em) {
  h1 {
    font-size: 2rem !important;
  }
  .vbwm-current-title {
    max-width: 100%;
  }
  .vbwm-current-card {
    padding-inline: 24px;
  }
}
.vbwm-webinar-registration {
  width: 100%;
  margin-top: clamp(1.5rem, 4vw, 3rem);
  color: rgb(var(--color-vbwm-text));
}

.vbwm-webinar-registration__title {
  margin: 0;
  color: rgb(var(--color-vbwm-primary-dark));
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.vbwm-webinar-registration__messages {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: min(100%, 63rem);
  margin-inline: auto;
}

.vbwm-webinar-registration__message {
  margin: 0 0 1.5rem;
  padding: 0.9rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  background: rgb(var(--color-vbwm-white));
  border: 1px solid rgb(var(--color-vbwm-border));
  border-radius: var(--vbwm-item-radius);
}

.vbwm-webinar-registration__message--success {
  color: rgb(var(--color-vbwm-success));
  background: rgb(var(--color-vbwm-success), 0.08);
  border-color: rgb(var(--color-vbwm-success), 0.25);
}

.vbwm-webinar-registration__message--error {
  color: rgb(var(--color-vbwm-danger));
  background: rgb(var(--color-vbwm-danger), 0.08);
  border-color: rgb(var(--color-vbwm-danger), 0.25);
}

.vbwm-webinar-registration__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: min(100%, 63rem);
  margin-inline: auto;
}

.vbwm-webinar-registration__field {
  width: 100%;
  margin: 0;
}

.vbwm-webinar-registration__field label {
  display: block;
  margin: 0 0 0.45rem;
  color: rgb(var(--color-vbwm-text));
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.35;
}

.vbwm-webinar-registration__field input[type=text],
.vbwm-webinar-registration__field input[type=email] {
  display: block;
  width: 100%;
  min-height: 4.75rem;
  padding: 1rem 1.5rem;
  color: rgb(var(--color-vbwm-text));
  font: inherit;
  font-size: clamp(1.25rem, 4vw, 1.45rem);
  line-height: 1.25;
  background: rgb(var(--color-vbwm-white));
  border: 1px solid rgb(var(--color-vbwm-border));
  border-radius: 0.45rem;
}

.vbwm-webinar-registration__field input[type=text]::placeholder,
.vbwm-webinar-registration__field input[type=email]::placeholder {
  color: rgb(var(--color-vbwm-text)/75%);
  opacity: 1;
}

.vbwm-webinar-registration__field input[type=text]:focus,
.vbwm-webinar-registration__field input[type=email]:focus {
  outline: 3px solid rgb(var(--color-vbwm-primary)/0%);
  outline-offset: 2px;
  border-color: rgb(var(--color-vbwm-primary));
}

.vbwm-webinar-registration__field--consent,
.vbwm-webinar-registration__field--marketing-consent {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  color: rgb(var(--color-vbwm-text)/65%);
}

.vbwm-webinar-registration__field--consent input,
.vbwm-webinar-registration__field--marketing-consent input {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin: 0.25rem 0 0;
  accent-color: rgb(var(--color-vbwm-primary));
}

.vbwm-webinar-registration__field--consent label,
.vbwm-webinar-registration__field--marketing-consent label {
  margin: 0;
  color: rgb(var(--color-vbwm-text)/65%);
  font-size: clamp(0.758rem, 2vw, 0.875rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
}

.vbwm-webinar-registration__field--honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.vbwm-webinar-registration__actions {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: clamp(0.5rem, 2vw, 1rem) 0 0;
}

.vbwm-webinar-registration__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 16rem);
  min-height: 3.75rem;
  padding: 0.9rem 2rem;
  color: rgb(var(--color-vbwm-white));
  font: inherit;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: rgb(var(--color-vbwm-primary));
  border: 1px solid rgb(var(--color-vbwm-primary));
  border-radius: 999rem;
}

.vbwm-webinar-registration__submit:hover,
.vbwm-webinar-registration__submit:focus {
  color: rgb(var(--color-vbwm-primary));
  background: rgb(var(--color-vbwm-white));
}

.vbwm-webinar-registration__submit:focus {
  outline: 3px solid rgb(var(--color-vbwm-primary), 0.25);
  outline-offset: 2px;
}

.vbwm-calendar-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: min(100%, 63rem);
  margin: 0 auto 1.5rem;
  padding: 1rem;
  background: rgb(var(--color-vbwm-white));
  border: 1px solid rgb(var(--color-vbwm-border));
  border-radius: var(--vbwm-item-radius);
}

.vbwm-calendar-title {
  margin: 0;
  color: rgb(var(--color-vbwm-primary-dark));
  font-size: 1.125rem;
  line-height: 1.25;
}

.vbwm-calendar-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vbwm-calendar-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.8rem;
  color: rgb(var(--color-vbwm-primary-dark));
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  background: rgb(var(--color-vbwm-white));
  border: 1px solid rgb(var(--color-vbwm-border));
  border-radius: 999rem;
}

.vbwm-calendar-item a:hover,
.vbwm-calendar-item a:focus {
  color: rgb(var(--color-vbwm-white));
  background: rgb(var(--color-vbwm-primary));
  border-color: rgb(var(--color-vbwm-primary));
}

.vbwm-calendar-help {
  margin: 0;
  color: rgb(var(--color-vbwm-text-muted));
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (width >= 48rem) {
  .vbwm-webinar-registration__form {
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem 2.5rem;
  }
  .vbwm-webinar-registration__field {
    flex: 1 1 0;
    max-width: calc(50% - 1.25rem);
  }
  .vbwm-webinar-registration__field--consent,
  .vbwm-webinar-registration__field--marketing-consent,
  .vbwm-webinar-registration__field--honeypot,
  .vbwm-webinar-registration__actions {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.vbwm-webinar-banner {
  width: 100%;
  margin-inline: auto;
}

.vbwm-webinar-banner-link {
  display: block;
  text-decoration: none;
  border-radius: 1.25rem;
}

.vbwm-webinar-banner-link:focus {
  outline: 3px solid rgb(var(--color-vbwm-primary), 0.25);
  outline-offset: 4px;
}

.vbwm-webinar-banner-image {
  display: block;
  width: 100%;
  height: auto;
}

.vbwm-webinar-popout {
  --vbwm-item-radius: 0.5rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: min(42rem, 100vw - 2rem);
  color: rgb(var(--color-vbwm-text));
  background: rgb(var(--color-vbwm-white));
  border-radius: 1rem;
  transform: translate(-50%, -50%);
}

.vbwm-frontend-js-ready .vbwm-webinar-popout.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.vbwm-webinar-popout-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  color: rgb(var(--color-vbwm-text));
  font: inherit;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  background: rgb(var(--color-vbwm-white));
  border: 1px solid rgb(var(--color-vbwm-border));
  border-radius: 999rem;
  box-shadow: 0 0.5rem 1.5rem rgb(var(--color-vbwm-shadow), 0.12);
}

.vbwm-webinar-popout-close:hover,
.vbwm-webinar-popout-close:focus {
  color: rgb(var(--color-vbwm-white));
  background: rgb(var(--color-vbwm-primary-dark));
  border-color: rgb(var(--color-vbwm-primary-dark));
}

.vbwm-webinar-popout-close:focus {
  outline: 3px solid rgb(var(--color-vbwm-primary), 0.25);
  outline-offset: 2px;
}

.vbwm-webinar-popout-content {
  overflow: hidden;
  border-radius: inherit;
}

.vbwm-webinar-popout-link {
  display: block;
  text-decoration: none;
}

.vbwm-webinar-popout-link:focus {
  outline: 3px solid rgb(var(--color-vbwm-primary), 0.25);
  outline-offset: 4px;
}

.vbwm-webinar-popout-image {
  display: block;
  width: 100%;
  height: auto;
}

.vbwm-webinar-popout-countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-block: 1rem;
  border-top: 1px solid rgb(var(--color-vbwm-border));
}

.vbwm-webinar-popout-countdown-label {
  margin: 0 0 1rem !important;
  color: rgb(var(--color-vbwm-primary));
  font-size: 1.25rem;
  line-height: 1.3;
  text-align: center;
}

.vbwm-webinar-popout-countdown-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
}

.vbwm-webinar-popout-countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5.25rem;
  min-height: 5.5rem;
  padding: 0.75rem 0.5rem;
  color: rgb(var(--color-vbwm-text));
  font-size: 1rem;
  line-height: 1.15;
  background: rgb(var(--color-vbwm-white));
  border: 1px solid rgb(var(--color-vbwm-border));
  border-radius: var(--vbwm-item-radius);
}

.vbwm-webinar-popout-countdown-item strong {
  display: block;
  color: rgb(var(--color-vbwm-primary));
  font-size: clamp(2em, 8vw, 2.7em);
  font-weight: 700;
  line-height: 1.1;
}

@media (width <= 35em) {
  .vbwm-webinar-popout-countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .vbwm-webinar-popout-countdown-item {
    width: 3.25rem;
    min-height: 3.5rem;
    padding: 0.55rem 0.3rem;
    font-size: 0.75rem;
  }
}
/*# sourceMappingURL=frontend.min.css.map */