.link-opportunities-page {
  background: #f6f8f7;
  color: #123650;
}
.link-opportunities-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 24px 66px;
  background:
    radial-gradient(circle at 82% 20%, rgba(114,191,68,.22), transparent 34%),
    linear-gradient(135deg, #082f57 0%, #0d466d 62%, #0d6f7d 100%);
  color: #fff;
}
.link-opportunities-hero-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}
.link-opportunities-kicker {
  margin: 0 0 14px;
  color: #b6dc45;
  font: 800 13px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.link-opportunities-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font: 800 clamp(38px, 5.7vw, 74px)/1.02 "Libre Baskerville", Georgia, serif;
}
.link-opportunities-hero p {
  max-width: 880px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.91);
  font: 600 clamp(16px, 2vw, 21px)/1.6 "Open Sans", Arial, sans-serif;
}
.link-opportunities-proof {
  width: min(1180px, calc(100% - 40px));
  margin: -25px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(10,45,70,.12);
  overflow: hidden;
}
.link-opportunities-proof div {
  padding: 20px 22px;
  border-right: 1px solid #e4ece8;
}
.link-opportunities-proof div:last-child { border-right: 0; }
.link-opportunities-proof strong {
  display: block;
  color: #082f57;
  font: 800 14px/1.2 Montserrat, Arial, sans-serif;
}
.link-opportunities-proof span {
  display: block;
  margin-top: 5px;
  color: #536b7a;
  font: 600 12px/1.45 "Open Sans", Arial, sans-serif;
}
.link-opportunity-controls-v2 {
  width: min(1180px, calc(100% - 40px));
  margin: 42px auto 0;
  padding: 28px;
  background: #fff;
  border: 1px solid #dfe9e4;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(12,45,68,.06);
}
.link-opportunity-controls-v2 label {
  display: block;
  color: #082f57;
  font: 800 13px/1.2 Montserrat, Arial, sans-serif;
}
.link-opportunity-controls-v2 input[type="search"] {
  width: 100%;
  min-height: 50px;
  margin-top: 10px;
  padding: 12px 15px;
  border: 1px solid #b9cbd1;
  border-radius: 10px;
  color: #123650;
  background: #fff;
  font: 600 15px/1.3 "Open Sans", Arial, sans-serif;
}
.link-opportunity-filter-label {
  margin: 24px 0 11px;
  color: #5b7280;
  font: 800 11px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.link-opportunity-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.link-opportunity-pill {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #c8d7d8;
  border-radius: 999px;
  background: #fff;
  color: #123650;
  cursor: pointer;
  font: 800 12px/1 Montserrat, Arial, sans-serif;
}
.link-opportunity-pill:hover,
.link-opportunity-pill:focus-visible {
  border-color: #72bf44;
  outline: none;
}
.link-opportunity-pill.is-active {
  border-color: #082f57;
  background: #082f57;
  color: #fff;
}
#opportunityType {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}
.member-opportunities {
  width: min(1180px, calc(100% - 40px));
  margin: 32px auto 72px;
}
.member-opportunities-inner { width: 100%; }
.member-opportunities-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}
.member-opportunities-heading span {
  color: #2f9589;
  font: 800 12px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: .12em;
}
.member-opportunities-heading h2 {
  max-width: 700px;
  margin: 6px 0 0;
  color: #082f57;
  font: 800 clamp(28px, 4vw, 45px)/1.1 "Libre Baskerville", Georgia, serif;
}
.opportunity-count {
  color: #082f57;
  font: 800 12px/1.2 Montserrat, Arial, sans-serif;
  white-space: nowrap;
}
.member-org {
  margin: 12px 0;
  border: 1px solid #dfe8e4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(12,45,68,.045);
  overflow: hidden;
}
.member-org > summary { cursor: pointer; list-style: none; }
.member-org > summary::-webkit-details-marker { display: none; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 800px) {
  .link-opportunities-proof { grid-template-columns: 1fr 1fr; }
  .link-opportunities-proof div:nth-child(2) { border-right: 0; }
  .member-opportunities-heading {
    align-items: start;
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  .link-opportunities-proof { grid-template-columns: 1fr; }
  .link-opportunities-proof div {
    border-right: 0;
    border-bottom: 1px solid #e4ece8;
  }
  .link-opportunities-proof div:last-child { border-bottom: 0; }
}

/* LINK OPPORTUNITY FILTER — APPROVED NAVY PANEL */
.link-opportunity-controls-v2 {
  background: #082746;
  border-color: #17456f;
  box-shadow: 0 18px 42px rgba(8, 39, 70, 0.18);
}

.link-opportunity-controls-v2 > label,
.link-opportunity-filter-label {
  color: #ffffff;
}

.link-opportunity-controls-v2 input[type="search"] {
  background: #ffffff;
  color: #082746;
  border-color: #b8cbd8;
}

.link-opportunity-controls-v2 input[type="search"]::placeholder {
  color: #667786;
}

.link-opportunity-pill {
  background: #ffffff;
  color: #082746;
  border-color: #d6e1e8;
}

.link-opportunity-pill:hover,
.link-opportunity-pill:focus-visible {
  background: #edf6e8;
  border-color: #83bd43;
}

.link-opportunity-pill.is-active {
  background: #83bd43;
  color: #082746;
  border-color: #83bd43;
}
/* LINK OPPORTUNITY FILTER — END */
