.dc-deck-search-page {
  --dc-navy: #092f4f;
  --dc-blue: #0f5f8f;
  --dc-blue-bright: #177bb2;
  --dc-gold: #c79a42;
  --dc-gold-soft: #f3e7cd;
  --dc-ink: #17344a;
  --dc-muted: #5f7180;
  --dc-line: #d7e1e8;
  --dc-pale: #f3f7fa;
  --dc-white: #ffffff;
  width: min(1220px, calc(100% - 24px));
  margin: 18px auto 28px;
  color: var(--dc-ink);
}

.dc-deck-plan-page .dc-mobile-menu {
  transition: opacity 220ms ease, visibility 0s linear 220ms;
}

.dc-deck-plan-page .dc-mobile-menu.dc-open {
  transition-delay: 0s;
}

.dc-skip-link {
  position: fixed;
  z-index: 2147483647;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  border-radius: 8px;
  padding: 11px 15px;
  background: #ffffff;
  color: #073a5c;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.dc-skip-link:focus {
  transform: translateY(0);
  outline: 3px solid #efbd55;
  outline-offset: 2px;
}

.dc-deck-search-page *,
.dc-deck-search-page *::before,
.dc-deck-search-page *::after {
  box-sizing: border-box;
}

.dc-deck-search-page img {
  display: block;
  max-width: 100%;
}

.dc-deck-search-page h1,
.dc-deck-search-page h2,
.dc-deck-search-page h3,
.dc-deck-search-page p {
  margin-top: 0;
}

.dc-page-breadcrumb {
  margin: 0 0 10px;
  padding: 0 4px;
  color: #e9f3fa;
  font-size: 0.86rem;
}

.dc-page-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dc-page-breadcrumb li + li::before {
  content: "/";
  margin-right: 7px;
  color: #bcd1df;
}

.dc-page-breadcrumb a {
  color: #ffffff;
  text-underline-offset: 3px;
}

.dc-deck-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  min-height: 510px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 26px;
  background:
    radial-gradient(circle at 8% 6%, rgba(199, 154, 66, 0.26), transparent 31%),
    linear-gradient(135deg, #062943 0%, #0b456e 54%, #0c5b88 100%);
  box-shadow: 0 24px 60px rgba(4, 37, 60, 0.25);
  color: #ffffff;
}

.dc-deck-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 6vw, 78px);
}

.dc-deck-eyebrow,
.dc-section-eyebrow {
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dc-deck-eyebrow {
  color: #e1bd6d;
}

.dc-section-eyebrow {
  color: #805713;
}

.dc-deck-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 5.4vw, 4.7rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.dc-deck-hero-lead {
  max-width: 690px;
  margin-bottom: 12px;
  color: #f1f7fb;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.65;
}

.dc-deck-hero-subtitle {
  margin: -3px 0 16px;
  color: #f0d89f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2.1vw, 1.65rem);
  line-height: 1.25;
}

.dc-deck-hero-copy > p:not(.dc-deck-eyebrow):not(.dc-deck-hero-lead):not(.dc-deck-hero-subtitle) {
  max-width: 690px;
  margin-bottom: 24px;
  color: #d4e3ed;
  line-height: 1.65;
}

.dc-deck-hero-actions,
.dc-filter-actions,
.dc-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dc-deck-hero-actions a,
.dc-filter-actions button,
.dc-result-actions a,
.dc-load-more {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 10px 18px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.dc-deck-hero-actions a:first-child {
  background: var(--dc-gold);
  color: #112f44;
}

.dc-deck-hero-actions a:not(:first-child) {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.dc-deck-hero-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.dc-deck-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0b456e 0%, rgba(11, 69, 110, 0.12) 35%, rgba(4, 27, 44, 0.16) 100%);
  pointer-events: none;
}

.dc-deck-hero-media > img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  object-position: 60% center;
}

