/* Find Your Perfect Dive Holiday landing page styles - extends red-sea-summer.css */
/* v12 animated hero image carousel */
.fp-landing .fp-hero {
  position: relative;
  overflow: hidden;
  background: #002b55;
}
.fp-landing .fp-hero:before {
  background-image: linear-gradient(90deg, rgba(0,25,55,.92) 0%, rgba(0,47,85,.78) 42%, rgba(0,0,0,.25) 100%) !important;
  z-index: 1;
  transform: none;
}
.fp-hero-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #002b55;
}
.fp-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: fpHeroFade 35s infinite;
}
.fp-hero-slide--1 { background-image: url('/images/find-your-perfect-dive-holiday/hero-1.jpg'); animation-delay: 0s; }
.fp-hero-slide--2 { background-image: url('/images/find-your-perfect-dive-holiday/hero-2.jpg'); animation-delay: 7s; }
.fp-hero-slide--3 { background-image: url('/images/find-your-perfect-dive-holiday/hero-3.jpg'); animation-delay: 14s; }
.fp-hero-slide--4 { background-image: url('/images/find-your-perfect-dive-holiday/hero-4.jpg'); animation-delay: 21s; }
.fp-hero-slide--5 { background-image: url('/images/find-your-perfect-dive-holiday/hero-5.jpg'); animation-delay: 28s; }
@keyframes fpHeroFade {
  0% { opacity: 0; transform: scale(1.04); }
  5% { opacity: 1; }
  20% { opacity: 1; }
  25% { opacity: 0; transform: scale(1.1); }
  100% { opacity: 0; transform: scale(1.1); }
}
.fp-landing .fp-hero .rs-landing-hero__content {
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .fp-landing .fp-hero:before {
    background-image: linear-gradient(180deg, rgba(0,25,55,.9), rgba(0,47,85,.78)) !important;
  }
  .fp-hero-slide { background-position: center; }
}
@media (prefers-reduced-motion: reduce) {
  .fp-hero-slide { animation: none; opacity: 0; transform: none; }
  .fp-hero-slide--1 { opacity: 1; }
}

.fp-landing .fp-hero:before {
  background-image: linear-gradient(90deg, rgba(0,25,55,.92) 0%, rgba(0,47,85,.78) 42%, rgba(0,0,0,.25) 100%), url('https://www.scubatravel.com/holidays/liveaboards/egypt/ghazalaadventure/gallery/image1.jpg');
}
.fp-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.fp-icon-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #edf6fb;
  color: #003366;
  font-size: 24px;
}
.fp-icon-card h3 { margin-top: 0; }
.fp-enquiry-section { padding-top: 58px; }
.fp-enquiry-form select option { color: #17233e; }
@media (max-width: 1100px) {
  .fp-card-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .fp-card-grid { grid-template-columns: 1fr; }
  .fp-landing .fp-hero:before {
    background-image: linear-gradient(180deg, rgba(0,25,55,.88), rgba(0,47,85,.76)), url('https://www.scubatravel.com/holidays/liveaboards/egypt/ghazalaadventure/gallery/image1.jpg');
  }
}

/* v2 featured database-driven holiday cards */
.fp-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
.fp-featured-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid #dbe8f5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,43,85,.08);
}
.fp-featured-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #d8eaf5;
}
.fp-featured-card__image img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  display: block;
  transition: transform .2s ease;
}
.fp-featured-card:hover .fp-featured-card__image img { transform: scale(1.03); }
.fp-featured-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 19px;
}
.fp-featured-card__dest {
  margin: 0 0 7px;
  color: #01b7f2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fp-featured-card h3 {
  margin: 0 0 8px;
  color: #003366;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.18;
}
.fp-featured-card h3 a { color: #003366; }
.fp-featured-card__tagline {
  margin: 8px 0 12px;
  color: #4d5d6d;
  font-size: 14px;
  line-height: 1.45;
}
.fp-featured-card__facts {
  display: grid;
  gap: 6px;
  margin: 0 0 12px;
  color: #5f6f80;
  font-size: 13px;
  font-weight: 800;
}
.fp-price { margin-top: auto; font-size: 25px; }
.fp-price--ask { color: #003366; font-size: 22px; }
.fp-featured-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.fp-featured-card__actions .rs-btn { flex: 1 1 auto; }
.fp-search-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 28px;
  align-items: center;
}
.fp-search-layout h2,
.fp-thistlegorm h2 {
  margin: 0 0 10px;
  color: #003366;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 850;
  letter-spacing: -.02em;
}
.fp-search-layout p,
.fp-thistlegorm p {
  color: #5f6f80;
  font-size: 16px;
  line-height: 1.65;
}
.fp-dark-eyebrow {
  background: #edf6fb;
  color: #003366;
}
.fp-thistlegorm {
  min-height: 320px;
  display: grid;
  align-items: center;
  padding: 34px;
  border-radius: 20px;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 46%, rgba(255,255,255,.18) 100%), url('https://www.scubatravel.com/images/thistlegorm/thistlegorm.jpg');
  background-size: cover;
  background-position: center;
  border: 1px solid #dbe8f5;
  box-shadow: 0 10px 34px rgba(0,43,85,.08);
}
.fp-thistlegorm > div { max-width: 590px; }
@media (max-width: 1180px) {
  .fp-featured-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .fp-search-layout { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .fp-featured-grid { grid-template-columns: repeat(2, 1fr); }
  .fp-thistlegorm { padding: 24px; background-image: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86)), url('https://www.scubatravel.com/images/thistlegorm/thistlegorm.jpg'); }
}
@media (max-width: 540px) {
  .fp-featured-grid { grid-template-columns: 1fr; }
}


