.dc-windstar-voyage-search {
  --dc-ws-ink: #102d3d;
  --dc-ws-muted: #536773;
  --dc-ws-blue: #0b5276;
  --dc-ws-blue-deep: #073b57;
  --dc-ws-gold: #b68a3a;
  --dc-ws-gold-light: #f3e5bf;
  --dc-ws-line: #d7e1e6;
  display: grid;
  gap: 24px;
  width: 100%;
  margin: 0;
  color: var(--dc-ws-ink);
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

.dc-windstar-voyage-search *,
.dc-windstar-voyage-search *::before,
.dc-windstar-voyage-search *::after {
  box-sizing: border-box;
}

.dc-ws-search-panel,
.dc-ws-results-section {
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(5, 35, 52, 0.18);
  padding: clamp(24px, 4vw, 42px);
}

.dc-ws-section-heading,
.dc-ws-results-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.dc-ws-section-heading {
  margin-bottom: 24px;
}

.dc-ws-section-heading > div,
.dc-ws-results-heading {
  max-width: 820px;
}

.dc-ws-eyebrow {
  margin: 0 0 8px;
  color: #8a6424;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dc-windstar-voyage-search h2 {
  margin: 0 0 10px;
  color: var(--dc-ws-blue-deep);
  font: 600 clamp(1.75rem, 3vw, 2.55rem)/1.12 Georgia, "Times New Roman", serif;
}

.dc-ws-section-heading p:not(.dc-ws-eyebrow),
.dc-ws-results-heading p,
.dc-ws-empty p {
  margin: 0;
  color: var(--dc-ws-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.dc-ws-data-note {
  flex: 0 0 auto;
  max-width: 330px;
  border: 1px solid #d7c393;
  border-radius: 999px;
  background: #fff8e6;
  color: #75551e;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.4;
  padding: 10px 14px;
  text-align: center;
}

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

.dc-ws-filter-field {
  display: grid;
  gap: 7px;
}

.dc-ws-filter-field label,
.dc-ws-results-sort label {
  color: #173f56;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.dc-ws-filter-field input,
.dc-ws-filter-field select,
.dc-ws-results-sort select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #bdcdd5;
  border-radius: 9px;
  background: #fbfdfe;
  color: #173449;
  font: 600 0.92rem Arial, Helvetica, sans-serif;
  padding: 10px 12px;
}

.dc-ws-filter-field input:focus,
.dc-ws-filter-field select:focus,
.dc-ws-results-sort select:focus {
  border-color: #247d9b;
  outline: 3px solid rgba(36, 125, 155, 0.2);
  outline-offset: 1px;
}

.dc-ws-filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 20px;
}

.dc-ws-search-button,
.dc-ws-clear-button,
.dc-ws-load-more {
  min-height: 45px;
  border-radius: 9px;
  cursor: pointer;
  font: 900 0.78rem Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  padding: 11px 19px;
  text-transform: uppercase;
}

.dc-ws-search-button,
.dc-ws-load-more {
  border: 1px solid #0b5276;
  background: linear-gradient(135deg, #073b57, #11739b);
  box-shadow: 0 12px 25px rgba(11, 82, 118, 0.2);
  color: #fff;
}

.dc-ws-clear-button {
  border: 1px solid #b9c9d1;
  background: #fff;
  color: var(--dc-ws-blue-deep);
}

.dc-ws-search-button:hover,
.dc-ws-search-button:focus-visible,
.dc-ws-load-more:hover,
.dc-ws-load-more:focus-visible {
  border-color: #d2aa55;
  background: linear-gradient(135deg, #f4dda1, #c7a257);
  color: #082b42;
}

.dc-ws-results-section {
  scroll-margin-top: 20px;
}

.dc-ws-results-toolbar {
  margin-bottom: 20px;
}

.dc-ws-results-heading .dc-ws-eyebrow {
  color: #8a6424;
}

.dc-ws-results-sort {
  display: grid;
  flex: 0 0 min(310px, 100%);
  gap: 7px;
}

.dc-ws-results-status {
  min-height: 90px;
  border: 1px dashed #b9cbd4;
  border-radius: 14px;
  background: #f7fbfd;
  color: #35596c;
  padding: 28px;
  text-align: center;
}

.dc-ws-results-status[hidden] {
  display: none;
}

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

.dc-ws-result-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--dc-ws-line);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #f7fbfc 100%);
  box-shadow: 0 9px 24px rgba(16, 45, 61, 0.08);
}

.dc-ws-result-card::before {
  display: block;
  height: 5px;
  background: linear-gradient(90deg, #b68a3a, #f0d89c, #0c688c);
  content: "";
}

.dc-ws-result-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 21px;
}

.dc-ws-result-ship {
  margin: 0 0 5px;
  color: #8a6424;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.dc-ws-result-yacht-type {
  margin: 0 0 8px;
  color: #536773;
  font-size: 0.76rem;
  font-weight: 800;
}

.dc-ws-result-card h3 {
  margin: 0 0 12px;
  color: var(--dc-ws-blue-deep);
  font: 600 1.45rem/1.22 Georgia, "Times New Roman", serif;
}

.dc-ws-result-card h3 a {
  color: inherit;
  text-decoration: none;
}

.dc-ws-result-card h3 a:hover,
.dc-ws-result-card h3 a:focus-visible {
  color: #0b6f94;
  text-decoration: underline;
}

.dc-ws-result-date,
.dc-ws-result-route,
.dc-ws-result-voyage,
.dc-ws-result-ports {
  margin: 0 0 10px;
  color: #365668;
  font-size: 0.91rem;
  line-height: 1.55;
}

.dc-ws-result-date,
.dc-ws-result-voyage {
  font-weight: 800;
}

.dc-ws-result-regions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 2px 0 17px;
}

.dc-ws-result-regions span {
  border: 1px solid #c8d8df;
  border-radius: 999px;
  background: #edf6f8;
  color: #23536b;
  font-size: 0.69rem;
  font-weight: 800;
  padding: 5px 9px;
}

.dc-ws-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
}

