@font-face {
  font-family: "Caprasimo";
  src: url("/brand-fonts/caprasimo-latin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/brand-fonts/figtree-latin-wght-normal.woff2") format("woff2-variations");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
.bdo,
.bdo *,
.bdo *::before,
.bdo *::after {
  box-sizing: border-box;
}

.bdo {
  margin: 0;
  background: #fff;
  color: #10201c;
  font-family: "Figtree", system-ui, sans-serif;
  line-height: 1.55;
  --bdo-ink: color-mix(in srgb, var(--bdo-accent) 88%, #000);
  --bdo-tint: color-mix(in srgb, var(--bdo-accent) 10%, #fff);
  --bdo-border: color-mix(in srgb, var(--bdo-accent) 16%, #e4e7e6);
  --bdo-muted: #4a5c56;
  --bdo-faint: #5c6d67;
}

.bdo-reg {
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 40px 8px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: start;
}

.bdo-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.bdo-logo a {
  display: inline-block;
  text-decoration: none;
}

.bdo-logo img {
  height: 22px;
  width: auto;
  display: block;
}

.bdo-logo-name {
  font-weight: 700;
  font-size: 17px;
  color: var(--bdo-accent);
}

.bdo-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--bdo-tint);
  color: var(--bdo-accent);
  font-size: 11.5px;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.bdo-title {
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: clamp(29px, 4.1vw, 42px);
  line-height: 1.08;
  margin: 0;
  color: var(--bdo-accent);
  text-wrap: balance;
}

.bdo-guest {
  display: flex;
  align-items: center;
  gap: 18px;
}

.bdo-guest-photo {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
}

.bdo-guest-label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bdo-accent);
  font-weight: 700;
}

.bdo-guest-name {
  font-weight: 700;
  font-size: 24px;
}

.bdo-guest-bio {
  font-size: 13.5px;
  color: var(--bdo-muted);
}

.bdo-facts {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 14.5px;
  color: #31423c;
}

.bdo-facts svg {
  color: var(--bdo-accent);
  flex: none;
}

.bdo-facts span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bdo-desc {
  font-size: 15px;
  color: #31423c;
  margin: 0;
}

.bdo-host {
  font-size: 14px;
  color: #31423c;
}

.bdo-allwebinars {
  font-size: 14px;
  font-weight: 600;
  color: var(--bdo-accent);
  text-decoration: none;
}

.bdo-allwebinars:hover {
  color: var(--bdo-ink);
  text-decoration: underline;
}

.bdo-card {
  background: #fff;
  border: 1px solid var(--bdo-border);
  border-radius: 20px;
  box-shadow: 0 6px 24px color-mix(in srgb, var(--bdo-accent) 8%, transparent);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bdo-card-heading {
  font-weight: 700;
  font-size: 19px;
  color: var(--bdo-accent);
  margin: 0;
}

.bdo-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.bdo-field label {
  font-size: 13px;
  color: var(--bdo-muted);
}

.bdo-field input {
  background: color-mix(in srgb, var(--bdo-accent) 4%, #fff);
  border: 1px solid var(--bdo-border);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 14px;
  line-height: 1.55;
  font-family: inherit;
  caret-color: var(--bdo-accent);
}

.bdo-field input:focus {
  outline: 2px solid var(--bdo-accent);
  outline-offset: 1px;
}

.bdo-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--bdo-accent);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 999px;
  padding-block: 12px;
  font-size: 15px;
  line-height: 18px;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.bdo-btn:hover {
  background: var(--bdo-ink);
}

.bdo-btn--ghost {
  background: var(--bdo-tint);
  color: var(--bdo-accent);
}

.bdo-btn--ghost:hover {
  background: color-mix(in srgb, var(--bdo-accent) 18%, #fff);
  color: var(--bdo-ink);
}

.bdo-card .bdo-btn {
  margin-top: 9px;
}

.bdo-trust {
  font-size: 12px;
  text-align: center;
  color: var(--bdo-faint);
}

.bdo-confirmed {
  align-items: center;
  text-align: center;
}

.bdo-check {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--bdo-tint);
  color: var(--bdo-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bdo-confirmed-heading {
  font-weight: 700;
  font-size: 21px;
  color: var(--bdo-accent);
}

.bdo-confirmed p {
  font-size: 14px;
  color: #31423c;
  margin: 0;
}

.bdo-confirmed a {
  font-size: 13.5px;
  color: var(--bdo-accent);
  font-weight: 600;
}

.bdo-late-note {
  font-size: 12px;
  color: var(--bdo-faint);
  border-top: 1px solid color-mix(in srgb, var(--bdo-accent) 9%, #eee);
  padding-top: 12px;
  width: 100%;
}

.bdo-join {
  max-width: 520px;
  margin: 0 auto;
  padding: 56px 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.bdo-join .bdo-title {
  font-size: 26px;
}

.bdo-join-when {
  font-size: 14.5px;
  color: #31423c;
}

.bdo-join-hint {
  font-size: 12.5px;
  color: var(--bdo-faint);
}

.bdo-join .bdo-btn {
  width: auto;
  padding: 12px 32px;
}

.bdo-join .bdo-btn--ghost {
  padding: 11px 26px;
  font-size: 14px;
}

.bdo--live {
  background: var(--bdo-accent);
  color: #fff;
}

.bdo--live .bdo-title {
  color: #fff;
}

.bdo--live .bdo-join-when {
  color: color-mix(in srgb, #fff 74%, var(--bdo-accent));
}

.bdo--live .bdo-join-hint {
  color: color-mix(in srgb, #fff 62%, var(--bdo-accent));
}

.bdo--live .bdo-logo-name {
  color: #fff;
}

.bdo--live .bdo-btn {
  background: #fff;
  color: var(--bdo-accent);
  padding: 14px 44px;
  font-size: 17px;
}

.bdo--live .bdo-btn:hover {
  background: var(--bdo-tint);
}

.bdo--live .bdo-footer a {
  background: rgba(255, 255, 255, 0.1);
  color: #dcebe4;
}

.bdo--live .bdo-footer svg circle:first-child {
  fill: #7fd6b4;
}

.bdo--live .bdo-footer svg circle:last-child {
  fill: #bcd6cd;
}

.bdo-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.bdo-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7fd6b4;
  animation: bdo-livepulse 1.6s infinite;
}

@keyframes bdo-livepulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
.bdo-org {
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 40px 8px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.bdo-org .bdo-title {
  font-size: 30px;
}

.bdo-org__group {
  margin: 22px 0 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bdo-faint);
}

.bdo-org__empty {
  margin: 0;
  font-size: 14.5px;
  color: var(--bdo-muted);
}

.bdo-org__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.bdo-org__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
  padding: 22px 26px;
  border: 1px solid var(--bdo-border);
  border-radius: 20px;
  background: #fff;
}

.bdo-org__card--past {
  background: var(--bdo-tint);
  border-color: transparent;
}

.bdo-org__when {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--bdo-accent);
}

.bdo-org__title {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

.bdo-org__title a {
  color: inherit;
  text-decoration: none;
}

.bdo-org__title a:hover {
  color: var(--bdo-accent);
}

.bdo-org__guest {
  font-size: 14px;
  color: var(--bdo-muted);
}

.bdo-org__desc {
  margin: 0;
  font-size: 14.5px;
  color: #31423c;
}

.bdo-org__cta {
  width: auto;
  margin-top: 6px;
  padding: 10px 22px;
  font-size: 14px;
}

.bdo-org__card--past .bdo-btn--ghost {
  background: #fff;
}

.bdo-footer {
  display: flex;
  justify-content: center;
  padding: 30px 0 20px;
}

.bdo-footer a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #f1f4f3;
  color: #31423c;
  text-decoration: none;
  font-size: 12px;
  white-space: nowrap;
}

.bdo-footer strong {
  font-family: "Caprasimo", system-ui, serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  .bdo-reg {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 36px 24px 0;
  }
  .bdo-guest-photo {
    width: 72px;
    height: 72px;
  }
  .bdo-guest-name {
    font-size: 17px;
  }
  .bdo-join {
    padding: 48px 28px 0;
  }
}
.theme-bideo h1,
.theme-bideo h2,
.theme-bideo .bdo-appstat__value {
  font-family: var(--bideo-heading);
  font-weight: 400;
}

.theme-bideo .skiwo-btn {
  border-radius: 999px;
  font-family: var(--bideo-heading);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}

.theme-bideo .skiwo-btn:not(.skiwo-btn--sm) {
  padding-inline: 20px;
}

.theme-bideo .skiwo-btn--brand-ghost {
  border-color: transparent;
  color: var(--brand);
}

.theme-bideo .skiwo-input {
  background: var(--brand-tint-3);
  border-radius: 12px;
}

.theme-bideo .bdo-appsection .skiwo-input {
  background: #fff;
}

.theme-bideo .skiwo-topbar .skiwo-nav-item {
  background: transparent;
  border-radius: 0;
  color: #201e1d;
  font-weight: 600;
}

.theme-bideo .skiwo-topbar .skiwo-nav-item.is-active,
.theme-bideo .skiwo-topbar .skiwo-nav-item[aria-current] {
  background: transparent;
  color: var(--brand);
}

.bdo-appbrand {
  font-family: var(--bideo-heading);
  font-weight: 400;
  font-size: 19px;
  color: #201e1d;
  text-decoration: none;
  margin-inline-end: 10px;
}

.bdo-appavatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--bideo-sage-tint);
  color: var(--bideo-sage-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
}

.bdo-app {
  max-width: 880px;
  margin: 0 auto;
  padding: 36px 32px 40px;
}

.bdo-app__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

.bdo-app__head h1 {
  margin: 0;
  font-size: 32px;
}

.bdo-appgroup {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-ink);
  margin: 18px 0 10px;
}

.bdo-appempty {
  color: #6a746f;
  font-size: 14px;
}

.bdo-appcard {
  background: var(--brand-tint-3);
  border-radius: 20px;
  padding: 6px 22px;
}

.bdo-approw {
  display: grid;
  grid-template-columns: 1fr 200px 90px 90px 110px;
  gap: 12px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-1);
  font-size: 13.5px;
}

.bdo-approw:last-child {
  border-bottom: 0;
}

.bdo-approw__title {
  font-weight: 600;
  font-size: 15px;
  color: inherit;
  text-decoration: none;
}

.bdo-approw__title:hover {
  color: var(--brand);
}

.bdo-approw__url {
  font-size: 12.5px;
  color: #6a746f;
}

.bdo-appmuted {
  color: #6a746f;
}

@media (max-width: 767px) {
  .bdo-approw {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.bdo-app--narrow {
  max-width: 620px;
}

.bdo-app--wide {
  max-width: 1080px;
}

.bdo-appform__row.bdo-appform__row--when {
  grid-template-columns: 1.2fr 0.6fr 0.8fr 0.6fr;
}

.bdo-appback {
  font-size: 13px;
  color: var(--brand-ink);
  text-decoration: none;
}

.bdo-appform {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 14px;
}

.bdo-appform__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}

.bdo-appform__actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.bdo-appfield {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.bdo-appfield label {
  font-size: 13px;
  color: #4a5450;
}

.bdo-appfield input,
.bdo-appfield textarea,
.bdo-appfield select {
  background: var(--brand-tint-3);
  border: 1px solid var(--border-2);
  border-radius: 12px;
  padding: 9px 14px;
  font-size: 14px;
}

.bdo-appfield input:focus,
.bdo-appfield textarea:focus,
.bdo-appfield select:focus {
  outline: 2px solid var(--brand);
  outline-offset: 1px;
}

.bdo-appsection {
  background: var(--brand-tint-3);
  border-radius: 20px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bdo-appsection h2 {
  margin: 0;
  font-size: 16px;
}

.bdo-appsection__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bdo-appsection .bdo-appfield input {
  background: #fff;
}

.bdo-appnote {
  font-size: 12px;
  color: var(--bideo-sage-ink);
  background: #f0fae1;
  border-radius: 12px;
  padding: 8px 12px;
}

.bdo-appcheck {
  font-size: 13px;
}

.bdo-apppill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  background: var(--brand-tint-3);
  border-radius: 999px;
  padding: 7px 8px 7px 18px;
  font-size: 13.5px;
}

.bdo-apppill a {
  color: inherit;
  text-decoration: none;
}

.bdo-apppill .skiwo-btn {
  padding: 4px 12px;
  font-size: 12.5px;
}

.bdo-apppill--list {
  margin: -14px 0 24px;
}

.bdo-apptitle {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bdo-appactions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bdo-approw__draft {
  margin-left: 8px;
  vertical-align: middle;
}

.bdo-appdraftnote {
  margin-top: 8px;
  font-size: 13px;
}

.bdo-appdelete {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}

.bdo-appstats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 18px 0;
}

.bdo-appstat {
  background: var(--brand-tint-3);
  border-radius: 20px;
  padding: 16px 20px;
}

.bdo-appstat__value {
  font-size: 30px;
  font-weight: 700;
}

.bdo-apptimeline {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.bdo-appchip {
  background: var(--brand-tint-3);
  border-radius: 16px;
  padding: 10px 14px;
  font-size: 12.5px;
}

.bdo-appchip--done {
  background: var(--bideo-sage-tint);
  color: var(--bideo-sage-ink);
}

.bdo-appchip--waiting {
  border: 1px dashed var(--border-3);
  background: transparent;
}

.bdo-appreplay {
  flex-direction: row;
  align-items: center;
  margin: 18px 0;
}

.bdo-appreplay > div:first-child {
  flex: 1;
}

.bdo-appreplay__form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.bdo-appreplay__form input {
  background: #fff;
  border: 1px solid var(--border-2);
  border-radius: 12px;
  padding: 9px 14px;
  font-size: 13.5px;
  min-width: 240px;
}

@media (max-width: 767px) {
  .bdo-appreplay {
    flex-direction: column;
    align-items: stretch;
  }
  .bdo-appstats {
    grid-template-columns: 1fr;
  }
}
.bdo-appsplit {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 28px;
  align-items: start;
}

.bdo-apppreview {
  background: #eceff0;
  border-radius: 20px;
  padding: 18px;
  position: sticky;
  top: 16px;
}

.bdo-apppreview__card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--border-2);
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.bdo-apppreview__org {
  font-weight: 700;
  font-size: 12px;
  color: var(--bdo-accent);
}

.bdo-apppreview__pill {
  align-self: flex-start;
  padding: 3px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--bdo-accent) 10%, #fff);
  color: var(--bdo-accent);
  font-size: 9.5px;
  font-weight: 600;
}

.bdo-apppreview__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.15;
  color: var(--bdo-accent);
}

.bdo-apppreview__when {
  font-size: 11px;
  color: #4a5450;
}

.bdo-apppreview__guestlabel {
  display: block;
  font-size: 8.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-ink);
  font-weight: 700;
}

.bdo-apppreview__guest span:last-child {
  font-weight: 700;
  font-size: 12px;
}

.bdo-apppreview__desc {
  font-size: 10.5px;
  color: #4a5450;
  line-height: 1.45;
}

.bdo-apppreview__slots {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bdo-apppreview__slots span {
  height: 26px;
  border-radius: 999px;
  background: var(--brand-tint-3);
  border: 1px solid var(--border-2);
}

.bdo-apppreview__btn {
  height: 32px;
  border-radius: 999px;
  background: var(--bdo-accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 11.5px;
}

.bdo-apppreview__foot {
  font-size: 9px;
  color: #7a8781;
  text-align: center;
}

@media (max-width: 1023px) {
  .bdo-appsplit {
    grid-template-columns: 1fr;
  }
  .bdo-apppreview {
    position: static;
  }
}
.bdo-mkt {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 32px 56px;
}

.bdo-mkt__hero {
  max-width: 760px;
  padding: 64px 0 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.bdo-mkt__hero h1 {
  font-size: clamp(34px, 5vw, 52px);
  margin: 0;
  max-width: 640px;
  text-wrap: balance;
}

.bdo-mkt__hero p {
  font-size: 18px;
  max-width: 560px;
  color: #4a5450;
  margin: 0;
}

.bdo-mkt__cta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.bdo-mkt__cta .skiwo-btn {
  padding: 12px 26px;
  font-size: 15px;
}

.bdo-mkt__loop {
  padding-top: 32px;
}

.bdo-mkt__steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.bdo-mkt__step {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  font-size: 14px;
}

.bdo-mkt__step .bdo-appmuted {
  font-size: 12.5px;
}

.bdo-mkt__stepnum {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--brand-tint);
  color: var(--brand-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--bideo-heading);
  font-size: 18px;
  font-weight: 400;
}

.bdo-mkt__step:nth-child(even) .bdo-mkt__stepnum {
  background: #f0fae1;
  color: var(--bideo-sage-ink);
}

@media (max-width: 767px) {
  .bdo-mkt__steps {
    grid-template-columns: 1fr;
  }
}
.bdo-guest-with {
  font-size: 12.5px;
  color: var(--bdo-faint);
  margin-top: 2px;
}

.bdo-join-guestphoto {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
}

.bdo--live .bdo-logo img {
  filter: brightness(0) invert(1);
}

.theme-bideo .skiwo-table th,
.bdo-apptable th {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #82796a;
  text-align: left;
  padding: 10px 12px 8px 0;
  border-bottom: 1px solid var(--border-2);
}

.bdo-apptable {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}

.bdo-apptable td {
  padding: 12px 12px 12px 0;
  border-bottom: 1px solid var(--border-1);
}

.bdo-apptable tr:last-child td {
  border-bottom: 0;
}

.bdo-apptag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  background: var(--bideo-sage-tint);
  color: var(--bideo-sage-ink);
}

.bdo-apptag--no {
  background: #eee7db;
  color: #474238;
}

.bdo-appbrandrow {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bdo-appslot {
  width: 120px;
  height: 56px;
  flex: none;
  border: 1px dashed var(--border-3);
  border-radius: 12px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  font-size: 12px;
  color: var(--text-muted);
}

.bdo-appslot img {
  max-width: 92px;
  max-height: 40px;
}

.bdo-appslot--round {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.2;
}

.bdo-appslot--round img {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bdo-appguestrow {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bdo-appguestrow__fields {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bdo-appslot:focus-within {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

.bdo-appslot__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.bdo-appaccent {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bdo-appaccent > span {
  font-size: 12px;
}

.bdo-appswatches {
  display: flex;
  gap: 8px;
  align-items: center;
}

.bdo-appswatch {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}

.bdo-appswatch.is-on {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

.bdo-appaccent__hex {
  width: 110px;
}

.bdo-apptz .skiwo-input {
  max-width: 260px;
}

.bdo-appsubhead {
  font-size: 18px;
  margin: 18px 0 12px;
}

.bdo-mkthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 32px;
}

.bdo-mkthead__nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
}

.bdo-mkthead__nav a {
  color: inherit;
  text-decoration: none;
}

.bdo-mkthead__lang {
  color: #82796a;
  font-size: 13px;
}

.bdo-mkthead__lang a[aria-current=true] {
  font-weight: 700;
  color: #201e1d;
}

.bdo-mktfoot {
  border-top: 1px solid var(--border-1);
  padding: 18px 32px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12.5px;
  color: #82796a;
}

.bdo-railbrand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--bideo-heading);
  font-size: 18px;
  color: #201e1d;
  text-decoration: none;
  padding: 6px 4px;
}

.bdo-railperson {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 4px;
}

.bdo-railperson__name {
  font-size: 13px;
  font-weight: 600;
}

.bdo-railperson__role {
  font-size: 11.5px;
  color: #82796a;
}
