.sedunia-booking-module {
  color: #181818;
  font-family: inherit;
}

.sedunia-booking-module *,
.sedunia-booking-module *::before,
.sedunia-booking-module *::after {
  box-sizing: border-box;
}

.sedunia-booking-modal-card {
  border: 1px solid rgba(24, 24, 24, .1);
  box-shadow: 0 0 15px rgba(24, 24, 24, .1);
  padding: 28px;
  text-align: center;
}

.sedunia-booking-modal-card h4 {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.04em;
  margin: 0 0 10px;
}

.sedunia-booking-modal-card p {
  margin: 0 auto 20px;
  max-width: 620px;
}

.stb-shell {
  max-width: 1260px;
  margin: 0 auto;
  padding: 44px 30px 80px;
}

.stb-breadcrumb {
  margin-bottom: 20px;
}

.stb-breadcrumb a {
  color: #1976bc;
  font-weight: 700;
}

.stb-page-header {
  border-bottom: 1px solid rgba(24, 24, 24, .1);
  margin-bottom: 32px;
  padding-bottom: 26px;
}

.stb-page-header h1 {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1.1;
  margin: 0;
}

.stb-eyebrow {
  color: #1976bc;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.stb-tour-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.stb-tour-meta span {
  background: rgba(24, 24, 24, .06);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 12px;
}

.stb-layout {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.stb-steps {
  display: grid;
  gap: 22px;
}

.stb-panel,
.stb-summary,
.stb-login-panel,
.stb-notice {
  background: #fff;
  border: 1px solid rgba(24, 24, 24, .1);
  box-shadow: 0 0 15px rgba(24, 24, 24, .08);
  padding: 28px;
}

.stb-panel h2,
.stb-summary h2,
.stb-login-panel h2 {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.2;
  margin: 0 0 20px;
}

.stb-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sedunia-booking-module label span {
  display: block;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.sedunia-booking-module input:not([type="checkbox"]),
.sedunia-booking-module select,
.sedunia-booking-module textarea {
  background: #fff;
  border: 1px solid rgba(24, 24, 24, .2);
  box-shadow: 0 0 15px rgba(24, 24, 24, .1);
  color: #181818;
  display: block;
  font: inherit;
  outline: 0;
  padding: .8em;
  width: 100%;
}

.stb-checkbox {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}

.stb-checkbox input {
  margin-top: 5px;
}

.stb-checkbox span {
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
}

.stb-helper {
  color: #5d6470;
  font-size: 14px;
  margin: 16px 0 0;
}

.stb-summary {
  position: sticky;
  top: 24px;
}

.stb-summary dl {
  margin: 0 0 20px;
}

.stb-summary dl div {
  border-bottom: 1px solid rgba(24, 24, 24, .08);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 12px 0;
}

.stb-summary dt {
  color: #5d6470;
  font-weight: 600;
}

.stb-summary dd {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 800;
  margin: 0;
  text-align: right;
}

.stb-button {
  border: 0;
  cursor: pointer;
  display: flex;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: .875em;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin-top: 10px;
  padding: 1.166667em 1.833em;
  text-align: center;
  text-shadow: 0 1px 3px rgba(24, 24, 24, .15);
  transition: .3s;
  width: 100%;
}

.stb-button-primary {
  background: #1976bc;
  color: #fff;
}

.stb-button-primary:hover {
  background: #0f7a4e;
  color: #fff;
  transform: translateY(-3px);
}

.stb-button-secondary {
  background: rgba(24, 24, 24, .08);
  color: #181818;
  text-shadow: none;
}

.stb-button-secondary:hover {
  background: rgba(24, 24, 24, .14);
  color: #181818;
}

.stb-button[disabled] {
  cursor: not-allowed;
  opacity: .55;
  transform: none;
}

.stb-login-panel {
  max-width: 760px;
}

.stb-notice {
  border-left: 4px solid #1976bc;
  margin-bottom: 24px;
}

.stb-traveller-row {
  border: 1px solid rgba(24, 24, 24, .08);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 16px;
  padding: 18px;
}

.stb-traveller-row h3 {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 800;
  grid-column: 1 / -1;
  letter-spacing: -.03em;
  margin: 0;
}

.stb-traveller-row h3 span {
  color: #1976bc;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: capitalize;
}

.stb-traveller-notes {
  grid-column: 1 / -1;
}

@media (max-width: 992px) {
  .stb-layout {
    grid-template-columns: 1fr;
  }

  .stb-summary {
    order: -1;
    position: static;
  }
}

@media (max-width: 768px) {
  .stb-shell {
    padding: 30px 20px 60px;
  }

  .stb-grid,
  .stb-traveller-row {
    grid-template-columns: 1fr;
  }

  .stb-panel,
  .stb-summary,
  .stb-login-panel,
  .stb-notice {
    padding: 22px;
  }
}