.dc-ws-result-actions a {
  border: 1px solid #b8cbd2;
  border-radius: 999px;
  background: #fff;
  color: #0b5276;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 9px 13px;
  text-decoration: none;
}

body.dc-modern-main-page .dc-modern-content-shell .dc-windstar-voyage-search .dc-ws-result-actions a:first-child {
  border-color: #b68a3a;
  background: linear-gradient(135deg, #f4dda1, #c7a257);
  color: #082b42 !important;
}

.dc-ws-result-actions a:hover,
.dc-ws-result-actions a:focus-visible {
  border-color: #c9a04d;
  background: #f3e5bf;
  color: #082b42;
}

body.dc-modern-main-page .dc-modern-content-shell .dc-windstar-voyage-search .dc-ws-result-actions a:first-child:hover,
body.dc-modern-main-page .dc-modern-content-shell .dc-windstar-voyage-search .dc-ws-result-actions a:first-child:focus-visible {
  color: #082b42 !important;
}

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

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

.dc-ws-empty {
  grid-column: 1 / -1;
  border: 1px dashed #b9cbd4;
  border-radius: 15px;
  background: #f7fbfd;
  padding: 30px;
  text-align: center;
}

.dc-ws-empty strong {
  display: block;
  margin-bottom: 7px;
  color: var(--dc-ws-blue-deep);
  font: 600 1.3rem Georgia, "Times New Roman", serif;
}

.dc-windstar-voyage-search button:focus-visible,
.dc-windstar-voyage-search a:focus-visible {
  outline: 3px solid rgba(212, 170, 83, 0.5);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .dc-ws-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .dc-ws-search-panel,
  .dc-ws-results-section {
    border-radius: 18px;
    padding: 23px 17px;
  }

  .dc-ws-section-heading,
  .dc-ws-results-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .dc-ws-data-note,
  .dc-ws-results-sort {
    max-width: none;
  }

  .dc-ws-results-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .dc-ws-filter-grid {
    grid-template-columns: 1fr;
  }

  .dc-ws-filter-actions button {
    width: 100%;
  }

  .dc-ws-result-body {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dc-windstar-voyage-search * {
    scroll-behavior: auto !important;
  }
}