.dc-deck-hero-stats {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 18px;
  background: rgba(4, 33, 53, 0.82);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.dc-deck-hero-stat {
  padding: 4px 9px;
  text-align: center;
}

.dc-deck-hero-stat + .dc-deck-hero-stat {
  border-left: 1px solid rgba(255, 255, 255, 0.23);
}

.dc-deck-hero-stat strong,
.dc-deck-hero-stat span {
  display: block;
}

.dc-deck-hero-stat strong {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.1;
}

.dc-deck-hero-stat span {
  margin-top: 4px;
  color: #dce9f1;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dc-search-panel,
.dc-vessel-section,
.dc-results-section,
.dc-deck-guidance,
.dc-static-directory {
  margin-top: 18px;
  border: 1px solid var(--dc-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(21, 60, 86, 0.11);
}

.dc-search-panel,
.dc-vessel-section,
.dc-results-section,
.dc-static-directory {
  padding: clamp(24px, 4vw, 48px);
}

.dc-section-heading {
  max-width: 850px;
  margin: 0 auto 28px;
  text-align: center;
}

.dc-section-heading h2,
.dc-results-heading h2,
.dc-deck-guidance h2 {
  margin-bottom: 10px;
  color: var(--dc-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.3vw, 2.8rem);
  font-weight: 500;
  line-height: 1.1;
}

.dc-section-heading > p:last-child,
.dc-results-heading > p:last-child,
.dc-deck-guidance p {
  margin-bottom: 0;
  color: var(--dc-muted);
  line-height: 1.65;
}

.dc-data-note {
  display: inline-flex;
  margin-top: 14px;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 7px 12px;
  background: var(--dc-pale);
  color: var(--dc-blue);
  font-size: 0.78rem;
  font-weight: 800;
}

.dc-data-note::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #30a56b;
  box-shadow: 0 0 0 3px rgba(48, 165, 107, 0.13);
}

.dc-deck-filter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.dc-filter-field {
  min-width: 0;
}

.dc-filter-field label,
.dc-results-sort label {
  display: block;
  margin-bottom: 7px;
  color: var(--dc-ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.035em;
}

.dc-filter-field input,
.dc-filter-field select,
.dc-results-sort select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #bccbd5;
  border-radius: 12px;
  padding: 10px 13px;
  background: #ffffff;
  color: var(--dc-ink);
  font: inherit;
  font-size: 0.95rem;
}

.dc-filter-field select,
.dc-results-sort select {
  padding-right: 34px;
}

.dc-filter-help {
  margin: 8px 0 0;
  color: #536875;
  font-size: 0.77rem;
  line-height: 1.4;
}

.dc-filter-actions {
  margin-top: 19px;
  align-items: center;
  justify-content: center;
}

.dc-filter-actions button {
  border-color: #b8cbd7;
  background: #ffffff;
  color: var(--dc-blue);
}

.dc-filter-actions button:first-child {
  border-color: var(--dc-blue);
  background: var(--dc-blue);
  color: #ffffff;
}

.dc-filter-actions button[hidden] {
  display: none;
}

.dc-filter-summary {
  min-height: 1.4em;
  margin: 15px 0 0;
  color: var(--dc-muted);
  font-size: 0.84rem;
  text-align: center;
}

.dc-vessel-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}

.dc-vessel-card {
  position: relative;
  min-height: 265px;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  padding: 0;
  background: var(--dc-navy);
  box-shadow: 0 10px 25px rgba(17, 54, 78, 0.15);
  color: #ffffff;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.dc-vessel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 25, 41, 0.02) 24%, rgba(4, 25, 41, 0.9) 100%);
}

.dc-vessel-card img {
  width: 100%;
  height: 265px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.dc-vessel-card-content {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 18px;
}

.dc-vessel-card strong,
.dc-vessel-card span {
  display: block;
}

.dc-vessel-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.15;
}

.dc-vessel-card span {
  margin-top: 5px;
  color: #dbe7ef;
  font-size: 0.78rem;
  font-weight: 700;
}

.dc-vessel-card:hover img {
  transform: scale(1.025);
}

.dc-vessel-card.is-active {
  outline: 4px solid var(--dc-gold);
  outline-offset: -4px;
}

.dc-results-toolbar {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 24px;
}

.dc-results-heading {
  max-width: 720px;
}

.dc-results-heading .dc-section-eyebrow {
  margin-bottom: 7px;
}

.dc-results-sort {
  width: min(250px, 100%);
  flex: 0 0 auto;
}

.dc-results-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dc-ship-result {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--dc-line);
  border-radius: 19px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(19, 59, 84, 0.08);
}

.dc-result-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 190px;
  border-bottom: 1px solid var(--dc-line);
  background: #eaf0f4;
}

.dc-result-figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #edf2f5;
}

.dc-result-figure + .dc-result-figure,
.dc-plan-placeholder {
  border-left: 1px solid rgba(9, 47, 79, 0.12);
}

.dc-result-figure img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.dc-result-figure.dc-plan-image img {
  padding: 8px;
  background: #f8fafb;
  object-fit: contain;
}

