/* =========================================================
   BUSINESS IMPACT NW OPPORTUNITIES HUB - VISUAL VERSION
   Shortcode: [binw_opportunities_hub]
   ========================================================= */

.binw-opps-visual {
  --binw-green: #78a22f;
  --binw-sage: #a7c078;
  --binw-gray: #707372;
  --binw-teal: #39736e;
  --binw-lime: #c5cf59;
  --binw-brown: #64402a;
  --binw-charcoal: #343538;
  --binw-deepgreen: #0c5c44;

  --binw-ink: #17251f;
  --binw-text: #44534d;
  --binw-border: #dce6d2;
  --binw-cream: #fbf8ef;
  --binw-soft: #f4f7ef;
  --binw-white: #ffffff;

  max-width: 1240px;
  margin: 0 auto;
  color: var(--binw-ink);
  font-size: 16px;
  line-height: 1.55;
}

.binw-opps-visual *,
.binw-opps-visual *::before,
.binw-opps-visual *::after {
  box-sizing: border-box;
}

body.binw-opps-visual-no-scroll {
  overflow: hidden;
}

/* Shared */

.binw-opps-visual-kicker {
  margin: 0 0 12px;
  color: var(--binw-green);
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.binw-opps-visual-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 2px solid transparent;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 900;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.binw-btn-primary {
  border-radius: 999px;
  background: var(--binw-green);
  color: #ffffff !important;
  box-shadow: 0 12px 22px rgba(120, 162, 47, 0.22);
}

.binw-btn-primary:hover,
.binw-btn-primary:focus {
  background: #6f982b;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(120, 162, 47, 0.26);
}

.binw-btn-secondary {
  min-height: auto;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--binw-green) !important;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 6px !important;
}

.binw-btn-secondary:hover,
.binw-btn-secondary:focus {
  background: transparent !important;
  border: 0 !important;
  color: var(--binw-green) !important;
  transform: none !important;
  box-shadow: none !important;
}

.binw-btn-secondary::after {
  content: " →";
  text-decoration: none !important;
}

.binw-btn-light {
  border-radius: 999px;
  background: #ffffff;
  color: var(--binw-green) !important;
}

.binw-btn-light:hover,
.binw-btn-light:focus {
  background: var(--binw-soft);
  color: var(--binw-green) !important;
  transform: translateY(-2px);
}

.binw-opps-visual-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 26px;
}

.binw-opps-visual-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.binw-status-open {
  background: rgba(120, 162, 47, 0.16);
  color: var(--binw-green);
}

.binw-status-ongoing {
  background: rgba(112, 115, 114, 0.14);
  color: var(--binw-charcoal);
}

.binw-status-application {
  background: rgba(100, 64, 42, 0.13);
  color: var(--binw-brown);
}

.binw-status-available {
  background: rgba(57, 115, 110, 0.15);
  color: var(--binw-teal);
}

.binw-status-wrapped {
  background: rgba(112, 115, 114, 0.14);
  color: var(--binw-gray);
}

.binw-opps-visual-type,
.binw-opps-visual-type-chip {
  display: inline-flex;
  color: var(--binw-green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.binw-opps-visual-type-chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--binw-soft);
}

/* Theme system */

.binw-theme-green {
  --theme: var(--binw-green);
  --theme-soft: #eef5e6;
  --theme-dark: var(--binw-green);
}

.binw-theme-sage {
  --theme: var(--binw-sage);
  --theme-soft: #f0f5e5;
  --theme-dark: #607331;
}

.binw-theme-teal {
  --theme: var(--binw-teal);
  --theme-soft: #e7f2f0;
  --theme-dark: var(--binw-teal);
}

.binw-theme-lime {
  --theme: var(--binw-lime);
  --theme-soft: #f6f8dd;
  --theme-dark: #6c7419;
}

.binw-theme-brown {
  --theme: var(--binw-brown);
  --theme-soft: #f2ebe5;
  --theme-dark: var(--binw-brown);
}

