body.node-23061,
body.node-23106 {
  padding-bottom: var(--md26-fixed-bar-height, 108px);
}

body.node-23061 .md26-fixed-bar,
body.node-23106 .md26-fixed-bar {
  position: fixed;
  z-index: 900;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  background: linear-gradient(90deg, #8a1538 0%, #b0085a 38%, #141c52 100%);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.22);
}

body.node-23061 .md26-fixed-bar *,
body.node-23106 .md26-fixed-bar * {
  box-sizing: border-box;
}

body.node-23061 .md26-fixed-bar__inner,
body.node-23106 .md26-fixed-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 1160px;
  min-height: 84px;
  margin: 0 auto;
  padding: 12px 24px calc(12px + env(safe-area-inset-bottom));
}

body.node-23061 .md26-fixed-bar__status,
body.node-23106 .md26-fixed-bar__status {
  flex: 0 0 auto;
  margin: 0;
  color: #fff;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

body.node-23061 .md26-fixed-bar__countdown,
body.node-23106 .md26-fixed-bar__countdown {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  gap: 8px;
}

body.node-23061 .md26-fixed-bar__unit,
body.node-23106 .md26-fixed-bar__unit {
  display: grid;
  gap: 3px;
  min-width: 54px;
  color: #fff;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

body.node-23061 .md26-fixed-bar__unit strong,
body.node-23106 .md26-fixed-bar__unit strong {
  display: block;
  min-width: 54px;
  padding: 6px 8px;
  border-radius: 4px;
  color: #fff;
  background: #10121a;
  font-family: Oswald, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

body.node-23061 .md26-fixed-bar__actions,
body.node-23106 .md26-fixed-bar__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

body.node-23061 .md26-fixed-bar__register,
body.node-23061 .md26-fixed-bar__agenda,
body.node-23106 .md26-fixed-bar__register,
body.node-23106 .md26-fixed-bar__agenda {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 20px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

body.node-23061 .md26-fixed-bar__register,
body.node-23106 .md26-fixed-bar__register {
  color: #141c52;
  background: #d6b56c;
}

body.node-23061 .md26-fixed-bar__agenda,
body.node-23106 .md26-fixed-bar__agenda {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

body.node-23061 .md26-fixed-bar__register:hover,
body.node-23061 .md26-fixed-bar__register:focus-visible,
body.node-23106 .md26-fixed-bar__register:hover,
body.node-23106 .md26-fixed-bar__register:focus-visible {
  color: #0b0f2c;
  background: #efd28e;
}

body.node-23061 .md26-fixed-bar__agenda:hover,
body.node-23061 .md26-fixed-bar__agenda:focus-visible,
body.node-23106 .md26-fixed-bar__agenda:hover,
body.node-23106 .md26-fixed-bar__agenda:focus-visible {
  color: #141c52;
  background: #fff;
}

body.node-23061 .md26-fixed-bar a:focus-visible,
body.node-23106 .md26-fixed-bar a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 700px) {
  body.node-23061,
  body.node-23106 {
    padding-bottom: var(--md26-fixed-bar-height, 132px);
  }

  body.node-23061 .md26-fixed-bar__inner,
  body.node-23106 .md26-fixed-bar__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 12px;
    min-height: 0;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
  }

  body.node-23061 .md26-fixed-bar__status,
  body.node-23106 .md26-fixed-bar__status {
    font-size: 12px;
  }

  body.node-23061 .md26-fixed-bar__countdown,
  body.node-23106 .md26-fixed-bar__countdown {
    justify-self: end;
    gap: 5px;
  }

  body.node-23061 .md26-fixed-bar__unit,
  body.node-23106 .md26-fixed-bar__unit {
    min-width: 44px;
    font-size: 9px;
  }

  body.node-23061 .md26-fixed-bar__unit strong,
  body.node-23106 .md26-fixed-bar__unit strong {
    min-width: 44px;
    padding: 5px 6px;
    font-size: 22px;
  }

  body.node-23061 .md26-fixed-bar__actions,
  body.node-23106 .md26-fixed-bar__actions {
    grid-column: 1 / -1;
    width: 100%;
    gap: 8px;
  }

  body.node-23061 .md26-fixed-bar__register,
  body.node-23061 .md26-fixed-bar__agenda,
  body.node-23106 .md26-fixed-bar__register,
  body.node-23106 .md26-fixed-bar__agenda {
    flex: 1 1 0;
    min-width: 0;
    min-height: 38px;
    padding: 7px 10px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.node-23061 .md26-fixed-bar *,
  body.node-23106 .md26-fixed-bar * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}