.dc-result-figure figcaption {
  position: absolute;
  right: 7px;
  bottom: 7px;
  left: 7px;
  overflow: hidden;
  border-radius: 999px;
  padding: 5px 8px;
  background: rgba(4, 35, 56, 0.84);
  color: #ffffff;
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dc-plan-placeholder {
  display: flex;
  min-width: 0;
  min-height: 190px;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: linear-gradient(145deg, #eef4f7, #f9fbfc);
  color: var(--dc-blue);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.dc-result-body {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 20px;
}

.dc-result-line {
  margin-bottom: 6px;
  color: var(--dc-blue);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dc-result-body h3 {
  margin-bottom: 9px;
  color: var(--dc-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  font-weight: 500;
  line-height: 1.15;
}

.dc-result-body h3 a {
  color: inherit;
  text-decoration-color: rgba(15, 95, 143, 0.32);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.dc-result-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.dc-result-badge {
  border-radius: 999px;
  padding: 5px 8px;
  background: var(--dc-pale);
  color: #496579;
  font-size: 0.68rem;
  font-weight: 800;
}

.dc-result-badge.dc-available {
  background: #e4f4ec;
  color: #196a46;
}

.dc-result-badge.dc-text-only {
  background: #fff1d6;
  color: #7c5714;
}

.dc-result-badge.dc-unavailable {
  background: #f1f1f1;
  color: #4e5960;
}

.dc-result-description {
  margin-bottom: 16px;
  color: var(--dc-muted);
  font-size: 0.87rem;
  line-height: 1.58;
}

.dc-result-match {
  margin: auto 0 15px;
  border-left: 3px solid var(--dc-gold);
  padding-left: 10px;
  color: #36556a;
  font-size: 0.78rem;
  line-height: 1.45;
}

.dc-result-actions {
  gap: 7px;
}

.dc-result-actions a {
  min-height: 40px;
  flex: 1 1 120px;
  border-color: var(--dc-blue);
  padding: 8px 11px;
  color: var(--dc-blue);
  font-size: 0.75rem;
}

.dc-result-actions a.dc-primary-result {
  background: var(--dc-blue);
  color: #ffffff;
}

.dc-result-actions .dc-disabled-result {
  display: inline-flex;
  min-height: 40px;
  flex: 1 1 120px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 8px 11px;
  background: #e8edf0;
  color: #4d5c65;
  font-size: 0.75rem;
  font-weight: 800;
  text-align: center;
}

.dc-empty-results {
  grid-column: 1 / -1;
  border: 1px dashed #aebfca;
  border-radius: 16px;
  padding: 38px 24px;
  background: var(--dc-pale);
  text-align: center;
}

.dc-empty-results h3 {
  margin-bottom: 8px;
  color: var(--dc-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.dc-empty-results p {
  margin-bottom: 0;
  color: var(--dc-muted);
}

.dc-load-more-wrap {
  margin-top: 22px;
  text-align: center;
}

.dc-load-more {
  min-width: 190px;
  border-color: var(--dc-blue);
  background: var(--dc-blue);
  color: #ffffff;
}

.dc-load-more[hidden] {
  display: none;
}

.dc-deck-guidance {
  display: grid;
  grid-template-columns: minmax(250px, 0.85fr) minmax(0, 1.6fr);
  gap: clamp(28px, 5vw, 68px);
  padding: clamp(28px, 5vw, 56px);
  background: linear-gradient(135deg, #f8fbfd, #ffffff);
}

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

.dc-guidance-item {
  border: 1px solid var(--dc-line);
  border-radius: 15px;
  padding: 18px;
  background: #ffffff;
}

.dc-guidance-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--dc-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 500;
}

.dc-guidance-item p {
  margin: 0;
  color: var(--dc-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.dc-directory-intro {
  max-width: 850px;
  margin: -8px auto 26px;
  color: var(--dc-muted);
  line-height: 1.65;
  text-align: center;
}

.dc-directory-line {
  border: 1px solid var(--dc-line);
  border-radius: 14px;
  background: #ffffff;
}

.dc-directory-line + .dc-directory-line {
  margin-top: 10px;
}

.dc-directory-line summary {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 17px;
  color: var(--dc-navy);
  cursor: pointer;
  font-weight: 850;
  list-style-position: inside;
}

.dc-directory-line summary small {
  color: var(--dc-muted);
  font-size: 0.73rem;
  font-weight: 750;
  text-align: right;
}

.dc-directory-line[open] summary {
  border-bottom: 1px solid var(--dc-line);
  background: var(--dc-pale);
}

.dc-directory-ships {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--dc-line);
}

.dc-directory-ship {
  display: flex;
  min-width: 0;
  min-height: 94px;
  flex-direction: column;
  justify-content: center;
  padding: 13px 15px;
  background: #ffffff;
  color: var(--dc-ink);
  text-decoration: none;
}

.dc-directory-ship strong,
.dc-directory-ship span,
.dc-directory-ship small {
  overflow-wrap: anywhere;
}

.dc-directory-ship strong {
  color: var(--dc-blue);
  font-size: 0.9rem;
  line-height: 1.35;
}

.dc-directory-ship span {
  margin-top: 3px;
  color: #4b6576;
  font-size: 0.72rem;
  font-weight: 750;
}

.dc-directory-ship small {
  margin-top: 4px;
  color: #586a75;
  font-size: 0.66rem;
  line-height: 1.35;
}

.dc-directory-ship:hover {
  background: #f5f9fb;
}

.dc-no-script {
  margin: 18px 0 0;
  border-left: 4px solid var(--dc-gold);
  padding: 12px 14px;
  background: #fff8e9;
  color: #684a14;
  line-height: 1.55;
}

.dc-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.dc-deck-search-page a:focus-visible,
.dc-deck-search-page button:focus-visible,
.dc-deck-search-page input:focus-visible,
.dc-deck-search-page select:focus-visible,
.dc-deck-search-page summary:focus-visible {
  outline: 3px solid #efbd55;
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .dc-deck-hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  }

  .dc-deck-hero-copy {
    padding: 46px;
  }

  .dc-vessel-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dc-results-list,
  .dc-directory-ships {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .dc-deck-plan-page .dc-nav-context {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
  }

  .dc-deck-plan-page .dc-nav-context > span {
    display: none;
  }

  .dc-deck-search-page {
    width: min(100% - 16px, 1220px);
    margin-top: 10px;
  }

  .dc-deck-hero {
    grid-template-columns: 1fr;
  }

  .dc-deck-hero-copy {
    padding: 42px 30px;
  }

  .dc-deck-hero-media,
  .dc-deck-hero-media > img {
    min-height: 330px;
  }

  .dc-deck-hero-media::after {
    background: linear-gradient(180deg, rgba(11, 69, 110, 0.3), rgba(4, 27, 44, 0.12));
  }

  .dc-deck-filter-grid,
  .dc-guidance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dc-results-toolbar {
    align-items: start;
    flex-direction: column;
  }

  .dc-results-sort {
    width: 100%;
  }

  .dc-deck-guidance {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 590px) {
  .dc-page-breadcrumb {
    font-size: 0.76rem;
  }

  .dc-deck-hero {
    min-height: auto;
    border-radius: 19px;
  }

  .dc-deck-hero-copy {
    padding: 35px 22px 30px;
  }

  .dc-deck-hero h1 {
    font-size: clamp(2.3rem, 14vw, 3.4rem);
  }

  .dc-deck-hero-actions a {
    width: 100%;
  }

  .dc-deck-hero-media,
  .dc-deck-hero-media > img {
    min-height: 300px;
  }

  .dc-deck-hero-stats {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 9px;
  }

  .dc-deck-hero-stat {
    padding: 3px 5px;
  }

  .dc-deck-hero-stat strong {
    font-size: 1.15rem;
  }

  .dc-deck-hero-stat span {
    font-size: 0.58rem;
  }

  .dc-search-panel,
  .dc-vessel-section,
  .dc-results-section,
  .dc-static-directory {
    border-radius: 18px;
    padding: 25px 17px;
  }

  .dc-deck-filter-grid,
  .dc-vessel-grid,
  .dc-results-list,
  .dc-guidance-grid,
  .dc-directory-ships {
    grid-template-columns: 1fr;
  }

  .dc-vessel-card,
  .dc-vessel-card img {
    min-height: 220px;
    height: 220px;
  }

  .dc-result-media,
  .dc-plan-placeholder {
    min-height: 165px;
  }

  .dc-result-figure img {
    height: 165px;
  }

  .dc-result-body {
    padding: 17px;
  }

  .dc-directory-line summary {
    align-items: flex-start;
  }

  .dc-directory-ship {
    min-height: 84px;
  }

  .dc-deck-guidance {
    border-radius: 18px;
    padding: 28px 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dc-deck-search-page *,
  .dc-deck-search-page *::before,
  .dc-deck-search-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .dc-page-breadcrumb,
  .dc-filter-actions,
  .dc-vessel-section,
  .dc-load-more-wrap,
  .dc-result-actions {
    display: none !important;
  }

  .dc-deck-search-page {
    width: 100%;
    margin: 0;
  }

  .dc-deck-hero,
  .dc-search-panel,
  .dc-results-section,
  .dc-deck-guidance,
  .dc-static-directory {
    border: 1px solid #999;
    box-shadow: none;
  }
}