.binw-theme-charcoal {
  --theme: var(--binw-charcoal);
  --theme-soft: #ebeded;
  --theme-dark: var(--binw-charcoal);
}

.binw-theme-deepgreen {
  --theme: var(--binw-deepgreen);
  --theme-soft: #e5f0ec;
  --theme-dark: var(--binw-deepgreen);
}

.binw-theme-gray {
  --theme: var(--binw-gray);
  --theme-soft: #f0f1ef;
  --theme-dark: var(--binw-gray);
}

/* Intro */

.binw-opps-visual-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin: 0 0 42px;
  padding: 38px 0 22px;
  border-bottom: 1px solid var(--binw-border);
}

.binw-opps-visual-intro-copy {
  max-width: 780px;
}

.binw-opps-visual-intro h1 {
  margin: 0;
  color: var(--binw-ink);
  font-size: 58px;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.binw-opps-visual-intro p:not(.binw-opps-visual-kicker) {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--binw-text);
  font-size: 19px;
  line-height: 1.55;
}

.binw-opps-visual-intro .binw-opps-visual-actions {
  margin-top: 0;
  flex-shrink: 0;
}

/* Featured */

.binw-opps-visual-featured {
  display: flex;
  align-items: stretch;
  margin: 0 0 58px;
  border-radius: 34px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--binw-border);
  box-shadow: 0 22px 48px rgba(30, 44, 37, 0.08);
}

.binw-opps-visual-featured-image {
  width: 42%;
  min-height: 390px;
  background: var(--theme-soft);
  position: relative;
}

.binw-opps-visual-featured-image::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: var(--theme);
  opacity: 0.15;
}