/* v3 richer advice-led featured cards */
.fp-filter-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -4px 0 22px;
}
.fp-filter {
  border: 1px solid #dbe8f5;
  border-radius: 999px;
  background: #fff;
  color: #003366;
  padding: 9px 13px;
  font-weight: 900;
  font-size: 13px;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.fp-filter:hover,
.fp-filter:focus,
.fp-filter.is-active {
  background: #fdb714;
  color: #17233e;
  box-shadow: 0 8px 18px rgba(253,183,20,.2);
  transform: translateY(-1px);
}
.fp-card-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #003366;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}
.fp-card-badge--value { background: #0f7a5a; }
.fp-card-badge--team { background: #003366; }
.fp-card-badge--popular { background: #01b7f2; }
.fp-card-badge--resort { background: #7b4d00; }
.fp-card-badge--bucket { background: #17233e; }
.fp-card-badge--luxury { background: #5b3aa4; }
.fp-card-badge--photo { background: #8a2b55; }
.fp-feefo-line {
  display: grid;
  gap: 6px;
  margin: 0 0 12px;
}
.fp-feefo-label {
  color: #4d5d6d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.fp-muted { color: #708090; font-size: 13px; font-weight: 700; }
.fp-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 14px;
}
.fp-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 9px;
  border-radius: 999px;
  background: #edf6fb;
  color: #003366;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}
.fp-chip__icon { font-size: 14px; }
.fp-card-detail {
  display: grid;
  gap: 4px;
  margin: 0 0 12px;
  color: #4d5d6d;
  font-size: 14px;
  line-height: 1.45;
}
.fp-card-detail strong {
  color: #003366;
  font-weight: 950;
}
.fp-card-detail--why {
  padding: 12px;
  border-left: 4px solid #fdb714;
  border-radius: 12px;
  background: #fffaf0;
}
.fp-live-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
}
.fp-live-row div {
  padding: 10px;
  border: 1px solid #dbe8f5;
  border-radius: 12px;
  background: #fbfdff;
}
.fp-live-row strong,
.fp-live-row span {
  display: block;
}
.fp-live-row strong {
  margin-bottom: 4px;
  color: #5f6f80;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.fp-live-row span {
  color: #003366;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
}
.fp-availability-pill {
  display: inline-flex;
  align-self: flex-start;
  margin: 10px 0 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff5dc;
  color: #7b4d00;
  font-weight: 900;
  font-size: 12px;
}
.fp-featured-card {
  transition: transform .18s ease, box-shadow .18s ease;
}
.fp-featured-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(0,43,85,.14);
}
@media (max-width: 1180px) {
  .fp-live-row { grid-template-columns: 1fr; }
}
.fp-itinerary-line {
  margin: -4px 0 10px;
  color: #516579;
  font-size: 13px;
  line-height: 1.35;
}
.fp-itinerary-line strong {
  color: #003366;
  font-weight: 850;
}

/* v6 itinerary-led favourite cards */
.fp-featured-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.fp-card-detail--why-top {
  margin: 10px 0 16px;
}
.fp-itinerary-list {
  display: grid;
  gap: 12px;
  margin: 0 0 16px;
}
.fp-itinerary-list__title {
  color: #003366;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fp-itinerary-option {
  padding: 12px;
  border: 1px solid #dbe8f5;
  border-radius: 14px;
  background: #fbfdff;
}
.fp-itinerary-option__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 9px;
}
.fp-itinerary-option__head h4 {
  margin: 0;
  color: #003366;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.25;
}
.fp-itinerary-link {
  flex: 0 0 auto;
  color: #003366;
  font-size: 12px;
  font-weight: 950;
  text-decoration: underline;
}
.fp-chip-row--compact {
  gap: 6px;
  margin-bottom: 10px;
}
.fp-chip-row--compact .fp-chip {
  padding: 6px 8px;
  font-size: 11px;
}
.fp-itinerary-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.fp-itinerary-meta p {
  margin: 0;
  padding: 8px;
  border-radius: 10px;
  background: #fff;
  color: #4d5d6d;
  font-size: 12px;
  line-height: 1.35;
}
.fp-itinerary-meta p:first-child {
  grid-column: 1 / -1;
}
.fp-itinerary-meta strong,
.fp-itinerary-meta span {
  display: block;
}
.fp-itinerary-meta strong {
  margin-bottom: 3px;
  color: #5f6f80;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.fp-itinerary-meta span {
  color: #003366;
  font-weight: 850;
}
.fp-availability-pill--small {
  margin-top: 8px;
  font-size: 11px;
}
.fp-itinerary-option--empty p {
  margin: 0;
  color: #5f6f80;
  font-size: 13px;
  line-height: 1.45;
}
@media (min-width: 1500px) {
  .fp-featured-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1180px) {
  .fp-featured-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .fp-featured-grid { grid-template-columns: 1fr; }
  .fp-itinerary-meta { grid-template-columns: 1fr; }
  .fp-itinerary-meta p:first-child { grid-column: auto; }
}


/* v7 layout and itinerary refinements */
.fp-landing .fp-featured-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: start !important;
}
.fp-filter-btn,
.fp-filter-pill,
.fp-adventure-filter,
.fp-filter-row button,
.fp-filter-row a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.1 !important;
  min-height: 38px !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  vertical-align: middle !important;
}
.fp-filter-row {
  align-items: center !important;
}
.fp-itinerary-list__title {
  margin-top: 14px;
}
.fp-itinerary-option {
  padding: 16px !important;
}
.fp-itinerary-option__head {
  align-items: flex-start !important;
  gap: 12px !important;
}
.fp-itinerary-option__head h4 {
  line-height: 1.2 !important;
}
.fp-itinerary-link {
  white-space: nowrap;
  padding-top: 2px;
}
.fp-more-itineraries-note {
  margin: 10px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #edf6fb;
  color: #4d5d6d;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}
@media (max-width: 1180px) {
  .fp-landing .fp-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 700px) {
  .fp-landing .fp-featured-grid { grid-template-columns: 1fr !important; }
}

/* v8 Phase 2: holiday finder + advice-led cards */
.fp-finder-section {
  padding-top: 42px;
}
.fp-finder-card {
  background: #fff;
  border: 1px solid #dbe8f5;
  border-radius: 22px;
  box-shadow: 0 18px 55px rgba(0,43,85,.12);
  padding: 28px;
}
.fp-finder-intro {
  max-width: 820px;
  margin-bottom: 20px;
}
.fp-finder-intro h2 {
  margin: 0 0 8px;
  color: #003366;
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 900;
  letter-spacing: -.03em;
}
.fp-finder-intro p {
  margin: 0;
  color: #5f6f80;
  font-size: 16px;
  line-height: 1.65;
}
.fp-finder-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.fp-finder-step {
  padding: 18px;
  border: 1px solid #e3edf6;
  border-radius: 16px;
  background: #fbfdff;
}
.fp-finder-step h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: #003366;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 950;
}
.fp-finder-step h3 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 50%;
  background: #fdb714;
  color: #17233e;
  font-size: 13px;
  font-weight: 950;
}
.fp-finder-step--month {
  display: flex;
  flex-direction: column;
}
.fp-finder-month {
  margin-top: auto;
}
.fp-answer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.fp-answer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid #dbe8f5;
  border-radius: 999px;
  background: #fff;
  color: #003366;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.fp-answer:hover,
.fp-answer:focus,
.fp-answer.is-active {
  background: #fdb714;
  border-color: #fdb714;
  color: #17233e;
  box-shadow: 0 8px 18px rgba(253,183,20,.22);
  transform: translateY(-1px);
}
.fp-finder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
.fp-finder-result {
  margin-top: 18px;
  padding: 18px;
  border-radius: 16px;
  background: #edf6fb;
  border: 1px solid #dbe8f5;
}
.fp-finder-result[hidden] { display: none !important; }
.fp-finder-result h3 {
  margin: 0 0 6px;
  color: #003366;
  font-size: 22px;
  font-weight: 950;
}
.fp-finder-result p {
  margin: 0 0 12px;
  color: #4d5d6d;
  font-size: 15px;
  line-height: 1.55;
}
.fp-landing .fp-featured-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: start !important;
}
.fp-featured-card {
  border-radius: 18px;
}
.fp-featured-card.fp-card-match {
  border-color: #fdb714;
  box-shadow: 0 18px 48px rgba(253,183,20,.18), 0 12px 34px rgba(0,43,85,.10);
}
.fp-featured-card.fp-card-match:before {
  content: "Matched to your answers";
  display: block;
  padding: 9px 14px;
  background: #fdb714;
  color: #17233e;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.fp-featured-card__image img {
  height: 190px;
}
.fp-featured-card__body {
  padding: 18px;
}
.fp-card-badge {
  max-width: calc(100% - 24px);
  line-height: 1.15;
}
.fp-card-badge--comfort { background: #0f7a5a; }
.fp-card-badge--food { background: #7b4d00; }
.fp-card-badge--value { background: #0f7a5a; }
.fp-card-badge--team { background: #003366; }
.fp-card-badge--popular { background: #01b7f2; }
.fp-card-badge--resort { background: #0e72b8; }
.fp-card-badge--bucket { background: #17233e; }
.fp-card-badge--luxury { background: #5b3aa4; }
.fp-card-badge--photo { background: #8a2b55; }
.fp-feefo-line {
  margin-bottom: 12px;
}
.fp-story-box {
  margin: 8px 0 14px;
  padding: 14px;
  border-radius: 15px;
  background: #fffaf0;
  border: 1px solid #f7e5bc;
  border-left: 5px solid #fdb714;
}
.fp-story-kicker {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 7px !important;
  color: #003366 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .07em;
  text-transform: uppercase;
  line-height: 1.2 !important;
}
.fp-story-box p {
  margin: 0;
  color: #4d5d6d;
  font-size: 14px;
  line-height: 1.55;
}
.fp-perfect-box {
  margin: 0 0 15px;
  padding: 13px 14px;
  border-radius: 15px;
  background: #fbfdff;
  border: 1px solid #dbe8f5;
}
.fp-perfect-box strong {
  display: block;
  margin-bottom: 8px;
  color: #003366;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.fp-perfect-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fp-perfect-box li {
  position: relative;
  margin: 0 0 6px;
  padding-left: 20px;
  color: #4d5d6d;
  font-size: 13px;
  line-height: 1.4;
}
.fp-perfect-box li:last-child { margin-bottom: 0; }
.fp-perfect-box li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #01b7f2;
  font-weight: 950;
}
.fp-itinerary-list {
  gap: 10px;
}
.fp-itinerary-list__title {
  margin-top: 4px;
}
.fp-itinerary-option--compact {
  padding: 13px !important;
  background: #fff;
}
.fp-itinerary-option__head {
  margin-bottom: 8px !important;
}
.fp-itinerary-link {
  color: #006aa6;
  text-decoration: none;
  font-size: 12px;
  font-weight: 950;
}
.fp-itinerary-link:hover,
.fp-itinerary-link:focus {
  text-decoration: underline;
}
.fp-itinerary-summary {
  display: grid;
  grid-template-columns: 1.25fr .85fr .65fr;
  gap: 7px;
}
.fp-itinerary-summary span {
  display: block;
  min-width: 0;
  padding: 8px;
  border-radius: 10px;
  background: #fbfdff;
  color: #003366;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 850;
}
.fp-itinerary-summary strong {
  display: block;
  margin-bottom: 3px;
  color: #5f6f80;
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.fp-more-itineraries-note {
  font-size: 12px;
  padding: 10px 12px;
}
.fp-featured-card__actions .rs-btn {
  min-height: 40px;
  padding: 10px 12px;
}
.fp-filter {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  line-height: 1.1 !important;
  padding: 9px 13px !important;
}
@media (max-width: 1180px) {
  .fp-landing .fp-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .fp-finder-steps { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .fp-finder-card { padding: 20px 14px; border-radius: 18px; }
  .fp-finder-actions .rs-btn { width: 100%; }
  .fp-landing .fp-featured-grid { grid-template-columns: 1fr !important; }
  .fp-itinerary-summary { grid-template-columns: 1fr; }
  .fp-featured-card__image img { height: 210px; }
}

/* v9: finder now filters the itinerary rows, not just the boat cards */
.fp-itinerary-extra {
  display: none;
}
.fp-itinerary-option.fp-itinerary-match {
  border-color: #fdb714 !important;
  background: #fffaf0 !important;
  box-shadow: 0 8px 18px rgba(253,183,20,.12);
}
.fp-card-no-itinerary-match,
.fp-no-featured-matches {
  margin: 12px 0 0;
  padding: 14px 16px;
  border: 1px solid #dbe8f5;
  border-radius: 14px;
  background: #edf6fb;
  color: #4d5d6d;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}
.fp-card-no-itinerary-match[hidden],
.fp-no-featured-matches[hidden] {
  display: none !important;
}
.fp-no-featured-matches {
  margin-top: 22px;
  text-align: center;
  background: #fff;
  box-shadow: 0 10px 34px rgba(0,43,85,.08);
}
.fp-no-featured-matches h3 {
  margin: 0 0 8px;
  color: #003366;
  font-size: 24px;
  font-weight: 950;
}
.fp-no-featured-matches p {
  margin: 0 auto 14px;
  max-width: 620px;
  color: #5f6f80;
  font-size: 15px;
  line-height: 1.55;
}
.fp-more-itineraries-note[hidden] {
  display: none !important;
}

/* v10 extra badge styles */
.fp-card-badge--wrecks { background: #143b5c; color: #fff; }
.fp-card-badge--eco { background: #17694f; color: #fff; }


/* v11: resort cards use a diving overview instead of liveaboard itineraries */
.fp-resort-diving-panel {
  border-color: #dbe8f5 !important;
  background: #fbfdff !important;
}
.fp-resort-diving-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}
.fp-resort-diving-panel__head h4 {
  margin: 0;
  color: #003366;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 950;
}
.fp-resort-diving-panel__intro {
  margin: 0 0 12px;
  color: #4d5d6d;
  font-size: 14px;
  line-height: 1.55;
}
.fp-resort-diving-panel__note {
  margin: 10px 0 0;
  padding: 9px 10px;
  border-radius: 10px;
  background: #edf6fb;
  color: #5f6f80;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}
.fp-resort-diving-panel.fp-itinerary-match {
  border-color: #fdb714 !important;
  background: #fffaf0 !important;
}
@media (max-width: 760px) {
  .fp-resort-diving-panel__head {
    display: block;
  }
  .fp-resort-diving-panel__head .fp-itinerary-link {
    display: inline-flex;
    margin-top: 6px;
  }
}
