.mm-webinar-body {
  background: #fff;
  color: #111;
}

.mm-webinar-main {
  padding-top: var(--nav-height);
  background: #fff;
}

.mm-webinar-main .wrapper,
.mm-home-webinar-teaser.wrapper {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

.mm-webinar-hero {
  padding: clamp(4rem, 8vw, 7.5rem) 0 clamp(4.5rem, 8vw, 7rem);
  border-top: .45rem solid var(--cta-color);
  background: #fff;
}

.mm-webinar-hero .wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.mm-webinar-hero-copy h1 {
  max-width: 49rem;
  margin: 0 0 1.6rem;
  font-size: clamp(3.4rem, 6.4vw, 6.1rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.045em;
}

.mm-webinar-hero-copy h1 strong {
  font-weight: 700;
}

.mm-webinar-hero-copy > p {
  max-width: 45rem;
  margin: 0 0 2.3rem;
  color: #3f3f3f;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  line-height: 1.55;
}

.mm-webinar-button,
.mm-webinar-row-link,
.mm-webinar-submit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  min-height: 3.45rem;
  padding: .85rem 1.25rem;
  border: 0;
  border-radius: 0;
  background: var(--cta-color);
  color: #fff;
  font: inherit;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .18s ease, transform .18s ease;
}

.mm-webinar-button:hover,
.mm-webinar-row-link:hover,
.mm-webinar-submit:hover {
  background: #739000;
  color: #fff;
}

.mm-webinar-button:active,
.mm-webinar-row-link:active,
.mm-webinar-submit:active {
  transform: translateY(1px);
}

.mm-webinar-button:focus-visible,
.mm-webinar-row-link:focus-visible,
.mm-webinar-submit:focus-visible {
  outline: 3px solid #f7a31c;
  outline-offset: 3px;
}

.mm-webinar-button svg,
.mm-webinar-row-link svg,
.mm-webinar-submit svg {
  width: 1.8rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.mm-webinar-hero-aside {
  padding: 1.8rem 0 0 1.8rem;
  border-top: 1px solid #c8c8c8;
  border-left: .3rem solid var(--cta-color);
}

.mm-webinar-hero-aside > strong {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.mm-webinar-hero-aside ul {
  display: grid;
  gap: .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mm-webinar-hero-aside li {
  position: relative;
  padding-left: 1.3rem;
  color: #444;
  line-height: 1.45;
}

.mm-webinar-hero-aside li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: .5rem;
  height: .5rem;
  background: var(--cta-color);
}

.mm-webinar-catalog {
  padding: clamp(4rem, 7vw, 7rem) 0;
  background: #f4f4f4;
}

.mm-webinar-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: 4rem;
}

.mm-webinar-section-head h2 {
  max-width: 42rem;
  margin: 0;
  font-size: clamp(2.3rem, 4.2vw, 4.1rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.03em;
}

.mm-webinar-section-head p {
  max-width: 31rem;
  margin: 0;
  color: #4d4d4d;
  font-size: 1.12rem;
  line-height: 1.55;
}

.mm-webinar-group {
  display: grid;
  grid-template-columns: minmax(13rem, .28fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  padding: 2.3rem 0;
  border-top: 1px solid #bbb;
}

.mm-webinar-group:last-child {
  border-bottom: 1px solid #bbb;
}

.mm-webinar-group-title {
  position: relative;
  padding-left: 1.35rem;
  border-left: .3rem solid var(--cta-color);
}

.mm-webinar-group-title span {
  display: block;
  margin-bottom: .55rem;
  color: #777;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.mm-webinar-group-title h3 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 650;
  line-height: 1.15;
  text-transform: uppercase;
}

.mm-webinar-list {
  min-width: 0;
}

.mm-webinar-row {
  display: grid;
  grid-template-columns: minmax(13rem, 1fr) minmax(27rem, 1.7fr) minmax(10rem, .62fr);
  gap: 1.5rem;
  align-items: center;
  padding: 1.55rem 0;
  border-top: 1px solid #d2d2d2;
}

.mm-webinar-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.mm-webinar-row:last-child {
  padding-bottom: 0;
}

.mm-webinar-row-copy h4 {
  margin: 0 0 .45rem;
  font-size: 1.2rem;
  line-height: 1.25;
}

.mm-webinar-row-copy p {
  margin: 0;
  color: #555;
  font-size: .94rem;
  line-height: 1.48;
}

.mm-webinar-row-info {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.mm-webinar-row-schedule > strong {
  display: block;
  margin-bottom: .5rem;
  color: #555;
  font-size: .7rem;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.mm-webinar-row-schedule > p {
  margin: 0;
  color: #666;
  font-size: .9rem;
}

.mm-webinar-row-dates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .45rem;
}

.mm-webinar-row-dates a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  min-width: 0;
  padding: .58rem .7rem;
  border: 1px solid #ccc;
  border-left: .25rem solid var(--cta-color);
  background: #fff;
  color: #111;
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.mm-webinar-row-dates time {
  font-size: .83rem;
  font-weight: 700;
  white-space: nowrap;
}

.mm-webinar-row-dates small {
  color: #666;
  font-size: .68rem;
  line-height: 1.2;
  text-align: right;
}

.mm-webinar-row-dates a:hover {
  border-color: #739000;
  background: #eef3dc;
  color: #111;
}

.mm-webinar-row-dates a:focus-visible {
  outline: 3px solid #f7a31c;
  outline-offset: 2px;
}

.mm-webinar-row-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.mm-webinar-row-facts > div {
  min-width: 0;
  min-height: 3.8rem;
  padding: 0 .8rem;
  border-left: 1px solid #ccc;
}

.mm-webinar-row-facts dt {
  margin-bottom: .38rem;
  color: #707070;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.mm-webinar-row-facts dd {
  margin: 0;
  font-size: .89rem;
  font-weight: 600;
  line-height: 1.35;
}

.mm-webinar-row-facts > div:last-child dd {
  color: #e78500;
}

.mm-webinar-row-link {
  width: 100%;
}

.mm-webinar-contact {
  padding: clamp(3rem, 5vw, 4.5rem) 0;
  background: #222;
  color: #fff;
}

.mm-webinar-contact .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.mm-webinar-contact h2 {
  margin: 0 0 .55rem;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-weight: 500;
}

.mm-webinar-contact p {
  margin: 0;
  color: #c9c9c9;
  font-size: 1.08rem;
}

.mm-webinar-button-light {
  flex: 0 0 auto;
}

.mm-webinar-detail {
  padding: 2.2rem 0 clamp(4rem, 7vw, 7rem);
  border-top: .45rem solid var(--cta-color);
}

.mm-webinar-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0 0 2.5rem;
  color: #6d6d6d;
  font-size: .9rem;
}

.mm-webinar-breadcrumb a {
  color: #4f6500;
  text-decoration: none;
}

.mm-webinar-breadcrumb a:hover {
  text-decoration: underline;
}

.mm-webinar-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(31rem, .86fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.mm-webinar-detail-copy {
  padding-top: 1rem;
}

.mm-webinar-detail-copy h1 {
  max-width: 48rem;
  margin: 0 0 1.4rem;
  font-size: clamp(3rem, 4.6vw, 4.6rem);
  font-weight: 600;
  line-height: .97;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
}

.mm-webinar-detail-lead {
  max-width: 49rem;
  margin: 0;
  color: #383838;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.65;
}

.mm-webinar-outcomes {
  margin-top: 3rem;
  padding: 1.8rem 0 0 1.4rem;
  border-top: 1px solid #ccc;
  border-left: .3rem solid var(--cta-color);
}

.mm-webinar-outcomes h2 {
  margin: 0 0 1.3rem;
  font-size: 1.55rem;
  text-transform: uppercase;
}

.mm-webinar-outcomes ul {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mm-webinar-outcomes li {
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
}

.mm-webinar-outcomes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .05rem;
  display: grid;
  width: 1.3rem;
  height: 1.3rem;
  place-items: center;
  border: 1px solid var(--cta-color);
  border-radius: 50%;
  color: #6f8d00;
  font-size: .75rem;
  font-weight: 700;
}

.mm-webinar-detail-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 2.7rem 0 0;
  padding: 1.6rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.mm-webinar-detail-facts > div {
  padding: 0 1rem;
  border-left: 1px solid #ccc;
}

.mm-webinar-detail-facts > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.mm-webinar-detail-facts dt {
  margin-bottom: .4rem;
  color: #707070;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mm-webinar-detail-facts dd {
  margin: 0;
  font-weight: 650;
  line-height: 1.35;
}

.mm-webinar-price-note {
  margin-top: 1.6rem;
  padding: 1.25rem 1.4rem;
  border-left: .3rem solid #f7a31c;
  background: #f4f4f4;
}

.mm-webinar-price-note strong {
  display: block;
  margin-bottom: .35rem;
}

.mm-webinar-price-note p {
  margin: 0;
  color: #4a4a4a;
  line-height: 1.45;
}

.mm-webinar-form-column {
  position: sticky;
  top: calc(var(--nav-height) + 1.5rem);
}

.mm-webinar-form,
.mm-webinar-no-dates {
  position: relative;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border-top: .45rem solid var(--cta-color);
  background: #222;
  color: #fff;
  box-shadow: 0 1.2rem 2.6rem rgba(0, 0, 0, .14);
  transition: opacity .2s ease;
}

.mm-webinar-form.is-loading {
  pointer-events: none;
  opacity: .62;
}

.mm-webinar-form-heading h2,
.mm-webinar-no-dates h2 {
  margin: 0 0 .6rem;
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  font-weight: 600;
  line-height: 1.08;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.mm-webinar-form-heading p,
.mm-webinar-no-dates p {
  margin: 0 0 1.6rem;
  color: #c8c8c8;
  line-height: 1.5;
}

.mm-webinar-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.mm-webinar-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.1rem;
}

.mm-webinar-field {
  display: grid;
  gap: .42rem;
  margin-bottom: 1rem;
  min-width: 0;
}

.mm-webinar-fields .mm-webinar-field {
  margin-bottom: 0;
}

.mm-webinar-field-wide {
  grid-column: 1 / -1;
}

.mm-webinar-field label,
.mm-webinar-customer-type legend {
  color: #fff;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mm-webinar-field label span,
.mm-webinar-customer-type legend span {
  color: #f8ad36;
}

.mm-webinar-field label small {
  color: #bdbdbd;
  font-weight: 400;
  text-transform: none;
}

.mm-webinar-field input,
.mm-webinar-field textarea,
.mm-webinar-field select {
  width: 100%;
  min-height: 3.1rem;
  padding: .72rem .85rem;
  border: 2px solid transparent;
  border-radius: 0;
  outline: none;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 1rem;
  line-height: 1.3;
}

.mm-webinar-field textarea {
  min-height: 6rem;
  resize: vertical;
}

.mm-webinar-field input:focus,
.mm-webinar-field textarea:focus,
.mm-webinar-field select:focus {
  border-color: var(--cta-color);
  box-shadow: 0 0 0 3px rgba(133, 167, 0, .25);
}

.mm-webinar-field input[aria-invalid="true"],
.mm-webinar-field textarea[aria-invalid="true"],
.mm-webinar-field select[aria-invalid="true"] {
  border-color: #ff7e70;
}

.mm-webinar-customer-type {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin: 1.2rem 0 0;
  padding: 0;
  border: 0;
}

.mm-webinar-customer-type legend {
  grid-column: 1 / -1;
  width: 100%;
  margin-bottom: .1rem;
}

.mm-webinar-customer-type label {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  padding: .9rem;
  border: 1px solid #666;
  background: #2e2e2e;
  cursor: pointer;
}

.mm-webinar-customer-type label:has(input:checked) {
  border-color: var(--cta-color);
  background: #303919;
}

.mm-webinar-customer-type input {
  width: 1.1rem;
  height: 1.1rem;
  margin: .15rem 0 0;
  accent-color: var(--cta-color);
  flex: 0 0 auto;
}

.mm-webinar-customer-type strong {
  display: block;
  margin-top: .25rem;
  color: #d7eb85;
}

.mm-webinar-customer-type:has(input[aria-invalid="true"]) {
  outline: 2px solid #ff7e70;
  outline-offset: .35rem;
}

.mm-webinar-current-price {
  margin: .75rem 0 1.2rem;
  color: #f8bd5c;
  font-size: .92rem;
  font-weight: 600;
}

.mm-webinar-current-price.is-free {
  padding: .85rem 1rem;
  border-left: .3rem solid var(--cta-color);
  background: #303919;
  color: #e1efa8;
}

.mm-webinar-consents {
  display: grid;
  gap: .75rem;
  margin: 1.25rem 0;
}

.mm-webinar-consents label {
  display: grid;
  grid-template-columns: 1.2rem 1fr;
  gap: .7rem;
  align-items: start;
  color: #d2d2d2;
  font-size: .88rem;
  line-height: 1.45;
  cursor: pointer;
}

.mm-webinar-consents input {
  width: 1.15rem;
  height: 1.15rem;
  margin: .12rem 0 0;
  accent-color: var(--cta-color);
}

.mm-webinar-consents label:has(input[aria-invalid="true"]) {
  outline: 1px solid #ff7e70;
  outline-offset: .35rem;
}

.mm-webinar-consents a {
  color: #cbe16d;
}

.mm-webinar-consents em {
  color: #aaa;
}

.mm-webinar-newsletter-consent {
  margin-top: .2rem;
  padding-top: .8rem;
  border-top: 1px solid #555;
}

.mm-webinar-submit {
  width: 100%;
  min-height: 3.7rem;
}

.mm-webinar-submit:disabled {
  cursor: wait;
  opacity: .75;
}

.mm-webinar-form-footnote {
  margin: .85rem 0 0;
  color: #aaa;
  font-size: .8rem;
  line-height: 1.4;
}

.mm-webinar-form-message {
  display: none;
  margin: 0 0 1rem;
  padding: .9rem 1rem;
  border-left: .3rem solid #ff7e70;
  background: #3c2523;
  color: #fff;
  line-height: 1.45;
}

.mm-webinar-form-message.is-visible {
  display: block;
}

.mm-webinar-success {
  padding: clamp(2rem, 4vw, 3rem);
  border: 2px solid var(--cta-color);
  background: #fff;
  color: #222;
  text-align: center;
  box-shadow: 0 1.2rem 2.6rem rgba(0, 0, 0, .1);
}

.mm-webinar-success[hidden] {
  display: none;
}

.mm-webinar-success > svg {
  width: 4.5rem;
  margin-bottom: 1.2rem;
  fill: none;
  stroke: var(--cta-color);
  stroke-width: 2.2;
}

.mm-webinar-success h2 {
  margin: 0 0 1rem;
  font-size: 2.3rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.mm-webinar-success p {
  line-height: 1.55;
}

.mm-webinar-success-event {
  font-weight: 650;
}

.mm-webinar-success-newsletter {
  padding: .9rem;
  background: #f1f5de;
}

.mm-webinar-success a {
  display: inline-block;
  margin-top: 1.2rem;
  color: #587000;
  font-weight: 700;
}

.mm-webinar-related {
  padding: clamp(3rem, 5vw, 5rem) 0;
  background: #f4f4f4;
}

.mm-webinar-related-head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: baseline;
  margin-bottom: 1.5rem;
}

.mm-webinar-related-head h2 {
  margin: 0;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.mm-webinar-related-head a {
  color: #5e7700;
  font-weight: 700;
}

.mm-webinar-related-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

.mm-webinar-related-list a {
  display: grid;
  gap: .65rem;
  min-height: 10.5rem;
  padding: 1.35rem;
  border-left: 1px solid #bbb;
  color: #222;
  text-decoration: none;
  transition: background-color .18s ease;
}

.mm-webinar-related-list a:first-child {
  border-left: 0;
}

.mm-webinar-related-list a:hover {
  background: #fff;
}

.mm-webinar-related-number {
  color: #777;
  font-size: 1.7rem;
  line-height: 1;
}

.mm-webinar-related-list strong {
  line-height: 1.25;
}

.mm-webinar-related-list small {
  align-self: end;
  color: #dc8200;
  font-weight: 650;
}

/* Reusable teaser for the homepage and Allplan Academy page. */
.mm-home-webinar-teaser {
  margin-block: clamp(3rem, 6vw, 6rem);
}

.mm-home-webinar-teaser--spaced {
  margin-block-start: 0;
  padding-block-start: clamp(2.5rem, 4vw, 4rem);
}

.mm-home-webinar-shell {
  display: grid;
  grid-template-columns: minmax(17rem, .72fr) minmax(0, 1.28fr);
  border-top: .4rem solid var(--cta-color);
  background: #222;
  color: #fff;
}

.mm-home-webinar-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3.5rem);
}

.mm-home-webinar-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  font-weight: 500;
  line-height: 1.02;
}

.mm-home-webinar-copy p {
  margin: 0 0 1.6rem;
  color: #c9c9c9;
  line-height: 1.55;
}

.mm-home-webinar-dates {
  display: grid;
  align-content: center;
  padding: 1.5rem clamp(1.5rem, 3vw, 2.5rem);
  background: #f4f4f4;
  color: #222;
}

.mm-home-webinar-date {
  display: grid;
  grid-template-columns: 8.4rem minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: center;
  padding: 1.15rem 0;
  border-top: 1px solid #c7c7c7;
  color: inherit;
  text-decoration: none;
}

.mm-home-webinar-date:first-child {
  border-top: 0;
}

.mm-home-webinar-date time {
  color: #db8200;
  font-weight: 700;
}

.mm-home-webinar-date strong {
  line-height: 1.3;
}

.mm-home-webinar-date span {
  color: #5e7700;
  font-weight: 700;
}

@media (max-width: 1120px) {
  .mm-webinar-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .mm-webinar-row-facts {
    order: 2;
  }

  .mm-webinar-row-link {
    order: 3;
    width: max-content;
  }

  .mm-webinar-detail-grid {
    grid-template-columns: minmax(0, 1fr) minmax(27rem, .9fr);
    gap: 3rem;
  }
}

@media (max-width: 900px) {
  .mm-webinar-hero .wrapper,
  .mm-webinar-section-head,
  .mm-webinar-detail-grid,
  .mm-home-webinar-shell {
    grid-template-columns: 1fr;
  }

  .mm-webinar-hero-aside {
    max-width: 38rem;
  }

  .mm-webinar-group {
    grid-template-columns: 1fr;
  }

  .mm-webinar-group-title {
    max-width: 28rem;
  }

  .mm-webinar-form-column {
    position: static;
  }

  .mm-webinar-related-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm-webinar-related-list a:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #bbb;
  }

  .mm-webinar-related-list a:nth-child(4) {
    border-top: 1px solid #bbb;
  }
}

@media (max-width: 650px) {
  .mm-webinar-hero {
    padding-top: 3rem;
  }

  .mm-webinar-hero-copy h1,
  .mm-webinar-detail-copy h1 {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }

  .mm-webinar-form-heading h2,
  .mm-webinar-no-dates h2 {
    font-size: 1.55rem;
  }

  .mm-webinar-contact .wrapper,
  .mm-webinar-related-head {
    align-items: stretch;
    flex-direction: column;
  }

  .mm-webinar-button-light {
    width: 100%;
  }

  .mm-webinar-row-facts,
  .mm-webinar-detail-facts,
  .mm-webinar-fields,
  .mm-webinar-customer-type,
  .mm-webinar-related-list {
    grid-template-columns: 1fr;
  }

  .mm-webinar-row-dates {
    grid-template-columns: 1fr;
  }

  .mm-webinar-row-dates a {
    padding: .7rem .8rem;
  }

  .mm-webinar-row-facts > div {
    padding: .7rem 0;
    border-top: 1px solid #ccc;
    border-left: 0;
  }

  .mm-webinar-detail-facts > div,
  .mm-webinar-detail-facts > div:first-child {
    padding: .85rem 0;
    border-top: 1px solid #ccc;
    border-left: 0;
  }

  .mm-webinar-detail-facts > div:first-child {
    border-top: 0;
  }

  .mm-webinar-field-wide {
    grid-column: auto;
  }

  .mm-webinar-form,
  .mm-webinar-success,
  .mm-webinar-no-dates {
    margin-inline: calc(var(--container-pad) * -1);
    padding-inline: var(--container-pad);
  }

  .mm-webinar-related-list a,
  .mm-webinar-related-list a:first-child,
  .mm-webinar-related-list a:nth-child(3) {
    border-top: 1px solid #bbb;
    border-left: 0;
  }

  .mm-webinar-related-list a:first-child {
    border-top: 0;
  }

  .mm-home-webinar-date {
    grid-template-columns: 1fr;
    gap: .4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mm-webinar-button,
  .mm-webinar-row-link,
  .mm-webinar-submit,
  .mm-webinar-form,
  .mm-webinar-related-list a {
    transition: none;
  }
}