.binw-opps-visual-featured-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.binw-opps-visual-featured-copy {
  width: 58%;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.binw-opps-visual-featured-top {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.binw-opps-visual-featured-top .binw-opps-visual-kicker {
  margin: 0;
}

.binw-opps-visual-featured-copy h2 {
  margin: 0;
  color: var(--binw-ink);
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.binw-opps-visual-featured-summary {
  margin: 22px 0 0;
  max-width: 680px;
  color: var(--binw-text);
  font-size: 21px;
  line-height: 1.45;
}

.binw-opps-visual-featured-chips {
  display: block;
  margin-top: 26px;
  max-width: 620px;
  border-top: 1px solid var(--binw-border);
  border-bottom: 1px solid var(--binw-border);
}

.binw-opps-visual-featured-chips span {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(220, 230, 210, 0.75);
  background: transparent;
  color: var(--binw-text);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.binw-opps-visual-featured-chips span:last-child {
  border-bottom: 0;
}

.binw-opps-visual-featured-chips span::before {
  min-width: 92px;
  color: var(--binw-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.binw-opps-visual-featured-chips span:nth-child(1)::before {
  content: "Stage";
}

.binw-opps-visual-featured-chips span:nth-child(2)::before {
  content: "Location";
}

.binw-opps-visual-featured-chips span:nth-child(3)::before {
  content: "Timeline";
}

/* Browse cards */

.binw-opps-visual-browse {
  margin: 0 0 50px;
}

.binw-opps-visual-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 24px;
}

.binw-opps-visual-section-head h2 {
  margin: 0;
  max-width: 760px;
  color: var(--binw-ink);
  font-size: 46px;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.binw-opps-visual-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.binw-opps-visual-card {
  width: calc(33.333% - 15px);
  min-height: 410px;
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid var(--binw-border);
  box-shadow: 0 14px 32px rgba(30, 44, 37, 0.06);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.binw-opps-visual-card:hover {
  transform: translateY(-5px);
  border-color: rgba(120, 162, 47, 0.28);
  box-shadow: 0 22px 44px rgba(30, 44, 37, 0.11);
}

.binw-opps-visual-card-image {
  height: 176px;
  background: var(--theme-soft);
  position: relative;
  overflow: hidden;
}

.binw-opps-visual-card-image::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: var(--theme);
  opacity: 0.12;
  pointer-events: none;
}

.binw-opps-visual-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.binw-opps-visual-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 28px 24px 26px;
}

.binw-opps-visual-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.binw-opps-visual-card h3 {
  margin: 0;
  color: var(--binw-ink);
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.binw-opps-visual-card-summary {
  margin: 16px 0 28px;
  color: var(--binw-text);
  font-size: 17px;
  line-height: 1.5;
}

.binw-opps-visual-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.binw-opps-visual-card-link {
  align-self: flex-start;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--theme-dark) !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 6px !important;
  cursor: pointer;
}

.binw-opps-visual-card-link:hover,
.binw-opps-visual-card-link:focus {
  background: transparent !important;
  color: var(--theme-dark) !important;
  transform: none !important;
  box-shadow: none !important;
}

.binw-opps-visual-card-link::after {
  content: " →";
  text-decoration: none !important;
}

/* Help */

.binw-opps-visual-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 0 50px;
  padding: 40px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.18), transparent 30%),
    linear-gradient(135deg, var(--binw-deepgreen), var(--binw-green));
  color: #ffffff;
  box-shadow: 0 22px 48px rgba(85, 117, 31, 0.24);
}

.binw-opps-visual-help .binw-opps-visual-kicker {
  color: rgba(255,255,255,0.82);
}

.binw-opps-visual-help h2 {
  max-width: 780px;
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.binw-opps-visual-help p {
  max-width: 820px;
  margin: 14px 0 0;
  color: rgba(255,255,255,0.88);
}

/* External */

.binw-opps-visual-external {
  display: grid;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 1fr);
  gap: 38px;
  margin: 0 0 28px;
  padding: 38px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(120, 162, 47, 0.12), transparent 34%),
    #f7f9f4;
  border: 1px solid var(--binw-border);
  align-items: start;
}

.binw-opps-visual-external-copy {
  min-width: 0;
}

.binw-opps-visual-external-copy .binw-opps-visual-kicker {
  margin-bottom: 16px;
}

.binw-opps-visual-external-copy h2 {
  margin: 0 0 18px;
  color: var(--binw-ink);
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.binw-opps-visual-external-copy p {
  margin: 0;
  color: var(--binw-text);
  font-size: 17px;
  line-height: 1.55;
}

.binw-opps-visual-external-browser {
  min-width: 0;
  display: grid;
  gap: 22px;
  align-content: start;
  align-self: start;
}

.binw-opps-visual-state-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(120, 162, 47, 0.24);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  align-items: center;
  align-self: start;
  height: auto;
}

.binw-opps-visual-state-tab {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 62px !important;
  min-height: 62px !important;
  max-height: 62px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 20px;
  background: transparent !important;
  color: var(--binw-green) !important;
  font: inherit;
  font-size: 17px;
  font-weight: 900;
  line-height: 1 !important;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none !important;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
  white-space: nowrap;
  overflow: hidden;
}

.binw-opps-visual-state-tab:hover,
.binw-opps-visual-state-tab:focus,
.binw-opps-visual-state-tab:focus-visible {
  background: rgba(120, 162, 47, 0.08) !important;
  color: var(--binw-green) !important;
  outline: none;
}

.binw-opps-visual-state-tab.is-active {
  height: 62px !important;
  min-height: 62px !important;
  max-height: 62px !important;
  background: var(--binw-green) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(120, 162, 47, 0.18) !important;
}

.binw-opps-visual-state-panels {
  min-width: 0;
  align-self: start;
}

.binw-opps-visual-state-panel {
  display: none;
}

.binw-opps-visual-state-panel.is-active {
  display: block;
}

.binw-opps-visual-external-links {
  width: 100%;
  display: grid;
  gap: 10px;
  align-content: start;
}

.binw-opps-visual-external-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--binw-border);
  color: var(--binw-ink) !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.binw-opps-visual-external-link:hover,
.binw-opps-visual-external-link:focus {
  transform: translateY(-2px);
  border-color: rgba(120, 162, 47, 0.38);
  box-shadow: 0 12px 24px rgba(30, 44, 37, 0.08);
}

