.plp-shore-ex-per-cruise .cruise-image-wrapper {
  position: relative;
  height: 230px;
  background-color: var(--azamara-blue);
}

.plp-shore-ex-per-cruise .loading-placeholder {
  width: 100%;
  padding: 3rem;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  color: var(--azamara-blue);
  fill: var(--azamara-blue);

  font-size: 18px;
  line-height: 28px;

  gap: 1rem;
}

.plp-shorex-cruise-listing h1 {
  line-height: normal;
  margin-bottom: 8px;
  font-size: 2.5em;
  color: var(--azamara-blue);
  text-transform: capitalize !important;
}

.plp-shore-ex-per-cruise .container {
  max-width: 1000px;
}

.plp-shore-ex-per-cruise .container .card-body {
  font-size: 17px;
}

.plp-shore-ex-per-cruise .container .card-title {
  font-size: 26px;
}

.plp-shorex-cruise-listing {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  background-color: var(--pure-white);
}

.plp-shorex-cruise-listing .cruise-container .button-wrapper a,
.plp-shorex-cruise-listing .cruise-container .button-wrapper button {
  font-size: 16px;
  height: auto;
  width: auto;
  padding: 8px 16px;
}

.plp-shorex-cruise-listing .cruise-container .shorexCountWrapper {
  max-width: 280px;
  color: var(--azamara-blue);
  font-weight: 420;
  line-height: 24px;
  letter-spacing: .08px;
  font-size: 1rem;
}

.plp-shorex-cruise-listing .cruise-container #portSelect {
  max-width: 280px;
  color: var(--azamara-blue);
  border-color: var(--azamara-blue);
}

.plp-shorex-cruise-listing .cruise-container p {
  color: var(--night-sky);
}

.plp-shorex-cruise-listing .cruise-container .cruise-header {
  margin-top: -180px;
  margin-bottom: 4rem;
}

.plp-shorex-cruise-listing .port-header {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: large;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--azamara-blue);
  fill: var(--azamara-blue);
  display: flex;
}

.plp-shorex-cruise-listing .port-header div:last-of-type {
  color: var(--night-sky);
}

.plp-shorex-cruise-listing .icon {
  fill: var(--azamara-blue);
}

.plp-shorex-cruise-listing .cruise-container .card {
  position: relative;
  width: 100%;
  justify-content: start;
  align-self: start;
}

.plp-shorex-cruise-listing .cruise-container .card.shadow-small {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15) !important;
}

.plp-shorex-cruise-listing .shorex-pricing {
  color: var(--night-sky);
}

.plp-shorex-cruise-listing .shorex-pricing .price {
  color: var(--azamara-blue);
  font-size: 1.125rem;
}

.plp-shorex-cruise-listing .portWrapper {
  margin-bottom: 5rem;
}

.plp-shorex-cruise-listing .portWrapper .card {
  margin-bottom: 1.75rem !important;
}

.plp-shorex-cruise-listing .portWrapper .card .card-title {
  font-size: x-large !important;
  font-weight: 500;
}

.plp-shore-ex-per-cruise .azamara-logo-wrapper {
  display: none;
}

@media (min-width: 992px) {
  /* .plp-shorex-cruise-listing .cruise-container .button-wrapper a,
  .plp-shorex-cruise-listing .cruise-container .button-wrapper button {
    font-size: 1.125rem;
  } */

  .plp-shorex-cruise-listing .shorex-pricing {
    flex-basis: 160px;
  }
}

@media print {
  @page {
    size: 8.5in 11in;
    margin: 0.75in 1in;
    page-break-before: always;
    bleed: 3mm;
    @bottom-right {
      content: counter(page) " of " counter(pages);
    }
  }

  @page :first {
    margin: 0.75in 1in;
  }

  body {
    margin: 0 !important;
  }

  #global-notification-banner-carousel {
    display: none !important;
  }

  nav {
    display: none !important;
  }

  .plp-shore-ex-per-cruise .details {
    flex-direction: row !important;
    font-size: small !important;
    margin-top: 0.75rem !important;
  }

  .plp-shore-ex-per-cruise .azamara-logo-wrapper {
    display: block;
    margin: 2rem 0;
  }

  .plp-shore-ex-per-cruise .azamara-logo-wrapper img {
    width: 200px;
    display: block;
  }

  .plp-shorex-cruise-listing {
    background-color: white !important;
  }

  .plp-shore-ex-per-cruise * {
    color: black !important;
    fill: black !important;
  }

  h1 {
    font-size: 32px !important;
  }

  div.text-eyebrow {
    font-size: medium !important;
    margin-bottom: 4px !important;
    justify-content: start !important;
  }

  .plp-shore-ex-per-cruise .port-header {
    flex-direction: row !important;
    font-size: small !important;
    margin-bottom: 1rem !important;
  }

  .plp-shore-ex-per-cruise .port-header > div:nth-child(2) {
    margin-left: 1rem;
  }

  .plp-shore-ex-per-cruise .portWrapper {
    margin-bottom: 3rem !important;
  }

  .plp-shore-ex-per-cruise .cruise-container .card .card-body > div {
    padding: 0 !important;
  }

  .plp-shore-ex-per-cruise .cruise-container .portWrapper .card .card-title {
    font-size: 26px !important;
  }

  .plp-shore-ex-per-cruise .cruise-header.card {
    margin-bottom: 1rem !important;
    text-align: left !important;
  }

  .plp-shore-ex-per-cruise .cruise-image-wrapper {
    display: none !important;
  }

  .plp-shore-ex-per-cruise .cruise-header {
    margin-top: 0 !important;
  }

  .plp-shore-ex-per-cruise .button-wrapper {
    display: none !important;
  }

  .plp-shorex-cruise-listing .card {
    box-shadow: none !important;
    margin-bottom: 2rem !important;
  }

  .plp-shorex-cruise-listing .cruise-container .card.shadow-small {
    box-shadow: none !important;
  }

  .plp-shore-ex-per-cruise .card-body {
    padding: 0 !important;
  }

  footer {
    display: none !important;
  }

  .shortDescription {
    display: none !important;
  }
}
