.wsp-stick-cable-page {
  background: #f6f7f9;
  color: #1f2937;
}

.wsp-stick-cable-main {
  padding-bottom: 64px;
}

.wsp-stick-cable-hero {
  align-items: center;
}

.wsp-stick-cable-hero h1 {
  max-width: 760px;
}

.wsp-stick-cable-section,
.wsp-stick-cable-selector,
.wsp-stick-cable-source {
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.wsp-stick-cable-section h2,
.wsp-stick-cable-selector h2,
.wsp-stick-cable-source h2 {
  margin: 0 0 9px;
  color: #111827;
  font-size: 24px;
  line-height: 1.2;
}

.wsp-stick-cable-section > p,
.wsp-stick-cable-selector > p,
.wsp-stick-cable-source p {
  margin: 0 0 17px;
  color: #475569;
  line-height: 1.55;
}

.wsp-stick-cable-selector {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 22px;
  border-color: #fed7aa;
  background: #fff7ed;
}

.wsp-stick-cable-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  align-items: end;
}

.wsp-stick-cable-field {
  min-width: 0;
}

.wsp-stick-cable-field label {
  display: block;
  margin-bottom: 6px;
  color: #7c2d12;
  font-size: 13px;
  font-weight: 900;
}

.wsp-stick-cable-field input,
.wsp-stick-cable-field select {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  padding: 9px 10px;
  border: 1px solid #fdba74;
  border-radius: 4px;
  background: #fff;
  color: #111827;
  font: inherit;
  font-size: 16px;
}

.wsp-stick-cable-field small {
  display: block;
  margin-top: 6px;
  color: #9a3412;
  font-size: 12px;
  line-height: 1.35;
}

.wsp-stick-cable-result {
  min-width: 0;
  padding: 18px;
  border: 1px solid #fdba74;
  background: #fff;
}

.wsp-stick-cable-result-kicker {
  margin: 0 0 6px;
  color: #c2410c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wsp-stick-cable-result h3 {
  margin: 0;
  color: #111827 !important;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

body.wsp-stick-cable-page .wsp-stick-cable-result h3 {
  color: #111827 !important;
}

.wsp-stick-cable-result p {
  margin: 10px 0 0;
  color: #475569;
  line-height: 1.45;
}

.wsp-stick-cable-result-details {
  display: grid;
  gap: 5px;
  margin-top: 14px;
  padding: 12px;
  border-left: 4px solid #f97316;
  background: #fff7ed;
  color: #7c2d12;
  font-size: 13px;
  line-height: 1.4;
}

.wsp-stick-cable-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.wsp-stick-cable-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid #ea580c;
  border-radius: 4px;
  background: #ea580c;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.wsp-stick-cable-actions a:hover,
.wsp-stick-cable-actions a:focus-visible {
  border-color: #c2410c;
  background: #c2410c;
  color: #fff;
  outline: none;
}

.wsp-stick-cable-actions a.wsp-stick-cable-secondary {
  border-color: #cbd5e1;
  background: #fff;
  color: #9a3412 !important;
}

.wsp-stick-cable-actions a.wsp-stick-cable-secondary:hover,
.wsp-stick-cable-actions a.wsp-stick-cable-secondary:focus-visible {
  border-color: #fb923c;
  background: #fff7ed;
  color: #7c2d12;
}

.wsp-stick-cable-disclosure {
  margin-top: 12px !important;
  color: #64748b !important;
  font-size: 12px;
}

.wsp-stick-cable-step-grid,
.wsp-stick-cable-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.wsp-stick-cable-step,
.wsp-stick-cable-related-card {
  min-width: 0;
  padding: 15px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.wsp-stick-cable-step strong,
.wsp-stick-cable-related-card h3 {
  display: block;
  margin: 0 0 7px;
  color: #111827 !important;
  font-size: 17px;
  line-height: 1.25;
}

body.wsp-stick-cable-page .wsp-stick-cable-related-card h3 {
  color: #111827 !important;
}

.wsp-stick-cable-step p,
.wsp-stick-cable-related-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}

.wsp-stick-cable-related-card a {
  display: inline-block;
  margin-top: 11px;
  color: #c2410c;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.wsp-stick-cable-related-card a:hover,
.wsp-stick-cable-related-card a:focus-visible {
  color: #9a3412;
  text-decoration: underline;
  outline: none;
}

.wsp-stick-cable-table-wrap {
  overflow-x: auto;
}

.wsp-stick-cable-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #1f2937;
  font-size: 13px;
}

.wsp-stick-cable-table th,
.wsp-stick-cable-table td {
  padding: 10px 9px;
  border: 1px solid #e2e8f0;
  vertical-align: top;
  line-height: 1.35;
  text-align: left;
}

.wsp-stick-cable-table th {
  background: #1f2937;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.wsp-stick-cable-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.wsp-stick-cable-table td:first-child {
  color: #111827;
  font-weight: 900;
  white-space: nowrap;
}

.wsp-stick-cable-warning {
  margin-top: 16px;
  padding: 13px 15px;
  border-left: 4px solid #f97316;
  background: #fff7ed;
  color: #7c2d12;
  font-size: 14px;
  line-height: 1.5;
}

.wsp-stick-cable-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin: 0;
  padding-left: 20px;
  color: #475569;
  line-height: 1.5;
}

.wsp-stick-cable-source a {
  color: #c2410c;
  font-weight: 800;
}

@media (max-width: 900px) {
  .wsp-stick-cable-selector,
  .wsp-stick-cable-step-grid,
  .wsp-stick-cable-related-grid {
    grid-template-columns: 1fr;
  }

  .wsp-stick-cable-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wsp-stick-cable-section,
  .wsp-stick-cable-selector,
  .wsp-stick-cable-source {
    padding: 18px;
  }

  .wsp-stick-cable-table {
    min-width: 0;
  }

  .wsp-stick-cable-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .wsp-stick-cable-table,
  .wsp-stick-cable-table tbody,
  .wsp-stick-cable-table tr,
  .wsp-stick-cable-table td {
    display: block;
    width: auto;
  }

  .wsp-stick-cable-table tr {
    margin-bottom: 10px;
    border: 1px solid #e2e8f0;
    background: #fff;
  }

  .wsp-stick-cable-table td {
    display: grid;
    grid-template-columns: minmax(125px, .9fr) minmax(0, 1.1fr);
    gap: 10px;
    border: 0;
    border-bottom: 1px solid #e2e8f0;
  }

  .wsp-stick-cable-table td:last-child {
    border-bottom: 0;
  }

  .wsp-stick-cable-table td::before {
    content: attr(data-label);
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .wsp-stick-cable-table td:first-child {
    white-space: normal;
  }

  .wsp-stick-cable-checks {
    grid-template-columns: 1fr;
  }
}