.binw-opps-visual-external-link strong {
  display: block;
  color: var(--binw-ink);
  font-size: 19px;
  line-height: 1.25;
}

.binw-opps-visual-external-link::after {
  content: "→";
  flex: 0 0 auto;
  color: var(--binw-green);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

/* Modal */

.binw-opps-visual-modal-overlay {
  display: none;
  position: fixed;
  z-index: 99999;
  inset: 0;
  align-items: center;
  justify-content: center;
  padding: 28px 18px;
  background: rgba(17, 27, 22, 0.62);
}

.binw-opps-visual-modal-overlay.is-open {
  display: flex;
}

.binw-opps-visual-modal {
  width: 100%;
  max-width: 940px;
  max-height: 92vh;
  display: flex;
  overflow: hidden;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(17, 27, 22, 0.32);
  position: relative;
}

.binw-opps-visual-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: var(--binw-ink);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
}

.binw-opps-visual-modal-image {
  width: 34%;
  min-height: 620px;
  background: var(--theme-soft);
  position: relative;
}

.binw-opps-visual-modal-image::after {
  content: "";
  position: absolute;
  left: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: var(--theme);
  opacity: 0.13;
  pointer-events: none;
}

.binw-opps-visual-modal-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.binw-opps-visual-modal-content {
  width: 66%;
  max-height: 92vh;
  overflow-y: auto;
  padding: 38px;
}

.binw-opps-visual-modal-top {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding-right: 44px;
}

.binw-opps-visual-modal h3 {
  margin: 0;
  color: var(--binw-ink);
  font-size: 42px;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.binw-opps-visual-modal-highlights {
  margin-top: 24px;
  padding: 20px;
  border-radius: 24px;
  background: var(--binw-cream);
  border: 1px solid rgba(120, 162, 47, 0.18);
}

.binw-opps-visual-modal-highlights h4 {
  margin: 0 0 10px;
  color: var(--binw-ink);
  font-size: 15px;
}

.binw-opps-visual-modal-highlights ul {
  margin: 0;
  padding-left: 20px;
}

.binw-opps-visual-modal-highlights li {
  margin-bottom: 6px;
  color: var(--binw-text);
}

.binw-opps-visual-modal-details {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.binw-opps-visual-modal-details > div {
  width: calc(50% - 7px);
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--binw-border);
}

.binw-opps-visual-modal-details > .binw-opps-visual-modal-wide {
  width: 100%;
}

.binw-opps-visual-modal-details h4 {
  margin: 0 0 7px;
  color: var(--binw-ink);
  font-size: 14px;
  font-weight: 900;
}

.binw-opps-visual-modal-details p {
  margin: 0;
  color: var(--binw-text);
  font-size: 15px;
  line-height: 1.5;
}

.binw-opps-visual-timeline-notify {
  display: none;
  margin-top: 14px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 10px;
  background: #f4f7ef;
  border: 1px solid rgba(120, 162, 47, 0.45);
  color: var(--binw-green) !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 4px 10px rgba(30, 44, 37, 0.06);
  transition: all 0.18s ease;
}

.binw-opps-visual-timeline-notify:hover,
.binw-opps-visual-timeline-notify:focus {
  background: #eef5e6;
  border-color: var(--binw-green);
  color: var(--binw-green) !important;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(30, 44, 37, 0.09);
}

.binw-opps-visual-timeline-notify::after {
  content: " →";
  margin-left: 4px;
}

.binw-opps-visual-modal .binw-btn-secondary {
  width: auto !important;
}

/* Compare drawer */

.binw-opps-visual-compare-overlay {
  display: none;
  position: fixed;
  z-index: 99998;
  inset: 0;
  background: rgba(17, 27, 22, 0.46);
}

.binw-opps-visual-compare-overlay.is-open {
  display: block;
}

.binw-opps-visual-compare {
  position: absolute;
  right: 0;
  top: 0;
  width: 92%;
  max-width: 1080px;
  height: 100%;
  padding: 64px 34px 34px;
  background: #ffffff;
  box-shadow: -20px 0 50px rgba(17, 27, 22, 0.18);
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.28s ease;
}

.binw-opps-visual-compare-overlay.is-open .binw-opps-visual-compare {
  transform: translateX(0);
}

.binw-opps-visual-compare-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 26px;
  padding-right: 58px;
}

