/* MotoBirds transport landing overrides — 5.3.1 */
.mb-transport-app [hidden] {
  display: none !important;
}

body.motobirds-transport-wordpress #main-content .mb-transport-divi-section,
body.motobirds-transport-wordpress #main-content .mb-transport-divi-row,
body.motobirds-transport-wordpress #main-content .mb-transport-divi-column,
body.motobirds-transport-wordpress #main-content .mb-transport-divi-module,
body.motobirds-transport-wordpress #main-content .mb-transport-divi-module .et_pb_code_inner,
body.motobirds-transport-wordpress #main-content .mb-transport-divi-module .et_pb_text_inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.motobirds-transport-wordpress #main-content .mb-transport-divi-section::after,
body.motobirds-transport-wordpress #main-content .mb-transport-divi-row::after {
  display: none;
}

body.motobirds-transport-wordpress #main-content .entry-content {
  padding: 0 !important;
}

body.motobirds-transport-wordpress #main-content .mb-transport-app {
  min-height: 0;
}

@media (min-width: 981px) {
  body.motobirds-transport-landing.et_fixed_nav #page-container {
    padding-top: 128px !important;
  }
}

.mb-transport-app .dashicons {
  width: 1em;
  height: 1em;
  font-size: 1em;
  line-height: 1;
  flex: 0 0 auto;
}

.mb-transport-app .hero-proof .dashicons {
  color: #ff454a;
  font-size: 27px;
}

.mb-transport-app .hero-card li .dashicons {
  color: #ff454a;
  margin-top: 3px;
}

.mb-transport-app .price-promise .dashicons {
  color: #ff454a;
  font-size: 32px;
}

.mb-transport-app .step-icon .dashicons {
  font-size: 18px;
}

.mb-transport-app .continent-card > header .dashicons {
  color: #dc2f34;
  font-size: 34px;
}

.mb-transport-app .country-fallback-icon {
  color: #dc2f34;
  font-size: 24px;
}

.mb-transport-app .country-arrow .dashicons {
  font-size: 12px;
}

.mb-transport-app .scheduled-country {
  border-bottom: 1px solid #edf0f4;
  background: #f8f9fb;
}

.mb-transport-app .scheduled-country:last-child {
  border-bottom: 0;
}

.mb-transport-app .scheduled-country-heading {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 16px;
  border-bottom: 1px solid #e4e8ef;
  background: #fff;
}

.mb-transport-app .scheduled-country-heading img {
  width: 32px;
  height: 22px;
  object-fit: cover;
  border: 1px solid #e5e7eb;
}

.mb-transport-app .scheduled-country-heading > strong {
  min-width: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

.mb-transport-app .transport-count {
  color: #20733d;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.mb-transport-app .transport-view-tabs {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) minmax(0, 1fr);
  gap: 6px;
  padding: 12px 12px 0;
}

.mb-transport-app .transport-view-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  min-height: 46px;
  padding: 7px 5px;
  border: 1px solid #cfd5df;
  color: #12234c;
  background: #fff;
  font: 700 9px/1.25 "Montserrat", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 150ms ease, border-color 150ms ease, background 150ms ease;
}

.mb-transport-app .transport-view-tab .dashicons {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  font-size: 14px;
  line-height: 1;
}

.mb-transport-app .transport-view-tab:hover,
.mb-transport-app .transport-view-tab:focus-visible {
  border-color: #12234c;
}

.mb-transport-app .transport-view-tab:focus-visible {
  outline: 2px solid #dc2f34;
  outline-offset: 2px;
}

.mb-transport-app .transport-view-tab.is-active,
.mb-transport-app .transport-view-tab[aria-selected="true"] {
  border-color: #12234c;
  color: #fff;
  background: #12234c;
}

.mb-transport-app .scheduled-routes {
  display: grid;
  gap: 12px;
  padding: 12px;
}

.mb-transport-app .scheduled-route {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce1e9;
  background: #fff;
  box-shadow: 0 3px 12px rgba(18, 35, 76, 0.05);
}

.mb-transport-app .round-trip-route {
  border-top: 3px solid #dc2f34;
}

.mb-transport-app .route-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 8px 12px;
  padding: 14px;
  border-bottom: 1px solid #e8ebf0;
}

.mb-transport-app .route-heading h4 {
  min-width: 0;
  margin: 0;
  color: #12234c;
  font: 700 13px/1.4 "Montserrat", sans-serif;
}

.mb-transport-app .round-trip-route-heading > div {
  min-width: 0;
}

.mb-transport-app .round-trip-route-heading h4 {
  margin-top: 0;
}

.mb-transport-app .route-price {
  color: #dc2f34;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.mb-transport-app .route-schedules {
  padding: 12px 14px 4px;
}

.mb-transport-app .round-trip-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mb-transport-app .round-trip-option-group {
  min-width: 0;
  padding: 14px;
}

.mb-transport-app .round-trip-option-group + .round-trip-option-group {
  border-left: 1px solid #e8ebf0;
}

.mb-transport-app .round-trip-option-group-heading {
  min-height: 47px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dc2f34;
}

.mb-transport-app .round-trip-option-group-heading h5 {
  margin: 0 0 4px;
  color: #dc2f34;
  font: 800 10px/1.25 "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mb-transport-app .round-trip-option-group-heading span {
  display: block;
  color: #63708a;
  font-size: 9px;
  line-height: 1.35;
}

.mb-transport-app .round-trip-option {
  min-width: 0;
  padding: 11px 0;
  border-bottom: 1px solid #e8ebf0;
}

.mb-transport-app .round-trip-option:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.mb-transport-app .round-trip-option-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7px;
  margin-bottom: 6px;
}

