/**
 * Stili base pagina prodotto: qui tieni un layout leggero del form booking finché non migri il design definitivo.
 */
.mpcb-booking-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.mpcb-booking-form fieldset {
  border: 1px solid #d9d9d9;
  padding: 16px;
}

.mpcb-bike-booking-fieldset {
  display: grid;
  gap: 16px;
}

.mpcb-bike-booking-fieldset legend {
  color: #1a2b49;
  font-weight: 700;
  padding: 0;
}

.mpcb-booking-form__summary,
.mpcb-booking-form__rates {
  border: 1px solid #d9d9d9;
  padding: 16px;
  background: #fafafa;
}

.mpcb-booking-form__availability-note {
  margin: 0;
  font-size: 14px;
}

.mpbr-form-inline-icon svg {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  line-height: 0;
  margin-left: 1%;
}

.mpcb-bike-rates-delivery,
.mpcb-bike-extra-total {
  display: grid;
  gap: 16px;
}

.mpcb-bike-line__fields p {
  margin: 0;
}

.mpcb-bike-lines {
  display: grid;
  gap: 12px;
}

.mpcb-bike-line {
  background: #fff;
  border: 1px solid #dbe3ec;
  border-radius: 12px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.mpcb-bike-line__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.mpcb-bike-line__header strong {
  color: #1a2b49;
  font-size: 18px;
}

.mpcb-bike-line__remove {
  background: #f8fafc !important;
  border-color: #e4e7ec !important;
  border-radius: 0;
  color: #b42318 !important;
  font-weight: 700;
}

.mpcb-bike-line__fields {
  display: grid;
  gap: 12px;
}

@media (min-width: 640px) {
  .mpcb-bike-line__fields {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

.mpcb-bike-summary {
  border-color: #f2b544;
  border-radius: 16px;
}

.mpcb-bike-summary [data-mpcb-summary-total] {
  color: #1a2b49;
  font-size: 24px;
  font-weight: 800;
}

.mpcb-bike-summary__addons {
  display: grid;
  gap: 6px;
  margin: -4px 0 8px;
}

.mpcb-bike-summary__addon {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 0;
  color: #475467;
  font-size: 14px;
}

.mpcb-bike-summary__addon strong {
  color: #1a2b49;
  white-space: nowrap;
}

.mpcb-bike-summary__pay-now {
  color: #667085;
  font-size: 14px;
}

@media (min-width: 768px) {
  .mpcb-bike-rates-delivery,
  .mpcb-bike-extra-total {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }
}

.mpcb-booking-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.mpcb-booking-form input[type="text"],
.mpcb-booking-form input[type="date"],
.mpcb-booking-form input[type="number"],
.mpcb-booking-form input[type="time"] {
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  min-height: 34px;
  padding: 6px 10px;
  width: 100%;
}

.mpcb-booking-form input[type="text"]:focus,
.mpcb-booking-form input[type="date"]:focus,
.mpcb-booking-form input[type="number"]:focus,
.mpcb-booking-form input[type="time"]:focus {
  border-color: #e19500;
  box-shadow: 0 0 6px rgba(225, 149, 0, 0.45);
  outline: none;
}

.mpcb-single-product {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 16px 40px;
}

.mpcb-selfguided-layout {
  display: grid;
  gap: 28px;
}

.mpcb-selfguided-layout__main {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.mpcb-selfguided-layout__side {
  min-width: 0;
}

.mpcb-selfguided-gallery {
  min-width: 0;
}

.mpcb-route-stats {
  display: grid;
  gap: 12px;
}

.mpcb-route-stats--shortcode,
.mpcb-route-map-shortcode {
  margin: 0 0 24px;
}

.mpcb-route-stats--shortcode {
  grid-template-columns: 1fr;
}

.mpcb-route-stat {
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  padding: 16px;
  background: #fff;
}

.mpcb-route-stat__label {
  align-items: center;
  display: flex;
  gap: 6px;
  color: #667085;
  font-size: 13px;
  margin-bottom: 4px;
}

.mpcb-route-stat__icon {
  color: #d96c06;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.mpcb-route-stat__value {
  color: #1a2b49;
  font-size: 22px;
}

.mpcb-route-map-section {
  display: grid;
  gap: 12px;
}

.mpcb-route-map-section h2 {
  color: #1a2b49;
  font-size: 24px;
  margin: 0;
}

.mpcb-guided-tour-layout {
  display: grid;
  gap: 16px;
}

.mpcb-guided-tour__timeline {
  counter-reset: guided-waypoint;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mpcb-guided-tour__item {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  gap: 12px;
  padding: 14px;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.mpcb-guided-tour__item.is-active,
.mpcb-guided-tour__item:hover {
  border-color: #d96c06;
  box-shadow: 0 10px 26px rgba(26, 43, 73, 0.1);
}

.mpcb-guided-tour__marker {
  background: #1a2b49;
  border: 3px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 0 1px #d0d5dd;
  flex: 0 0 18px;
  height: 18px;
  margin-top: 2px;
  width: 18px;
}

.mpcb-guided-tour__item--start .mpcb-guided-tour__marker {
  background: #12b76a;
}

.mpcb-guided-tour__item--finish .mpcb-guided-tour__marker {
  background: #d92d20;
}

.mpcb-guided-tour__item--stop .mpcb-guided-tour__marker {
  background: #f79009;
}

.mpcb-guided-tour__content {
  display: grid;
  gap: 4px;
}

.mpcb-guided-tour__content strong {
  color: #1a2b49;
  font-size: 15px;
}

.mpcb-guided-tour__content span,
.mpcb-guided-tour-popup span {
  color: #667085;
  display: block;
  font-size: 13px;
  line-height: 1.45;
}

.mpcb-guided-tour-popup {
  display: grid;
  gap: 4px;
}

.mpcb-guided-tour-popup strong {
  color: #1a2b49;
}

.mpcb-route-map {
  width: 100%;
  min-height: 360px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  overflow: hidden;
}

.mpcb-route-profile {
  position: relative;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  background: #fff;
  padding: 14px;
}

.mpcb-route-profile__head {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 8px;
}

.mpcb-route-profile__head h3 {
  color: #1a2b49;
  font-size: 18px;
  margin: 0;
}

.mpcb-route-profile__head span,
.mpcb-route-profile__hint {
  color: #667085;
  font-size: 13px;
}

.mpcb-route-profile__chart {
  display: block;
  height: auto;
  min-height: 150px;
  touch-action: pan-y;
  width: 100%;
}

.mpcb-route-profile__area {
  fill: rgba(224, 138, 0, 0.14);
}

.mpcb-route-profile__line {
  fill: none;
  stroke: #e08a00;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.mpcb-route-profile__cursor {
  stroke: #1a2b49;
  stroke-dasharray: 6 6;
  stroke-width: 2;
}

.mpcb-route-profile__dot {
  fill: #1a2b49;
  stroke: #fff;
  stroke-width: 3;
}

.mpcb-route-profile__tooltip {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.18);
  color: #1a2b49;
  display: grid;
  gap: 6px;
  left: 12px;
  min-width: 170px;
  padding: 12px 14px;
  pointer-events: none;
  position: absolute;
  top: 58px;
  z-index: 5;
}

.mpcb-route-profile__tooltip div {
  align-items: baseline;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.mpcb-route-profile__tooltip span {
  color: #475467;
  font-size: 13px;
  font-weight: 600;
}

.mpcb-route-profile__tooltip strong {
  font-size: 14px;
  white-space: nowrap;
}

.mpcb-route-profile__hint {
  margin: 6px 0 0;
}

/* --- Card esperienze giornaliere (stile Viator) --- */
.mpcb-exp-card {
  display: grid;
  gap: 16px;
  max-width: 380px;
  padding: 12px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(16, 24, 40, 0.08);
}

.mpcb-exp-card__from {
  margin: 0;
  font-size: 16px;
  color: #1a2b49;
}

.mpcb-exp-card__from-label {
  display: block;
  font-size: 14px;
  color: #475467;
}

.mpcb-exp-card__from-price {
  font-size: 26px;
  font-weight: 700;
}

.mpcb-exp-card__from-suffix {
  font-size: 14px;
  color: #475467;
}

.mpcb-request-card {
  gap: 12px;
}

.mpcb-request-card__title {
  color: #1a2b49;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}

.mpcb-request-card__copy {
  color: #475467;
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}

.mpcb-request-card__actions {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.mpcb-request-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  text-align: center;
}

.mpcb-request-card__trust {
  color: #667085;
  font-size: 13px;
  line-height: 1.35;
  margin: 2px 0 0;
  text-align: center;
}

.mpcb-exp-field {
  display: grid;
  gap: 6px;
}

.mpcb-exp-field__label {
  font-size: 13px;
  font-weight: 600;
  color: #475467;
  margin: 0;
}

.mpcb-exp-select {
  width: 100%;
  min-height: 48px;
  padding: 8px 14px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #f2f4f7;
  font-size: 15px;
  color: #1a2b49;
}

.mpcb-tour-stepper {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-height: 48px;
  padding: 6px 10px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #f2f4f7;
}

.mpcb-tour-date {
  min-height: 48px;
  padding: 8px 14px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #f2f4f7;
  color: #1a2b49;
} 

.mpcb-exp-check{
  background: #D48A12 !important;
  color:black !important;
}

.mpcb-tour-card .mpcb-exp-check {
  background: #8757bd;
  border-color: #8757bd;
  border-radius: 6px;
  color: #fff;
}

.mpcb-tour-card .mpcb-exp-check:hover {
  background: #7546aa;
  border-color: #7546aa;
}

.mpcb-tour-date-trigger {
  background: #f3f4f6;
  border-color: #d0d5dd;
  border-radius: 8px;
  color: #1a2b49;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.mpcb-tour-date-trigger:hover {
  background: #e9edf2;
}

.mpcb-tour-card .mpcb-exp-price-list__item {
  border-radius: 8px;
  padding: 12px 14px;
}

.mpcb-tour-calendar .mpcb-bike-calendar__day {
  border-color: #e23d72;
  color: #1a2b49;
}

.mpcb-tour-calendar .mpcb-bike-calendar__day:not(:disabled) {
  background: #e19500;
  border-color: #e23d72;
  color: #111827;
}

.mpcb-tour-calendar .mpcb-bike-calendar__day:disabled {
  background: #fff;
  border-color: #e23d72;
  color: #98a2b3;
}

.mpcb-tour-panel {
  gap: 18px;
}

.mpcb-tour-panel .mpcb-exp-pill {
  border-radius: 999px;
  padding: 8px 12px;
}

.mpcb-tour-panel .mpcb-exp-pill__edit {
  background: #e19500;
  border: 1px solid #e23d72;
  border-radius: 16px;
  color: #111827;
  padding: 8px 12px;
  text-decoration: underline;
}

.mpcb-tour-panel .mpcb-exp-tier {
  border-top: 0;
  padding: 4px 0 14px;
}

.mpcb-tour-panel .mpcb-exp-step {
  background: #e19500;
  border-color: #e23d72;
  color: #111827;
}

.mpcb-tour-panel .mpcb-exp-qty {
  min-width: 58px;
  min-height: 42px;
  border: 1px solid #e19500;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(224, 138, 0, 0.24);
}

.mpcb-tour-panel .mpcb-exp-checkout {
  background: #ffb72c;
  border-color: #ffb72c;
  border-radius: 4px;
  color: #111827;
}

.mpcb-tour-panel .mpcb-exp-checkout:hover {
  background: #f0a91d;
  border-color: #f0a91d;
}

.mpcb-exp-price-list__items {
  display: grid;
  gap: 8px;
}

.mpcb-exp-price-list__item {
  align-items: center;
  background: #f9fafb;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 10px 14px;
}

.mpcb-exp-price-list__label {
  color: #1a2b49;
  font-weight: 600;
}

.mpcb-exp-price-list__price {
  color: #1a2b49;
  white-space: nowrap;
}

.mpcb-exp-price-list__deposit,
.mpcb-exp-deposit {
  color: #475467;
  font-size: 14px;
  margin: 0;
}

.mpcb-exp-deposit strong {
  color: #1a2b49;
}

.mpcb-free-cancellation {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  margin: 2px 0 0;
  padding: 10px 0 0;
  color: #1a2b49;
}

.mpcb-free-cancellation__icon {
  align-items: center;
  border: 1.5px solid currentColor;
  border-radius: 999px;
  color: #12b76a;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 16px;
  height: 20px;
  justify-content: center;
  line-height: 1;
  margin-top: 2px;
  width: 20px;
}

.mpcb-free-cancellation__icon::before {
  content: "\2713";
  font-size: 13px;
  font-weight: 800;
}

.mpcb-free-cancellation__content {
  display: grid;
  gap: 2px;
}

.mpcb-free-cancellation__content strong {
  font-size: 14px;
  line-height: 1.25;
}

.mpcb-free-cancellation__content span {
  color: #667085;
  font-size: 13px;
  line-height: 1.35;
}

.mpcb-exp-datepicker {
  position: relative;
}

.mpcb-exp-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 15px;
  color: #1a2b49;
  cursor: pointer;
  text-align: left;
  background: #fff4e0 !important;
  border: 2px solid #d98a00 !important;
  color: #1b2b44;
}

.mpcb-exp-trigger:hover {
  background: #f9e1b0;
  border-color: #c97900;
}

.mpcb-exp-trigger__icon {
  font-size: 18px;
}

.mpcb-exp-trigger__label {
  flex: 1;
}

.mpcb-exp-trigger__caret {
  font-size: 12px;
  color: #667085;
  transition: transform 0.15s ease;
}

.mpcb-exp-trigger[aria-expanded="true"] .mpcb-exp-trigger__caret {
  transform: rotate(180deg);
}

.mpcb-exp-calendar[data-mpcb-exp-popover] {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  padding: 16px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.16);
}

.mpcb-exp-calendar[data-mpcb-exp-popover].is-open-up {
  top: auto;
  bottom: calc(100% - 35px);
}

.mpcb-exp-calendar__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 12px;
}

.mpcb-exp-calendar__nav strong {
  font-size: 15px;
  text-transform: capitalize;
}

.mpcb-exp-calendar__navbtn {
  width: 32px;
  height: 32px;
  border: 1px solid #e4e7ec;
  border-radius: 50%;
  background: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.mpcb-exp-calendar__navbtn:hover {
  background: #f2f4f7;
}

.mpcb-exp-calendar .mpcb-bike-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(32px, 1fr));
  gap: 6px;
}

.mpcb-exp-calendar .mpcb-bike-calendar__weekday {
  color: #1a2b49;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.mpcb-exp-calendar .mpcb-bike-calendar__day {
  min-height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: #fff;
  color: #667085;
  cursor: pointer;
  padding: 0 !important;
}

.mpcb-exp-calendar .mpcb-bike-calendar__day:not(:disabled):hover {
  background: #f2f4f7;
  border-color: #98a2b3;
}

.mpcb-exp-calendar .mpcb-bike-calendar__day.is-selected {
  background: #f2f4f7;
  border: 2px solid #111827;
  font-weight: 700;
}

/* I bottoni primari riusano le classi tema (.button.alt): qui solo layout */
.mpcb-exp-check,
.mpcb-exp-checkout {
  width: 100%;
  min-height: 52px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.mpcb-exp-checkout[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

/* --- Pannello prenotazione (fasce partecipanti) --- */
.mpcb-exp-panel {
  display: grid;
  gap: 14px;
  max-width: 380px;
  padding: 24px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(16, 24, 40, 0.08);
}

.mpcb-exp-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 8px 16px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #fff;
}

.mpcb-exp-pill__icon {
  font-size: 18px;
}

.mpcb-exp-pill__value {
  flex: 1;
  font-weight: 600;
  color: #1a2b49;
  text-transform: capitalize;
  font-size: small;
}

.mpcb-exp-pill__edit {
  border: 0;
  background: none;
  padding: 0;
  color: #475467;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}

.mpcb-exp-times__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mpcb-exp-time {
  min-height: 40px;
  padding: 6px 16px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: #f2f4f7;
  font-size: 14px;
  cursor: pointer;
}

.mpcb-exp-time.is-selected {
  border: 2px solid #111827;
  font-weight: 700;
}

.mpcb-exp-tiers {
  display: grid;
  gap: 4px;
}

.mpcb-exp-tier {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #eaecf0;
}

.mpcb-exp-tier:first-child {
  border-top: 0;
}

.mpcb-exp-tier__info {
  display: grid;
  gap: 2px;
}

.mpcb-exp-tier__label {
  font-weight: 700;
  color: #1a2b49;
}

.mpcb-exp-tier__price {
  font-size: 14px;
  color: #667085;
}

.mpcb-exp-tier__price--early {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.mpcb-exp-tier__price--early del {
  color: #98a2b3;
  font-size: 14px;
  text-decoration: line-through;
}

.mpcb-exp-tier__price--early strong {
  color: #1a2b49;
  font-size: 18px;
  font-weight: 700;
}

.mpcb-exp-tier__stepper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mpcb-exp-step {
  width: 36px;
  height: 36px;
  border: 1px solid #d0d5dd;
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.mpcb-exp-step:hover {
  background: #f2f4f7;
}

.mpcb-exp-qty {
  width: 40px;
  text-align: center;
  border: 0;
  background: none;
  font-size: 16px;
  font-weight: 600;
  -moz-appearance: textfield;
}

.mpcb-exp-qty::-webkit-outer-spin-button,
.mpcb-exp-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mpcb-exp-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #eaecf0;
}

.mpcb-exp-total__label {
  font-size: 16px;
  color: #1a2b49;
}

.mpcb-exp-total__value {
  font-size: 24px;
  font-weight: 700;
  color: #1a2b49;
}

.mpcb-exp-minimum-note {
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
  margin: -4px 0 0;
}

.mpcb-md-total {
  align-items: center;
}

.mpcb-md-total__values {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.mpcb-md-total__original del {
  color: #98a2b3;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
}

.mpcb-md-early-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 2px 10px;
  border-radius: 999px;
  background: #12b76a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.mpcb-md-deposit {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  color: #475467;
}

.mpcb-md-deposit strong {
  color: #1a2b49;
  font-weight: 700;
}

.mpcb-md-panel .mpcb-exp-card__from-price del {
  color: #98a2b3;
  margin-right: 8px;
  text-decoration: line-through;
}

.mpcb-md-panel .mpcb-exp-card__from-price strong {
  color: #1a2b49;
  font-weight: 700;
}

.mpcb-md-panel .mpcb-exp-tier[data-mpcb-md-base] .mpcb-exp-tier__label {
  font-weight: 600;
}

.mpbr-form-inline-icon_plus svg {
  width: 25px !important;
  height: 30px !important;
}

.mpcb-bike-mpcb-booking-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0px, 1fr));
  gap: 0px;
}

.mpcb-tour-bike-included {
  color: #1f2937;
}

.mpcb-tour-bike-included__title {
  margin: 0 0 20px;
  color: #1f2937;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 600;
  line-height: 1.2;
}

.mpcb-tour-bike-included__list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mpcb-tour-bike-included__item {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}

.mpcb-tour-bike-included__check {
  color: #00b84a;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 900px) {
  .mpcb-selfguided-layout {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .mpcb-selfguided-layout__side {
    position: sticky;
    top: 24px;
  }

  .mpcb-exp-calendar[data-mpcb-exp-popover] {
    left: -70px !important;
  }
}

@media (max-width: 768px) {
  .mpcb-route-stats--shortcode {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mpcb-guided-tour-layout {
    align-items: start;
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.6fr);
  }
  .mpcb-exp-calendar[data-mpcb-exp-popover] {
    left: -5px !important;
  }
}

@media (min-width: 640px) {
  .mpcb-route-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mpcb-route-map {
    min-height: 300px;
  }
}