.binw-opps-visual-compare-head .binw-opps-visual-kicker {
  margin-bottom: 14px;
}

.binw-opps-visual-compare-head h3 {
  margin: 0;
  color: var(--binw-ink);
  font-size: 44px;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.binw-opps-visual-compare-head p:not(.binw-opps-visual-kicker) {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--binw-text);
  font-size: 17px;
}

.binw-opps-visual-table-wrap {
  max-height: calc(100vh - 260px);
  overflow: auto;
  border-radius: 24px;
  border: 1px solid var(--binw-border);
}

.binw-opps-visual-table {
  width: 100%;
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
}

.binw-opps-visual-table th,
.binw-opps-visual-table td {
  padding: 16px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--binw-border);
}

.binw-opps-visual-table th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: var(--binw-soft);
  color: var(--binw-ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 1px 0 var(--binw-border);
}

.binw-opps-visual-table td {
  background: #ffffff;
  color: var(--binw-text);
  font-size: 14px;
  line-height: 1.45;
}

.binw-opps-visual-table strong {
  display: block;
  margin-bottom: 4px;
  color: var(--binw-ink);
  font-size: 15px;
}

.binw-opps-visual-table td span:not(.binw-opps-visual-status) {
  display: block;
  color: var(--binw-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.binw-opps-visual-table-btn {
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  color: var(--binw-green);
  font-weight: 900;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.binw-opps-visual-table-btn:hover,
.binw-opps-visual-table-btn:focus {
  background: transparent !important;
  color: var(--binw-green);
}

/* Responsive */

@media screen and (max-width: 1120px) {
  .binw-opps-visual-intro,
  .binw-opps-visual-featured,
  .binw-opps-visual-help,
  .binw-opps-visual-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .binw-opps-visual-featured-image,
  .binw-opps-visual-featured-copy {
    width: 100%;
  }

  .binw-opps-visual-external {
    grid-template-columns: 1fr;
  }

  .binw-opps-visual-featured-image {
    min-height: 280px;
  }

  .binw-opps-visual-card {
    width: calc(50% - 11px);
  }
}

@media screen and (max-width: 860px) {
  .binw-opps-visual-intro {
    padding-top: 28px;
  }

  .binw-opps-visual-intro h1 {
    font-size: 46px;
  }

  .binw-opps-visual-intro p:not(.binw-opps-visual-kicker) {
    font-size: 18px;
  }

  .binw-opps-visual-intro .binw-opps-visual-actions {
    margin-top: 4px;
  }

  .binw-opps-visual-card {
    width: 100%;
  }

  .binw-opps-visual-state-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 22px;
  }

  .binw-opps-visual-state-tab,
  .binw-opps-visual-state-tab.is-active {
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    font-size: 15px;
  }

  .binw-opps-visual-external-links {
    grid-template-columns: 1fr;
  }

  .binw-opps-visual-section-head h2,
  .binw-opps-visual-featured-copy h2,
  .binw-opps-visual-help h2,
  .binw-opps-visual-external-copy h2 {
    font-size: 36px;
  }

  .binw-opps-visual-modal {
    display: block;
    overflow-y: auto;
  }

  .binw-opps-visual-modal-image,
  .binw-opps-visual-modal-content {
    width: 100%;
  }

  .binw-opps-visual-modal-image {
    min-height: 220px;
  }

  .binw-opps-visual-modal-content {
    max-height: none;
    padding: 28px 22px;
  }

  .binw-opps-visual-modal-details > div {
    width: 100%;
  }
}

@media screen and (max-width: 620px) {
  .binw-opps-visual-intro h1 {
    font-size: 40px;
  }

  .binw-opps-visual-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .binw-opps-visual-btn {
    width: auto;
  }

  .binw-btn-primary,
  .binw-btn-light {
    width: 100%;
  }

  .binw-opps-visual-featured-copy,
  .binw-opps-visual-help,
  .binw-opps-visual-external {
    padding: 24px;
  }

  .binw-opps-visual-state-tabs {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .binw-opps-visual-state-tab,
  .binw-opps-visual-state-tab.is-active {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
  }

  .binw-opps-visual-external-link {
    align-items: flex-start;
    padding: 16px;
  }

  .binw-opps-visual-external-link strong {
    font-size: 17px;
  }

  .binw-opps-visual-card {
    min-height: 0;
  }

  .binw-opps-visual-card-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .binw-opps-visual-compare {
    width: 100%;
    padding: 54px 16px 22px;
  }

  .binw-opps-visual-table-wrap {
    max-height: calc(100vh - 220px);
  }

  .binw-opps-visual-featured-chips span {
    display: block;
  }

  .binw-opps-visual-featured-chips span::before {
    display: block;
    margin-bottom: 4px;
  }
}

/* Intro/header spacing refinement */

.binw-opps-visual-intro .binw-opps-visual-kicker {
  margin-bottom: 8px;
}

.binw-opps-visual-intro h1 {
  margin-top: 0;
}

.binw-opps-visual-intro p:not(.binw-opps-visual-kicker) {
  margin-top: 16px;
}

.binw-opps-visual-help .binw-opps-visual-kicker {
  margin-bottom: 8px;
  font-size: 18px;
  letter-spacing: 0.09em;
  line-height: 1.1;
}

/* =========================================================
   Opportunities Hub heading restore / cascade fixes
   Added after moving CSS out of SiteOrigin
   ========================================================= */

.binw-opps-visual .binw-opps-visual-intro h1,
.binw-opps-visual .binw-opps-visual-section-head h2,
.binw-opps-visual .binw-opps-visual-featured-copy h2,
.binw-opps-visual .binw-opps-visual-help h2,
.binw-opps-visual .binw-opps-visual-external-copy h2,
.binw-opps-visual .binw-opps-visual-modal h3,
.binw-opps-visual .binw-opps-visual-compare-head h3 {
  color: var(--binw-ink) !important;
}

.binw-opps-visual .binw-opps-visual-section-head h2 {
  font-size: 46px !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  font-weight: 900 !important;
}

.binw-opps-visual .binw-opps-visual-intro h1 {
  font-size: 58px !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
  font-weight: 900 !important;
}

.binw-opps-visual .binw-opps-visual-featured-copy h2 {
  font-size: 56px !important;
  line-height: 0.98 !important;
  letter-spacing: -0.05em !important;
  font-weight: 900 !important;
}

/* Keep green only where it is intentional */
.binw-opps-visual .binw-opps-visual-kicker,
.binw-opps-visual .binw-btn-secondary,
.binw-opps-visual .binw-opps-visual-card-link,
.binw-opps-visual .binw-opps-visual-type,
.binw-opps-visual .binw-opps-visual-type-chip {
  color: var(--binw-green) !important;
}

/* =========================================================
   Opportunities Hub modal restore / cascade fixes
   Added after moving CSS out of SiteOrigin
   ========================================================= */

/* Modal image: keep side image controlled and less distorted */
.binw-opps-visual .binw-opps-visual-modal-image {
  width: 34% !important;
  min-height: 620px !important;
  background: var(--theme-soft) !important;
  position: relative !important;
  overflow: hidden !important;
  flex: 0 0 34% !important;
}

.binw-opps-visual .binw-opps-visual-modal-image img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Modal content: preserve intended split */
.binw-opps-visual .binw-opps-visual-modal-content {
  width: 66% !important;
  flex: 1 1 auto !important;
}

/* Highlights list: remove browser bullets and use clean spacing */
.binw-opps-visual .binw-opps-visual-modal-highlights ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.binw-opps-visual .binw-opps-visual-modal-highlights li {
  list-style: none !important;
  display: grid !important;
  grid-template-columns: 10px 1fr !important;
  column-gap: 10px !important;
  align-items: start !important;
  margin: 8px 0 !important;
  padding: 0 !important;
  color: var(--binw-text) !important;
  line-height: 1.45 !important;
}

.binw-opps-visual .binw-opps-visual-modal-highlights li::before {
  content: "" !important;
  width: 6px !important;
  height: 6px !important;
  margin-top: 0.6em !important;
  border-radius: 999px !important;
  background: var(--binw-green) !important;
  display: block !important;
}

/* Detail cards: make sure modal cards keep their intended sizing */
.binw-opps-visual .binw-opps-visual-modal-details > div {
  width: calc(50% - 7px) !important;
  box-sizing: border-box !important;
}

.binw-opps-visual .binw-opps-visual-modal-details > .binw-opps-visual-modal-wide {
  width: 100% !important;
}

/* Mobile modal reset */
@media screen and (max-width: 860px) {
  .binw-opps-visual .binw-opps-visual-modal {
    display: block !important;
    overflow-y: auto !important;
  }

  .binw-opps-visual .binw-opps-visual-modal-image,
  .binw-opps-visual .binw-opps-visual-modal-content {
    width: 100% !important;
    flex: none !important;
  }

  .binw-opps-visual .binw-opps-visual-modal-image {
    min-height: 220px !important;
  }

  .binw-opps-visual .binw-opps-visual-modal-content {
    max-height: none !important;
    padding: 28px 22px !important;
  }

  .binw-opps-visual .binw-opps-visual-modal-details > div {
    width: 100% !important;
  }
}
/* =========================================================
   Opportunities Hub - moved stylesheet restore
   Fixes heading cascade, modal layout, image crop, and bullets
   ========================================================= */

/* Main page/card headings */
.binw-opps-visual-intro h1,
.binw-opps-visual-section-head h2,
.binw-opps-visual-featured-copy h2,
.binw-opps-visual-card h3,
.binw-opps-visual-card h3 a,
.binw-opps-visual-help h2,
.binw-opps-visual-external-copy h2 {
  color: var(--binw-ink, #17251f) !important;
  text-decoration: none !important;
}

.binw-opps-visual-intro h1 {
  font-size: 58px !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
  font-weight: 900 !important;
}

.binw-opps-visual-section-head h2 {
  font-size: 46px !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  font-weight: 900 !important;
}

.binw-opps-visual-featured-copy h2 {
  font-size: 56px !important;
  line-height: 0.98 !important;
  letter-spacing: -0.05em !important;
  font-weight: 900 !important;
}

.binw-opps-visual-card h3,
.binw-opps-visual-card h3 a {
  font-size: 25px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.025em !important;
  font-weight: 900 !important;
}

/* Keep intentional green labels/links */
.binw-opps-visual-kicker,
.binw-btn-secondary,
.binw-opps-visual-card-link,
.binw-opps-visual-type,
.binw-opps-visual-type-chip {
  color: var(--binw-green, #78a22f) !important;
}

/* Modal heading/title restore */
.binw-opps-visual-modal h3,
.binw-opps-visual-modal h3 a,
.binw-opps-visual-compare-head h3 {
  color: var(--binw-ink, #17251f) !important;
  font-size: 42px !important;
  line-height: 1.03 !important;
  letter-spacing: -0.04em !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

/* Modal layout restore */
.binw-opps-visual-modal {
  width: 100% !important;
  max-width: 940px !important;
  max-height: 92vh !important;
  display: flex !important;
  overflow: hidden !important;
  border-radius: 34px !important;
  background: #ffffff !important;
  box-shadow: 0 30px 70px rgba(17, 27, 22, 0.32) !important;
  position: relative !important;
}

/* Modal image restore */
.binw-opps-visual-modal-image {
  width: 34% !important;
  flex: 0 0 34% !important;
  min-height: 620px !important;
  background: var(--theme-soft, #f4f7ef) !important;
  position: relative !important;
  overflow: hidden !important;
}

.binw-opps-visual-modal-image img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Modal content restore */
.binw-opps-visual-modal-content {
  width: 66% !important;
  flex: 1 1 auto !important;
  max-height: 92vh !important;
  overflow-y: auto !important;
  padding: 38px !important;
}

/* Modal highlight box */
.binw-opps-visual-modal-highlights {
  margin-top: 24px !important;
  padding: 20px !important;
  border-radius: 24px !important;
  background: var(--binw-cream, #fbf8ef) !important;
  border: 1px solid rgba(120, 162, 47, 0.18) !important;
}

.binw-opps-visual-modal-highlights h4 {
  margin: 0 0 10px !important;
  color: var(--binw-ink, #17251f) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

/* Modal bullets: remove browser bullets and create clean custom bullets */
.binw-opps-visual-modal-highlights ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.binw-opps-visual-modal-highlights li {
  list-style: none !important;
  display: grid !important;
  grid-template-columns: 10px 1fr !important;
  column-gap: 10px !important;
  align-items: start !important;
  margin: 8px 0 !important;
  padding: 0 !important;
  color: var(--binw-text, #44534d) !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}

.binw-opps-visual-modal-highlights li::before {
  content: "" !important;
  width: 5px !important;
  height: 5px !important;
  margin-top: 0.68em !important;
  border-radius: 999px !important;
  background: var(--binw-green, #78a22f) !important;
  display: block !important;
}

/* Detail cards restore */
.binw-opps-visual-modal-details {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 18px !important;
}

.binw-opps-visual-modal-details > div {
  width: calc(50% - 7px) !important;
  padding: 18px !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  border: 1px solid var(--binw-border, #dce6d2) !important;
  box-sizing: border-box !important;
}

.binw-opps-visual-modal-details > .binw-opps-visual-modal-wide {
  width: 100% !important;
}

/* Mobile modal reset */
@media screen and (max-width: 860px) {
  .binw-opps-visual-modal {
    display: block !important;
    overflow-y: auto !important;
  }

  .binw-opps-visual-modal-image,
  .binw-opps-visual-modal-content {
    width: 100% !important;
    flex: none !important;
  }

  .binw-opps-visual-modal-image {
    min-height: 220px !important;
  }

  .binw-opps-visual-modal-content {
    max-height: none !important;
    padding: 28px 22px !important;
  }

  .binw-opps-visual-modal-details > div {
    width: 100% !important;
  }

  .binw-opps-visual-intro h1 {
    font-size: 46px !important;
  }

  .binw-opps-visual-section-head h2,
  .binw-opps-visual-featured-copy h2,
  .binw-opps-visual-help h2,
  .binw-opps-visual-external-copy h2 {
    font-size: 36px !important;
  }
}

@media screen and (max-width: 620px) {
  .binw-opps-visual-intro h1 {
    font-size: 40px !important;
  }
}
/* =========================================================
   Opportunities Hub help callout restore
   Keeps the green callout readable after heading fixes
   ========================================================= */

.binw-opps-visual-help,
.binw-opps-visual .binw-opps-visual-help {
  color: #ffffff !important;
}

.binw-opps-visual-help .binw-opps-visual-kicker,
.binw-opps-visual .binw-opps-visual-help .binw-opps-visual-kicker {
  color: rgba(255, 255, 255, 0.78) !important;
}

.binw-opps-visual-help h2,
.binw-opps-visual .binw-opps-visual-help h2 {
  color: #ffffff !important;
  font-size: 40px !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
  font-weight: 900 !important;
}

.binw-opps-visual-help p,
.binw-opps-visual .binw-opps-visual-help p {
  color: rgba(255, 255, 255, 0.9) !important;
}

.binw-opps-visual-help .binw-btn-light,
.binw-opps-visual .binw-opps-visual-help .binw-btn-light {
  background: #ffffff !important;
  color: var(--binw-green, #78a22f) !important;
  border-color: #ffffff !important;
}