.mb-transport-app .round-trip-option-heading > strong {
  min-width: 0;
  color: #14203b;
  font-size: 10px;
  line-height: 1.4;
}

.mb-transport-app .round-trip-option-date {
  display: block;
  color: #12234c;
  font-size: 12px;
  line-height: 1.35;
}

.mb-transport-app .round-trip-option.is-sold-out .round-trip-option-heading > strong,
.mb-transport-app .round-trip-option.is-sold-out .round-trip-option-date {
  color: #777f8e;
}

.mb-transport-app .transport-schedule {
  min-width: 0;
  padding: 11px 0;
  border-bottom: 1px solid #edf0f4;
}

.mb-transport-app .transport-schedule:first-child {
  padding-top: 0;
}

.mb-transport-app .schedule-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 9px;
}

.mb-transport-app .schedule-heading > strong {
  color: #14203b;
  font-size: 11px;
  line-height: 1.45;
}

.mb-transport-app .sold-out-label {
  flex: 0 0 auto;
  padding: 3px 7px;
  border: 1px solid #d3d7df;
  color: #666e7d;
  background: #f1f2f4;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.mb-transport-app .transport-schedule.is-sold-out .schedule-heading > strong,
.mb-transport-app .transport-schedule.is-sold-out .schedule-dates {
  color: #777f8e;
}

.mb-transport-app .schedule-dates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mb-transport-app .schedule-dates > div {
  min-width: 0;
}

.mb-transport-app .schedule-dates span,
.mb-transport-app .schedule-dates strong {
  display: block;
  overflow-wrap: anywhere;
}

.mb-transport-app .schedule-dates span {
  margin-bottom: 3px;
  color: #63708a;
  font-size: 9px;
  line-height: 1.35;
}

.mb-transport-app .schedule-dates strong {
  color: #12234c;
  font-size: 11px;
  line-height: 1.4;
}

.mb-transport-app .schedule-extra {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 180ms ease, opacity 140ms ease;
}

.mb-transport-app .schedule-extra-inner {
  min-height: 0;
  overflow: hidden;
}

.mb-transport-app .schedule-extra.is-expanded {
  grid-template-rows: 1fr;
  opacity: 1;
}

.mb-transport-app .route-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 14px 14px;
}

.mb-transport-app .round-trip-actions {
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
  border-top: 1px solid #e8ebf0;
}

.mb-transport-app .round-trip-booking-link {
  width: 100%;
  flex: 0 0 auto;
}

.mb-transport-app .schedule-toggle {
  min-height: 38px;
  padding: 7px 0;
  border: 0;
  color: #12234c;
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.mb-transport-app .schedule-toggle:hover,
.mb-transport-app .schedule-toggle:focus-visible {
  color: #dc2f34;
}

.mb-transport-app .route-booking-link {
  min-height: 40px;
  padding: 0 14px;
  gap: 8px;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}

.mb-transport-app .route-booking-link .dashicons {
  font-size: 13px;
}

.mb-transport-app .custom-transport span .dashicons {
  color: #ff4d52;
  font-size: 25px;
}

.mb-transport-app .package-body li .dashicons {
  color: #dc2f34;
  margin-top: 4px;
}

.mb-transport-app .comparison-row span .dashicons {
  color: #2e9a52;
}

.mb-transport-app .reassurance .dashicons {
  color: #ff5257;
  font-size: 30px;
}

.mb-transport-app .dimensions-card > .dashicons {
  color: #ff5c60;
  font-size: 34px;
}

.mb-transport-app .faq-chevron {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-3px);
  transition: transform 160ms ease;
}

.mb-transport-app [data-accordion-button][aria-expanded="true"] .faq-chevron {
  transform: rotate(225deg) translate(-2px, -2px);
}

.mb-transport-app .testimonial-controls .dashicons,
.mb-transport-app .button .dashicons,
.mb-transport-app .text-link .dashicons,
.mb-transport-app .formalities-docs .dashicons,
.mb-transport-app .mobile-sticky-cta .dashicons {
  font-size: 16px;
}

.mb-transport-app .testimonial-controls button {
  padding: 0;
}

.mb-transport-app .testimonial-controls button .dashicons {
  width: 1em;
  min-width: 0;
  height: 1em;
  font-family: dashicons !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.mb-transport-app .testimonial-slides {
  min-height: 260px;
}

.mb-transport-app .hero-card h2 {
  color: #fff;
}

@media (max-width: 720px) {
  .mb-transport-app .scheduled-country-heading {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    padding: 12px;
  }

  .mb-transport-app .scheduled-country-heading img {
    width: 29px;
    height: 20px;
  }

  .mb-transport-app .scheduled-routes {
    padding: 10px;
  }

  .mb-transport-app .transport-view-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    padding: 10px 10px 0;
  }

  .mb-transport-app .transport-view-tab {
    min-height: 44px;
    padding: 7px 5px;
    font-size: 8px;
  }

  .mb-transport-app .transport-view-tab[data-transport-view-tab="round-trip"] {
    grid-column: 1 / -1;
  }

  .mb-transport-app .route-heading,
  .mb-transport-app .schedule-dates {
    grid-template-columns: 1fr;
  }

  .mb-transport-app .route-price {
    white-space: normal;
  }

  .mb-transport-app .schedule-dates {
    gap: 8px;
  }

  .mb-transport-app .round-trip-options {
    grid-template-columns: 1fr;
  }

  .mb-transport-app .round-trip-option-group + .round-trip-option-group {
    border-left: 0;
    border-top: 1px solid #e8ebf0;
  }

  .mb-transport-app .route-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mb-transport-app .schedule-toggle {
    width: fit-content;
  }

  .mb-transport-app .route-booking-link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mb-transport-app .schedule-extra,
  .mb-transport-app .transport-view-tab {
    transition: none;
  }
}
