/**
 * Shared premium detail system for the approved Beyond the Classroom routes.
 */

.ych-opportunity-page {
	overflow: clip;
	background: var(--ych-bg-primary);
	color: var(--ych-text-primary);
}

.ych-opportunity-page,
.ych-opportunity-page *,
.ych-opportunity-page *::before,
.ych-opportunity-page *::after {
	box-sizing: border-box;
}

.ych-opportunity-page :where(h1, h2, h3, p, figure, ol) {
	margin-block-start: 0;
}

.ych-opportunity-page :where(h1, h2, h3) {
	color: var(--ych-text-primary);
	text-wrap: balance;
}

.ych-opportunity-page p {
	color: var(--ych-text-secondary);
}

.ych-opportunity-eyebrow {
	margin-block-end: 1rem;
	color: var(--ych-accent-blue) !important;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ych-opportunity-hero {
	position: relative;
	padding-block: clamp(3.5rem, 6vw, 5.5rem);
	background:
		radial-gradient(circle at 86% 14%, rgba(154, 114, 208, 0.17), transparent 28rem),
		linear-gradient(155deg, #0b1829 0%, var(--ych-bg-primary) 68%, #0c1728 100%);
}

.ych-opportunity-hero__grid {
	display: grid;
	min-height: min(31rem, calc(100svh - 8rem));
	grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.75fr);
	align-items: center;
	gap: clamp(2.5rem, 5vw, 5rem);
}

.ych-opportunity-hero__content {
	max-width: 49rem;
}

.ych-opportunity-breadcrumb {
	margin-block-end: clamp(2rem, 3vw, 3rem);
}

.ych-opportunity-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.625rem;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--ych-text-muted);
	font-size: 0.75rem;
	font-weight: 700;
}

.ych-opportunity-breadcrumb li + li::before {
	content: "/";
	margin-inline-end: 0.625rem;
	color: var(--ych-border-strong);
}

.ych-opportunity-breadcrumb a {
	color: var(--ych-text-secondary);
	text-decoration: none;
	transition: color var(--ych-transition);
}

.ych-opportunity-breadcrumb a:hover {
	color: var(--ych-text-primary);
}

.ych-opportunity-hero h1 {
	max-width: 13ch;
	margin-block-end: 1.5rem;
	font-size: clamp(3rem, 5vw, 4.5rem);
	letter-spacing: -0.052em;
	line-height: 0.94;
}

.ych-opportunity-hero__lead {
	max-width: 43rem;
	margin-block-end: 0;
	color: rgba(244, 246, 251, 0.82) !important;
	font-size: clamp(1.05rem, 1.5vw, 1.22rem);
	line-height: 1.72;
}

.ych-opportunity-button {
	display: inline-flex;
	min-height: 3.5rem;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-block-start: 2rem;
	padding: 0.9rem 1.5rem;
	border: 0.125rem solid transparent;
	border-radius: var(--ych-radius-button);
	background: var(--ych-accent-gradient);
	box-shadow: var(--ych-shadow-small);
	color: var(--ych-bg-primary);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: box-shadow var(--ych-transition), transform var(--ych-transition);
}

.ych-opportunity-button:hover {
	box-shadow: var(--ych-shadow-medium);
	color: var(--ych-bg-primary);
	transform: translateY(-0.125rem);
}

.ych-opportunity-hero__panel {
	padding: clamp(1.25rem, 3vw, 1.75rem);
	border: 0.0625rem solid var(--ych-border-strong);
	border-radius: 2rem;
	background:
		radial-gradient(circle at 100% 0%, rgba(154, 114, 208, 0.18), transparent 18rem),
		rgba(16, 32, 51, 0.84);
	box-shadow: var(--ych-shadow-large);
}

.ych-opportunity-hero__panel-label {
	margin-block-end: 1.5rem;
	color: var(--ych-text-muted) !important;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.ych-opportunity-hero__panel ol {
	display: grid;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ych-opportunity-hero__panel li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 1rem;
	padding: 1rem;
	border: 0.0625rem solid var(--ych-border);
	border-radius: 1rem;
	background: rgba(9, 19, 34, 0.58);
}

.ych-opportunity-hero__panel li > span {
	display: grid;
	width: 2.2rem;
	height: 2.2rem;
	place-items: center;
	border-radius: 50%;
	background: rgba(120, 169, 228, 0.13);
	color: var(--ych-accent-blue);
	font-size: 0.68rem;
	font-weight: 700;
}

.ych-opportunity-hero__panel strong {
	display: block;
	margin-block-end: 0.3rem;
	color: var(--ych-text-primary);
	font-size: 0.9rem;
}

.ych-opportunity-hero__panel li p {
	margin: 0;
	font-size: 0.78rem;
	line-height: 1.5;
}

.ych-opportunity-directory {
	padding-block: clamp(4rem, 6vw, 6rem);
	background:
		radial-gradient(circle at 5% 12%, rgba(120, 169, 228, 0.08), transparent 27rem),
		var(--ych-bg-primary);
	scroll-margin-top: 6rem;
}

.ych-opportunity-directory__intro {
	max-width: 56rem;
	margin-block-end: clamp(2.5rem, 4vw, 4rem);
}

.ych-opportunity-directory__intro h2,
.ych-opportunity-cta h2 {
	margin-block-end: 1.25rem;
	font-size: var(--ych-type-h2);
	letter-spacing: -0.045em;
	line-height: 1;
}

.ych-opportunity-directory__intro > p:last-child {
	max-width: 49rem;
	margin-block-end: 0;
	font-size: 1.05rem;
	line-height: 1.75;
}

/* Imported content: retain the source structure, replace its presentation. */
.ych-opportunity-content {
	width: 100%;
	max-width: none;
}

.ych-opportunity-content > .kb-row-layout-wrap:first-child {
	display: none !important;
}

.ych-opportunity-content :where(
	.kb-row-layout-wrap,
	.kt-row-column-wrap,
	.wp-block-kadence-column,
	.kt-inside-inner-col
) {
	width: 100% !important;
	max-width: none !important;
	margin-inline: 0 !important;
}

.ych-opportunity-content .kt-row-layout-overlay {
	display: none !important;
}

.ych-opportunity-content > .kb-row-layout-wrap {
	margin-block: 0 clamp(2.5rem, 4vw, 4rem) !important;
	padding: 0 !important;
	background: transparent !important;
}

.ych-opportunity-content > .kb-row-layout-wrap > .kt-row-column-wrap {
	display: block !important;
	padding: 0 !important;
}

.ych-opportunity-content > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.ych-opportunity-content > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	padding: 0 !important;
	background: transparent !important;
}

.ych-opportunity-content > .kb-row-layout-wrap h2,
.ych-opportunity-content > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > p {
	grid-column: 1 / -1;
}

.ych-opportunity-content h2:empty,
.ych-opportunity-content p:empty {
	display: none !important;
}

.ych-opportunity-content h2 {
	margin: 0 0 0.75rem !important;
	padding-block-end: 1.15rem;
	border-block-end: 0.0625rem solid var(--ych-border-strong);
	color: var(--ych-text-primary) !important;
	font-size: clamp(2rem, 4vw, 3rem) !important;
	letter-spacing: -0.035em !important;
	line-height: 1.05 !important;
}

.ych-opportunity-content > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > p {
	max-width: 54rem;
	margin-block-end: 1rem !important;
	color: var(--ych-text-secondary) !important;
	font-size: 1rem !important;
	line-height: 1.75 !important;
}

.ych-opportunity-content .kb-row-layout-wrap .kb-row-layout-wrap {
	min-width: 0;
	margin: 0 !important;
	padding: clamp(1.25rem, 2vw, 1.5rem) !important;
	border: 0.0625rem solid var(--ych-border-strong);
	border-radius: 1.5rem;
	background: linear-gradient(155deg, rgba(20, 38, 58, 0.96), rgba(13, 25, 41, 0.98)) !important;
	box-shadow: var(--ych-shadow-small);
	transition: border-color var(--ych-transition), box-shadow var(--ych-transition), transform var(--ych-transition);
}

.ych-opportunity-content .kb-row-layout-wrap .kb-row-layout-wrap:hover {
	border-color: rgba(120, 169, 228, 0.4);
	box-shadow: var(--ych-shadow-medium);
	transform: translateY(-0.2rem);
}

.ych-opportunity-content .kb-row-layout-wrap .kb-row-layout-wrap > .kt-row-column-wrap {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(9rem, 0.38fr) !important;
	align-items: stretch !important;
	gap: clamp(1.25rem, 3vw, 2rem) !important;
	padding: 0 !important;
}

.ych-opportunity-content .kb-row-layout-wrap .kb-row-layout-wrap .wp-block-kadence-column,
.ych-opportunity-content .kb-row-layout-wrap .kb-row-layout-wrap .kt-inside-inner-col {
	display: block !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.ych-opportunity-content .kb-row-layout-wrap .kb-row-layout-wrap p {
	margin: 0 0 1rem !important;
	color: var(--ych-text-secondary) !important;
	font-size: 0.9rem !important;
	line-height: 1.68 !important;
}

.ych-opportunity-content .kb-row-layout-wrap .kb-row-layout-wrap p:first-child {
	margin-block-end: 0.9rem !important;
	color: var(--ych-text-primary) !important;
	font-size: clamp(1.1rem, 2vw, 1.35rem) !important;
	font-weight: 700;
	line-height: 1.3 !important;
}

.ych-opportunity-content a {
	color: var(--ych-accent-blue) !important;
	text-underline-offset: 0.2em;
	overflow-wrap: anywhere;
}

.ych-opportunity-content a::after {
	content: " \2197";
	font-size: 0.75em;
}

.ych-opportunity-content figure {
	display: grid !important;
	min-height: 9rem;
	height: 100% !important;
	margin: 0 !important;
	padding: 1rem !important;
	place-items: center;
	overflow: hidden;
	border-radius: 1rem;
	background: #dce5ef !important;
}

.ych-opportunity-content figure > div {
	display: grid !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 7rem !important;
	place-items: center;
	padding: 0 !important;
}

.ych-opportunity-content figure img {
	position: static !important;
	display: block !important;
	width: 100% !important;
	max-width: 13rem !important;
	height: 7rem !important;
	max-height: 7rem !important;
	margin: auto !important;
	object-fit: contain !important;
}

.ych-opportunity-content .kb-svg-icon-wrap {
	display: none !important;
}

.ych-opportunity-cta {
	padding-block: clamp(4rem, 6vw, 5.5rem);
	background: var(--ych-bg-secondary);
}

.ych-opportunity-cta__panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 2.5rem;
	padding: clamp(2rem, 4vw, 3.5rem);
	border: 0.0625rem solid var(--ych-border-strong);
	border-radius: 2rem;
	background:
		radial-gradient(circle at 95% 5%, rgba(154, 114, 208, 0.22), transparent 24rem),
		linear-gradient(145deg, #102238, #0d1929);
	box-shadow: var(--ych-shadow-large);
}

.ych-opportunity-cta h2 {
	max-width: 18ch;
}

.ych-opportunity-cta__panel p:not(.ych-opportunity-eyebrow) {
	max-width: 42rem;
	margin-block-end: 0;
	font-size: 1.02rem;
	line-height: 1.7;
}

.ych-opportunity-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.ych-opportunity-cta__actions .ych-opportunity-button {
	margin: 0;
}

.ych-opportunity-button--secondary {
	border-color: var(--ych-border-strong);
	background: rgba(16, 32, 51, 0.78);
	color: var(--ych-text-primary);
}

.ych-opportunity-button--secondary:hover {
	color: var(--ych-text-primary);
}

.ych-opportunity-page :where(a, button):focus-visible {
	outline: 0.1875rem solid var(--ych-focus);
	outline-offset: 0.2rem;
}

.ych-scaffold-page--beyond-opportunity-detail .site-footer {
	margin-block-start: 0;
}

@media (max-width: 74rem) {
	.ych-opportunity-content > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 62rem) {
	.ych-opportunity-hero__grid,
	.ych-opportunity-cta__panel {
		grid-template-columns: minmax(0, 1fr);
	}

	.ych-opportunity-hero__panel {
		max-width: 46rem;
	}
}

@media (max-width: 42rem) {
	.ych-opportunity-hero {
		padding-block: 3.5rem 4.5rem;
	}

	.ych-opportunity-hero__grid {
		min-height: 0;
		gap: 2.75rem;
	}

	.ych-opportunity-hero h1 {
		font-size: clamp(3rem, 14vw, 4.6rem);
	}

	.ych-opportunity-hero__panel {
		border-radius: 1.4rem;
	}

	.ych-opportunity-content .kb-row-layout-wrap .kb-row-layout-wrap > .kt-row-column-wrap {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.ych-opportunity-content figure {
		min-height: 8.5rem;
	}

	.ych-opportunity-button,
	.ych-opportunity-cta__actions,
	.ych-opportunity-cta__actions .ych-opportunity-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ych-opportunity-page *,
	.ych-opportunity-page *::before,
	.ych-opportunity-page *::after {
		scroll-behavior: auto;
		transition-duration: 0.01ms;
		animation-duration: 0.01ms;
	}
}

@media (forced-colors: active) {
	.ych-opportunity-button,
	.ych-opportunity-content .kb-row-layout-wrap .kb-row-layout-wrap {
		border-color: ButtonText;
	}
}


/* YouthConnectHub: remove decorative numbered badges. */
.ych-opportunity-hero__panel li > span {
	display: none;
}

.ych-opportunity-hero__panel li {
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
}


/* COMMUNITY SERVICE — PREMIUM EMIRATE SECTION TITLES */
body.ych-route--community-service {
  --ych-community-accent: #83b9ff;
  --ych-community-accent-2: #b789f6;
  --ych-community-panel: rgba(18, 39, 62, 0.92);
  --ych-community-border: rgba(132, 185, 255, 0.26);
}

body.ych-route--community-service .kadence-column3048_8db7f5-0f > .kt-inside-inner-col,
body.ych-route--community-service .kadence-column3048_796450-8d > .kt-inside-inner-col,
body.ych-route--community-service .kadence-column3048_110aaa-8a > .kt-inside-inner-col,
body.ych-route--community-service .kadence-column3048_a43626-bc > .kt-inside-inner-col {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  align-items: stretch;
}

body.ych-route--community-service .kb-row-layout-id3048_26b90c-f3,
body.ych-route--community-service .kb-row-layout-id3048_3cdea1-95,
body.ych-route--community-service .kb-row-layout-id3048_30dfb4-74,
body.ych-route--community-service .kb-row-layout-id3048_70ceca-48 {
  grid-column: 1 / -1;
  min-height: 0 !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--ych-community-border) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 92% 10%, rgba(183, 137, 246, 0.18), transparent 34%),
    linear-gradient(115deg, rgba(34, 72, 108, 0.98), rgba(17, 37, 59, 0.98)) !important;
  box-shadow: 0 18px 46px rgba(0, 8, 22, 0.18);
}

body.ych-route--community-service .kb-row-layout-id3048_26b90c-f3 > .kt-row-column-wrap,
body.ych-route--community-service .kb-row-layout-id3048_3cdea1-95 > .kt-row-column-wrap,
body.ych-route--community-service .kb-row-layout-id3048_30dfb4-74 > .kt-row-column-wrap,
body.ych-route--community-service .kb-row-layout-id3048_70ceca-48 > .kt-row-column-wrap {
  min-height: 0 !important;
  padding: 26px 30px !important;
}

body.ych-route--community-service #gspb_heading-id-gsbp-ad770a4,
body.ych-route--community-service #gspb_heading-id-gsbp-f0f40b4,
body.ych-route--community-service #gspb_heading-id-gsbp-a47d072,
body.ych-route--community-service #gspb_heading-id-gsbp-c66ac27 {
  position: relative;
  margin: 0 !important;
  padding: 0 0 0 54px !important;
  color: #ffffff !important;
  font-size: clamp(2rem, 4vw, 3.15rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em;
}

body.ych-route--community-service #gspb_heading-id-gsbp-ad770a4::before,
body.ych-route--community-service #gspb_heading-id-gsbp-f0f40b4::before,
body.ych-route--community-service #gspb_heading-id-gsbp-a47d072::before,
body.ych-route--community-service #gspb_heading-id-gsbp-c66ac27::before {
  content: "EMIRATE";
  position: absolute;
  left: 0;
  top: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ych-community-accent), var(--ych-community-accent-2));
  color: #071526;
  font-size: 0;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

body.ych-route--community-service #gspb_heading-id-gsbp-ad770a4::after,
body.ych-route--community-service #gspb_heading-id-gsbp-f0f40b4::after,
body.ych-route--community-service #gspb_heading-id-gsbp-a47d072::after,
body.ych-route--community-service #gspb_heading-id-gsbp-c66ac27::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-65%) rotate(45deg);
  border: 3px solid #071526;
  border-radius: 50% 50% 50% 0;
}

body.ych-route--community-service .kadence-column3048_8db7f5-0f > .kt-inside-inner-col > .wp-block-kadence-rowlayout:not(.kb-row-layout-id3048_26b90c-f3),
body.ych-route--community-service .kadence-column3048_796450-8d > .kt-inside-inner-col > .wp-block-kadence-rowlayout:not(.kb-row-layout-id3048_3cdea1-95),
body.ych-route--community-service .kadence-column3048_110aaa-8a > .kt-inside-inner-col > .wp-block-kadence-rowlayout:not(.kb-row-layout-id3048_30dfb4-74),
body.ych-route--community-service .kadence-column3048_a43626-bc > .kt-inside-inner-col > .wp-block-kadence-rowlayout:not(.kb-row-layout-id3048_70ceca-48) {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  border-color: var(--ych-community-border) !important;
  border-radius: 18px !important;
  background: var(--ych-community-panel) !important;
  box-shadow: 0 12px 32px rgba(0, 8, 22, 0.12);
}

body.ych-route--community-service .kadence-column3048_2e866a-35 > .kt-inside-inner-col,
body.ych-route--community-service .kadence-column3048_c30c6d-7e > .kt-inside-inner-col,
body.ych-route--community-service .kadence-column3048_0dcfbc-fa > .kt-inside-inner-col {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

body.ych-route--community-service .kadence-column3048_2e866a-35 > .kt-inside-inner-col > h2,
body.ych-route--community-service .kadence-column3048_c30c6d-7e > .kt-inside-inner-col > h2,
body.ych-route--community-service .kadence-column3048_0dcfbc-fa > .kt-inside-inner-col > h2 {
  grid-column: 1 / -1;
  margin: 0 0 6px !important;
  padding: 22px 26px !important;
  border-left: 4px solid var(--ych-community-accent);
  border-radius: 0 16px 16px 0;
  background: linear-gradient(90deg, rgba(46, 82, 117, 0.78), rgba(20, 41, 63, 0.36));
  color: #ffffff !important;
  font-size: clamp(1.75rem, 3vw, 2.65rem) !important;
  line-height: 1.12 !important;
}

body.ych-route--community-service .kadence-column3048_2e866a-35 > .kt-inside-inner-col > .wp-block-kadence-rowlayout,
body.ych-route--community-service .kadence-column3048_c30c6d-7e > .kt-inside-inner-col > .wp-block-kadence-rowlayout,
body.ych-route--community-service .kadence-column3048_0dcfbc-fa > .kt-inside-inner-col > .wp-block-kadence-rowlayout {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  border-color: var(--ych-community-border) !important;
  border-radius: 18px !important;
  background: var(--ych-community-panel) !important;
}

@media (max-width: 767px) {
  body.ych-route--community-service .kadence-column3048_8db7f5-0f > .kt-inside-inner-col,
  body.ych-route--community-service .kadence-column3048_796450-8d > .kt-inside-inner-col,
  body.ych-route--community-service .kadence-column3048_110aaa-8a > .kt-inside-inner-col,
  body.ych-route--community-service .kadence-column3048_a43626-bc > .kt-inside-inner-col,
  body.ych-route--community-service .kadence-column3048_2e866a-35 > .kt-inside-inner-col,
  body.ych-route--community-service .kadence-column3048_c30c6d-7e > .kt-inside-inner-col,
  body.ych-route--community-service .kadence-column3048_0dcfbc-fa > .kt-inside-inner-col {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body.ych-route--community-service .kb-row-layout-id3048_26b90c-f3 > .kt-row-column-wrap,
  body.ych-route--community-service .kb-row-layout-id3048_3cdea1-95 > .kt-row-column-wrap,
  body.ych-route--community-service .kb-row-layout-id3048_30dfb4-74 > .kt-row-column-wrap,
  body.ych-route--community-service .kb-row-layout-id3048_70ceca-48 > .kt-row-column-wrap {
    padding: 21px 20px !important;
  }

  body.ych-route--community-service #gspb_heading-id-gsbp-ad770a4,
  body.ych-route--community-service #gspb_heading-id-gsbp-f0f40b4,
  body.ych-route--community-service #gspb_heading-id-gsbp-a47d072,
  body.ych-route--community-service #gspb_heading-id-gsbp-c66ac27 {
    padding-left: 46px !important;
    font-size: clamp(1.8rem, 10vw, 2.5rem) !important;
  }

  body.ych-route--community-service #gspb_heading-id-gsbp-ad770a4::before,
  body.ych-route--community-service #gspb_heading-id-gsbp-f0f40b4::before,
  body.ych-route--community-service #gspb_heading-id-gsbp-a47d072::before,
  body.ych-route--community-service #gspb_heading-id-gsbp-c66ac27::before {
    width: 34px;
    height: 34px;
  }

  body.ych-route--community-service #gspb_heading-id-gsbp-ad770a4::after,
  body.ych-route--community-service #gspb_heading-id-gsbp-f0f40b4::after,
  body.ych-route--community-service #gspb_heading-id-gsbp-a47d072::after,
  body.ych-route--community-service #gspb_heading-id-gsbp-c66ac27::after {
    left: 11px;
    width: 11px;
    height: 11px;
  }

  body.ych-route--community-service .kadence-column3048_2e866a-35 > .kt-inside-inner-col > h2,
  body.ych-route--community-service .kadence-column3048_c30c6d-7e > .kt-inside-inner-col > h2,
  body.ych-route--community-service .kadence-column3048_0dcfbc-fa > .kt-inside-inner-col > h2 {
    padding: 18px 18px !important;
  }
}


/* COMMUNITY SERVICE — CINEMATIC BANNER AND PAGE POLISH */
body.ych-route--community-service .ych-opportunity-hero {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  padding-block: 68px !important;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(4, 17, 31, 0.97) 0%, rgba(4, 17, 31, 0.88) 43%, rgba(4, 17, 31, 0.48) 72%, rgba(4, 17, 31, 0.62) 100%),
    linear-gradient(180deg, rgba(5, 18, 33, 0.16) 55%, #071526 100%),
    url("https://youthconnecthub.net/wp-content/uploads/2026/07/Community-Service-1.jpg") !important;
  background-position: center, center, center 42% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.ych-route--community-service .ych-opportunity-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 30%, rgba(132, 185, 255, 0.12), transparent 26%),
    linear-gradient(120deg, transparent 54%, rgba(183, 137, 246, 0.08));
}

body.ych-route--community-service .ych-opportunity-hero__grid {
  position: relative;
  z-index: 1;
  min-height: 484px;
  align-items: center !important;
  gap: clamp(36px, 6vw, 76px) !important;
}

body.ych-route--community-service .ych-opportunity-hero__content {
  align-self: center;
  max-width: 620px;
}

body.ych-route--community-service .ych-opportunity-hero__content h1 {
  max-width: 12ch;
  text-wrap: balance;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.35);
}

body.ych-route--community-service .ych-opportunity-hero__content p {
  max-width: 38rem;
  color: rgba(242, 247, 255, 0.9);
}

body.ych-route--community-service .ych-opportunity-hero__panel {
  align-self: center;
  max-width: 460px;
  padding: clamp(26px, 3vw, 38px) !important;
  border: 1px solid rgba(171, 205, 242, 0.28) !important;
  border-radius: 24px !important;
  background: linear-gradient(145deg, rgba(9, 27, 46, 0.86), rgba(12, 34, 56, 0.72)) !important;
  box-shadow: 0 24px 70px rgba(0, 8, 20, 0.34);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.ych-route--community-service .ych-opportunity-hero__panel li,
body.ych-route--community-service .ych-opportunity-hero__panel > div {
  border-color: rgba(150, 194, 238, 0.18) !important;
  background: rgba(6, 22, 39, 0.56) !important;
}

body.ych-route--community-service .ych-opportunity-directory {
  padding-block: 72px 86px !important;
}

body.ych-route--community-service .ych-opportunity-directory__intro {
  width: 100%;
  max-width: 980px !important;
  margin-bottom: 44px !important;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(132, 185, 255, 0.2);
}

body.ych-route--community-service .ych-opportunity-directory__intro h2 {
  margin-bottom: 16px !important;
  text-wrap: balance;
}

body.ych-route--community-service .ych-opportunity-directory__intro p {
  max-width: 880px;
  margin-bottom: 0 !important;
}

body.ych-route--community-service .ych-opportunity-content {
  display: flow-root;
}

body.ych-route--community-service .ych-opportunity-content > .wp-block-kadence-rowlayout:not(.kb-row-layout-id3048_3aa44b-6f) {
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

body.ych-route--community-service .ych-opportunity-content > .wp-block-kadence-rowlayout:last-child {
  margin-bottom: 0 !important;
}

body.ych-route--community-service .ych-opportunity-content .wp-block-kadence-rowlayout img {
  object-fit: contain;
  object-position: center;
}

body.ych-route--community-service .ych-opportunity-content a {
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

body.ych-route--community-service .ych-opportunity-cta {
  padding-block: 68px !important;
}

body.ych-route--community-service .ych-opportunity-cta__panel {
  align-items: center;
  border-color: rgba(132, 185, 255, 0.22) !important;
  box-shadow: 0 22px 60px rgba(0, 8, 22, 0.18);
}

@media (max-width: 900px) {
  body.ych-route--community-service .ych-opportunity-hero {
    min-height: 0;
    padding-block: 56px !important;
    background-image:
      linear-gradient(180deg, rgba(4, 17, 31, 0.72) 0%, rgba(4, 17, 31, 0.92) 58%, #071526 100%),
      url("https://youthconnecthub.net/wp-content/uploads/2026/07/Community-Service-1.jpg") !important;
    background-position: center, 58% center !important;
  }

  body.ych-route--community-service .ych-opportunity-hero__grid {
    min-height: 0;
    gap: 28px !important;
  }

  body.ych-route--community-service .ych-opportunity-hero__content,
  body.ych-route--community-service .ych-opportunity-hero__panel {
    max-width: none;
  }
}

@media (max-width: 767px) {
  body.ych-route--community-service .ych-opportunity-hero {
    padding-block: 42px 48px !important;
    background-position: center, 62% center !important;
  }

  body.ych-route--community-service .ych-opportunity-hero__grid {
    gap: 22px !important;
  }

  body.ych-route--community-service .ych-opportunity-hero__content h1 {
    max-width: 10ch;
  }

  body.ych-route--community-service .ych-opportunity-hero__panel {
    padding: 22px 18px !important;
    border-radius: 20px !important;
  }

  body.ych-route--community-service .ych-opportunity-directory {
    padding-block: 52px 62px !important;
  }

  body.ych-route--community-service .ych-opportunity-directory__intro {
    margin-bottom: 30px !important;
    padding-bottom: 24px;
  }

  body.ych-route--community-service .ych-opportunity-content > .wp-block-kadence-rowlayout:not(.kb-row-layout-id3048_3aa44b-6f) {
    margin-bottom: 22px !important;
  }

  body.ych-route--community-service .ych-opportunity-cta {
    padding-block: 50px !important;
  }
}


/* COMMUNITY SERVICE — CLEAN UAE FLAG TITLES */
body.ych-route--community-service .kb-row-layout-id3048_26b90c-f3,
body.ych-route--community-service .kb-row-layout-id3048_3cdea1-95,
body.ych-route--community-service .kb-row-layout-id3048_30dfb4-74,
body.ych-route--community-service .kb-row-layout-id3048_70ceca-48 {
  overflow: visible !important;
  margin: 4px 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

body.ych-route--community-service .kb-row-layout-id3048_26b90c-f3 > .kt-row-column-wrap,
body.ych-route--community-service .kb-row-layout-id3048_3cdea1-95 > .kt-row-column-wrap,
body.ych-route--community-service .kb-row-layout-id3048_30dfb4-74 > .kt-row-column-wrap,
body.ych-route--community-service .kb-row-layout-id3048_70ceca-48 > .kt-row-column-wrap {
  min-height: 0 !important;
  padding: 0 !important;
}

body.ych-route--community-service #gspb_heading-id-gsbp-ad770a4,
body.ych-route--community-service #gspb_heading-id-gsbp-f0f40b4,
body.ych-route--community-service #gspb_heading-id-gsbp-a47d072,
body.ych-route--community-service #gspb_heading-id-gsbp-c66ac27 {
  min-height: 38px;
  margin: 0 !important;
  padding: 0 0 0 60px !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

body.ych-route--community-service #gspb_heading-id-gsbp-ad770a4::before,
body.ych-route--community-service #gspb_heading-id-gsbp-f0f40b4::before,
body.ych-route--community-service #gspb_heading-id-gsbp-a47d072::before,
body.ych-route--community-service #gspb_heading-id-gsbp-c66ac27::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 44px;
  height: 28px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  background:
    linear-gradient(to right, #d71920 0 27%, transparent 27% 100%),
    linear-gradient(to bottom, #009a49 0 33.333%, #ffffff 33.333% 66.666%, #000000 66.666% 100%);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

body.ych-route--community-service #gspb_heading-id-gsbp-ad770a4::after,
body.ych-route--community-service #gspb_heading-id-gsbp-f0f40b4::after,
body.ych-route--community-service #gspb_heading-id-gsbp-a47d072::after,
body.ych-route--community-service #gspb_heading-id-gsbp-c66ac27::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 767px) {
  body.ych-route--community-service #gspb_heading-id-gsbp-ad770a4,
  body.ych-route--community-service #gspb_heading-id-gsbp-f0f40b4,
  body.ych-route--community-service #gspb_heading-id-gsbp-a47d072,
  body.ych-route--community-service #gspb_heading-id-gsbp-c66ac27 {
    min-height: 32px;
    padding-left: 52px !important;
  }

  body.ych-route--community-service #gspb_heading-id-gsbp-ad770a4::before,
  body.ych-route--community-service #gspb_heading-id-gsbp-f0f40b4::before,
  body.ych-route--community-service #gspb_heading-id-gsbp-a47d072::before,
  body.ych-route--community-service #gspb_heading-id-gsbp-c66ac27::before {
    width: 38px;
    height: 24px;
  }
}


/* COMMUNITY SERVICE — CLEAN FLAG TITLES FINAL OVERRIDE */
body.page-id-3048.ych-route--community-service .ych-opportunity-content .kb-row-layout-id3048_26b90c-f3,
body.page-id-3048.ych-route--community-service .ych-opportunity-content .kb-row-layout-id3048_3cdea1-95,
body.page-id-3048.ych-route--community-service .ych-opportunity-content .kb-row-layout-id3048_30dfb4-74,
body.page-id-3048.ych-route--community-service .ych-opportunity-content .kb-row-layout-id3048_70ceca-48 {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

body.page-id-3048.ych-route--community-service .ych-opportunity-content .kb-row-layout-id3048_26b90c-f3 > .kt-row-layout-overlay,
body.page-id-3048.ych-route--community-service .ych-opportunity-content .kb-row-layout-id3048_3cdea1-95 > .kt-row-layout-overlay,
body.page-id-3048.ych-route--community-service .ych-opportunity-content .kb-row-layout-id3048_30dfb4-74 > .kt-row-layout-overlay,
body.page-id-3048.ych-route--community-service .ych-opportunity-content .kb-row-layout-id3048_70ceca-48 > .kt-row-layout-overlay {
  opacity: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}


/* INTERNSHIPS — PREMIUM BANNER AND DIRECTORY POLISH */
body.ych-route--internships {
  --ych-intern-accent: #83b9ff;
  --ych-intern-accent-2: #b789f6;
  --ych-intern-panel: rgba(18, 39, 62, 0.94);
  --ych-intern-border: rgba(132, 185, 255, 0.25);
}

body.ych-route--internships .ych-opportunity-hero {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  padding-block: 68px !important;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(4, 17, 31, 0.97) 0%, rgba(4, 17, 31, 0.88) 45%, rgba(4, 17, 31, 0.46) 74%, rgba(4, 17, 31, 0.62) 100%),
    linear-gradient(180deg, rgba(5, 18, 33, 0.1) 54%, #071526 100%),
    url("https://youthconnecthub.net/wp-content/uploads/2026/07/shutterstock_leading-scaled-1.jpg") !important;
  background-position: center, center, center 46% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.ych-route--internships .ych-opportunity-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 26%, rgba(132, 185, 255, 0.13), transparent 28%),
    linear-gradient(120deg, transparent 56%, rgba(183, 137, 246, 0.08));
}

body.ych-route--internships .ych-opportunity-hero__grid {
  position: relative;
  z-index: 1;
  min-height: 484px;
  align-items: center !important;
  gap: clamp(38px, 6vw, 76px) !important;
}

body.ych-route--internships .ych-opportunity-hero__content {
  align-self: center;
  max-width: 620px;
}

body.ych-route--internships .ych-opportunity-hero__content h1 {
  max-width: 12ch;
  text-wrap: balance;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.36);
}

body.ych-route--internships .ych-opportunity-hero__content p {
  max-width: 38rem;
  color: rgba(244, 248, 255, 0.92);
}

body.ych-route--internships .ych-opportunity-hero__panel {
  align-self: center;
  max-width: 460px;
  padding: clamp(26px, 3vw, 38px) !important;
  border: 1px solid rgba(171, 205, 242, 0.28) !important;
  border-radius: 24px !important;
  background: linear-gradient(145deg, rgba(9, 27, 46, 0.86), rgba(12, 34, 56, 0.72)) !important;
  box-shadow: 0 24px 70px rgba(0, 8, 20, 0.34);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.ych-route--internships .ych-opportunity-hero__panel li,
body.ych-route--internships .ych-opportunity-hero__panel > div {
  border-color: rgba(150, 194, 238, 0.18) !important;
  background: rgba(6, 22, 39, 0.56) !important;
}

body.ych-route--internships .ych-opportunity-directory {
  padding-block: 72px 86px !important;
}

body.ych-route--internships .ych-opportunity-directory__intro {
  width: 100%;
  max-width: 980px !important;
  margin-bottom: 40px !important;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(132, 185, 255, 0.2);
}

body.ych-route--internships .ych-opportunity-directory__intro h2 {
  margin-bottom: 16px !important;
  text-wrap: balance;
}

body.ych-route--internships .ych-opportunity-directory__intro p {
  max-width: 880px;
  margin-bottom: 0 !important;
}

body.ych-route--internships .ych-opportunity-content > .wp-block-kadence-rowlayout:not(.kb-row-layout-id3043_68d6f7-70) {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

body.ych-route--internships .ych-opportunity-content > .wp-block-kadence-rowlayout:last-child {
  margin-bottom: 0 !important;
}

body.ych-route--internships .kadence-column3043_ae093c-27 > .kt-inside-inner-col,
body.ych-route--internships .kadence-column3043_666635-07 > .kt-inside-inner-col,
body.ych-route--internships .kadence-column3043_eab93d-f5 > .kt-inside-inner-col,
body.ych-route--internships .kadence-column3043_ae53ff-b7 > .kt-inside-inner-col,
body.ych-route--internships .kadence-column3043_cb1f99-f5 > .kt-inside-inner-col {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  align-items: stretch;
}

body.ych-route--internships #gspb_heading-id-gsbp-e1a0411,
body.ych-route--internships #gspb_heading-id-gsbp-f677ad1,
body.ych-route--internships #gspb_heading-id-gsbp-622fa9f,
body.ych-route--internships #gspb_heading-id-gsbp-96ae829 {
  position: relative;
  grid-column: 1 / -1;
  min-height: 38px;
  margin: 2px 0 4px !important;
  padding: 0 0 0 60px !important;
  border: 0 !important;
  background: none !important;
  color: #ffffff !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em;
}

body.ych-route--internships #gspb_heading-id-gsbp-e1a0411::before,
body.ych-route--internships #gspb_heading-id-gsbp-f677ad1::before,
body.ych-route--internships #gspb_heading-id-gsbp-622fa9f::before,
body.ych-route--internships #gspb_heading-id-gsbp-96ae829::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 44px;
  height: 28px;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  background:
    linear-gradient(to right, #d71920 0 27%, transparent 27% 100%),
    linear-gradient(to bottom, #009a49 0 33.333%, #ffffff 33.333% 66.666%, #000000 66.666% 100%);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

body.ych-route--internships #gspb_heading-id-gsbp-e1a0411::after,
body.ych-route--internships #gspb_heading-id-gsbp-f677ad1::after,
body.ych-route--internships #gspb_heading-id-gsbp-622fa9f::after,
body.ych-route--internships #gspb_heading-id-gsbp-96ae829::after {
  content: none !important;
  display: none !important;
}

body.ych-route--internships #gspb_heading-id-gsbp-b68b2e6,
body.ych-route--internships #gspb_heading-id-gsbp-7f95381 {
  grid-column: 1 / -1;
  margin: 4px 0 2px !important;
  padding: 19px 22px !important;
  border: 0 !important;
  border-left: 4px solid var(--ych-intern-accent) !important;
  border-radius: 0 15px 15px 0;
  background: linear-gradient(90deg, rgba(46, 82, 117, 0.78), rgba(20, 41, 63, 0.32)) !important;
  color: #ffffff !important;
  font-size: clamp(1.55rem, 3vw, 2.25rem) !important;
  line-height: 1.12 !important;
  text-wrap: balance;
}

body.ych-route--internships .kadence-column3043_ae093c-27 > .kt-inside-inner-col > .wp-block-kadence-rowlayout,
body.ych-route--internships .kadence-column3043_666635-07 > .kt-inside-inner-col > .wp-block-kadence-rowlayout,
body.ych-route--internships .kadence-column3043_eab93d-f5 > .kt-inside-inner-col > .wp-block-kadence-rowlayout,
body.ych-route--internships .kadence-column3043_ae53ff-b7 > .kt-inside-inner-col > .wp-block-kadence-rowlayout,
body.ych-route--internships .kadence-column3043_cb1f99-f5 > .kt-inside-inner-col > .wp-block-kadence-rowlayout {
  width: 100% !important;
  min-height: 0 !important;
  height: 100%;
  margin: 0 !important;
  border: 1px solid var(--ych-intern-border) !important;
  border-radius: 18px !important;
  background: linear-gradient(145deg, rgba(20, 43, 67, 0.94), rgba(12, 30, 49, 0.98)) !important;
  box-shadow: 0 14px 38px rgba(0, 8, 22, 0.14);
}

body.ych-route--internships .ych-opportunity-content a {
  overflow-wrap: anywhere;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

body.ych-route--internships .ych-opportunity-cta {
  padding-block: 68px !important;
}

body.ych-route--internships .ych-opportunity-cta__panel {
  align-items: center;
  border-color: rgba(132, 185, 255, 0.22) !important;
  box-shadow: 0 22px 60px rgba(0, 8, 22, 0.18);
}

@media (max-width: 900px) {
  body.ych-route--internships .ych-opportunity-hero {
    min-height: 0;
    padding-block: 56px !important;
    background-image:
      linear-gradient(180deg, rgba(4, 17, 31, 0.62) 0%, rgba(4, 17, 31, 0.9) 58%, #071526 100%),
      url("https://youthconnecthub.net/wp-content/uploads/2026/07/shutterstock_leading-scaled-1.jpg") !important;
    background-position: center, 52% center !important;
  }

  body.ych-route--internships .ych-opportunity-hero__grid {
    min-height: 0;
    gap: 28px !important;
  }

  body.ych-route--internships .ych-opportunity-hero__content,
  body.ych-route--internships .ych-opportunity-hero__panel {
    max-width: none;
  }
}

@media (max-width: 767px) {
  body.ych-route--internships .ych-opportunity-hero {
    padding-block: 42px 48px !important;
    background-position: center, 56% center !important;
  }

  body.ych-route--internships .ych-opportunity-hero__grid {
    gap: 22px !important;
  }

  body.ych-route--internships .ych-opportunity-hero__panel {
    padding: 22px 18px !important;
    border-radius: 20px !important;
  }

  body.ych-route--internships .ych-opportunity-directory {
    padding-block: 52px 62px !important;
  }

  body.ych-route--internships .ych-opportunity-directory__intro {
    margin-bottom: 30px !important;
    padding-bottom: 24px;
  }

  body.ych-route--internships .ych-opportunity-content > .wp-block-kadence-rowlayout:not(.kb-row-layout-id3043_68d6f7-70) {
    margin-bottom: 24px !important;
  }

  body.ych-route--internships .kadence-column3043_ae093c-27 > .kt-inside-inner-col,
  body.ych-route--internships .kadence-column3043_666635-07 > .kt-inside-inner-col,
  body.ych-route--internships .kadence-column3043_eab93d-f5 > .kt-inside-inner-col,
  body.ych-route--internships .kadence-column3043_ae53ff-b7 > .kt-inside-inner-col,
  body.ych-route--internships .kadence-column3043_cb1f99-f5 > .kt-inside-inner-col {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body.ych-route--internships #gspb_heading-id-gsbp-e1a0411,
  body.ych-route--internships #gspb_heading-id-gsbp-f677ad1,
  body.ych-route--internships #gspb_heading-id-gsbp-622fa9f,
  body.ych-route--internships #gspb_heading-id-gsbp-96ae829 {
    min-height: 32px;
    padding-left: 52px !important;
    font-size: clamp(1.75rem, 9.5vw, 2.35rem) !important;
  }

  body.ych-route--internships #gspb_heading-id-gsbp-e1a0411::before,
  body.ych-route--internships #gspb_heading-id-gsbp-f677ad1::before,
  body.ych-route--internships #gspb_heading-id-gsbp-622fa9f::before,
  body.ych-route--internships #gspb_heading-id-gsbp-96ae829::before {
    width: 38px;
    height: 24px;
  }

  body.ych-route--internships #gspb_heading-id-gsbp-b68b2e6,
  body.ych-route--internships #gspb_heading-id-gsbp-7f95381 {
    padding: 16px 16px !important;
  }

  body.ych-route--internships .ych-opportunity-cta {
    padding-block: 50px !important;
  }
}


/* BEYOND FAMILY — NCSU-INSPIRED PREMIUM STANDARD */
body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) {
  --ych-family-accent: #83b9ff;
  --ych-family-accent-2: #b789f6;
  --ych-family-panel: rgba(18, 39, 62, 0.94);
  --ych-family-border: rgba(132, 185, 255, 0.25);
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-hero {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  padding-block: 68px !important;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.ych-route--technology-innovation .ych-opportunity-hero {
  background-image:
    linear-gradient(90deg, rgba(4,17,31,.97) 0%, rgba(4,17,31,.87) 45%, rgba(4,17,31,.44) 74%, rgba(4,17,31,.62) 100%),
    linear-gradient(180deg, rgba(5,18,33,.08) 54%, #071526 100%),
    url("https://youthconnecthub.net/wp-content/uploads/2026/07/40276-small.jpg") !important;
  background-position: center, center, center 46% !important;
}

body.ych-route--outdoor-adventures .ych-opportunity-hero {
  background-image:
    linear-gradient(90deg, rgba(4,17,31,.97) 0%, rgba(4,17,31,.86) 45%, rgba(4,17,31,.4) 74%, rgba(4,17,31,.56) 100%),
    linear-gradient(180deg, rgba(5,18,33,.06) 54%, #071526 100%),
    url("https://youthconnecthub.net/wp-content/uploads/2026/07/11923-small.jpg") !important;
  background-position: center, center, center 48% !important;
}

body.ych-route--mental-wellness .ych-opportunity-hero {
  background-image:
    linear-gradient(90deg, rgba(4,17,31,.97) 0%, rgba(4,17,31,.87) 46%, rgba(4,17,31,.42) 76%, rgba(4,17,31,.58) 100%),
    linear-gradient(180deg, rgba(5,18,33,.08) 54%, #071526 100%),
    url("https://youthconnecthub.net/wp-content/uploads/2026/07/Mental-wellness-2.jpg") !important;
  background-position: center, center, center 42% !important;
}

body.ych-route--mentorship .ych-opportunity-hero {
  background-image:
    linear-gradient(90deg, rgba(4,17,31,.97) 0%, rgba(4,17,31,.87) 46%, rgba(4,17,31,.42) 76%, rgba(4,17,31,.58) 100%),
    linear-gradient(180deg, rgba(5,18,33,.08) 54%, #071526 100%),
    url("https://youthconnecthub.net/wp-content/uploads/2026/07/YCH7.png") !important;
  background-position: center, center, center 44% !important;
}

body.ych-route--career-exploration .ych-opportunity-hero {
  background-image:
    linear-gradient(90deg, rgba(4,17,31,.97) 0%, rgba(4,17,31,.87) 45%, rgba(4,17,31,.44) 74%, rgba(4,17,31,.6) 100%),
    linear-gradient(180deg, rgba(5,18,33,.08) 54%, #071526 100%),
    url("https://youthconnecthub.net/wp-content/uploads/2026/07/17261-small.jpg") !important;
  background-position: center, center, center 46% !important;
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 26%, rgba(132,185,255,.13), transparent 28%),
    linear-gradient(120deg, transparent 56%, rgba(183,137,246,.08));
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-hero__grid {
  position: relative;
  z-index: 1;
  min-height: 484px;
  align-items: center !important;
  gap: clamp(38px, 6vw, 76px) !important;
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-hero__content {
  align-self: center;
  max-width: 620px;
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-hero__content h1 {
  max-width: 12ch;
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif !important;
  font-size: clamp(3.25rem, 5.1vw, 4rem) !important;
  font-weight: 700 !important;
  line-height: .94 !important;
  letter-spacing: -.035em;
  text-wrap: balance;
  text-shadow: 0 4px 28px rgba(0,0,0,.36);
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-hero__content p {
  max-width: 38rem;
  color: rgba(244,248,255,.92);
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 1.125rem !important;
  line-height: 1.65 !important;
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-hero__panel {
  align-self: center;
  max-width: 460px;
  padding: clamp(26px, 3vw, 38px) !important;
  border: 1px solid rgba(171,205,242,.28) !important;
  border-radius: 24px !important;
  background: linear-gradient(145deg, rgba(9,27,46,.86), rgba(12,34,56,.72)) !important;
  box-shadow: 0 24px 70px rgba(0,8,20,.34);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-hero__panel li,
body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-hero__panel > div {
  border-color: rgba(150,194,238,.18) !important;
  background: rgba(6,22,39,.56) !important;
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-directory {
  padding-block: 72px 86px !important;
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-directory__intro {
  width: 100%;
  max-width: 980px !important;
  margin-bottom: 40px !important;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(132,185,255,.2);
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-directory__intro h2 {
  margin-bottom: 16px !important;
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif !important;
  font-size: clamp(2.5rem, 3.8vw, 3rem) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -.025em;
  text-wrap: balance;
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-directory__intro p {
  max-width: 880px;
  margin-bottom: 0 !important;
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 1.0625rem !important;
  line-height: 1.7 !important;
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-content > .wp-block-kadence-rowlayout:not(:first-child) {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-content > .wp-block-kadence-rowlayout:last-child {
  margin-bottom: 0 !important;
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-content > .wp-block-kadence-rowlayout > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  align-items: stretch;
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-content .kt-inside-inner-col > p {
  grid-column: 1 / -1;
  margin: 0 0 4px !important;
  padding: 20px 22px;
  border-left: 4px solid var(--ych-family-accent);
  border-radius: 0 15px 15px 0;
  background: linear-gradient(90deg, rgba(46,82,117,.58), rgba(20,41,63,.24));
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 1.0625rem !important;
  line-height: 1.7 !important;
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-content .kt-inside-inner-col > h2 {
  grid-column: 1 / -1;
  margin: 2px 0 4px !important;
  padding: 19px 22px !important;
  border: 0 !important;
  border-left: 4px solid var(--ych-family-accent) !important;
  border-radius: 0 15px 15px 0;
  background: linear-gradient(90deg, rgba(46,82,117,.78), rgba(20,41,63,.32)) !important;
  color: #fff !important;
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif !important;
  font-size: clamp(1.75rem, 3vw, 2.35rem) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-wrap: balance;
}

body.ych-route--outdoor-adventures .ych-opportunity-content .kt-inside-inner-col > h2:empty {
  display: none !important;
}

body.ych-route--technology-innovation #gspb_heading-id-gsbp-e1a0411,
body.ych-route--technology-innovation #gspb_heading-id-gsbp-ec74773,
body.ych-route--technology-innovation #gspb_heading-id-gsbp-f677ad1,
body.ych-route--technology-innovation #gspb_heading-id-gsbp-dead57a,
body.ych-route--mental-wellness #gspb_heading-id-gsbp-3620e60,
body.ych-route--mental-wellness #gspb_heading-id-gsbp-05ae6aa {
  position: relative;
  min-height: 38px;
  padding: 0 0 0 60px !important;
  border: 0 !important;
  background: none !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em;
}

body.ych-route--technology-innovation #gspb_heading-id-gsbp-e1a0411::before,
body.ych-route--technology-innovation #gspb_heading-id-gsbp-ec74773::before,
body.ych-route--technology-innovation #gspb_heading-id-gsbp-f677ad1::before,
body.ych-route--technology-innovation #gspb_heading-id-gsbp-dead57a::before,
body.ych-route--mental-wellness #gspb_heading-id-gsbp-3620e60::before,
body.ych-route--mental-wellness #gspb_heading-id-gsbp-05ae6aa::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 44px;
  height: 28px;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 4px;
  background:
    linear-gradient(to right, #d71920 0 27%, transparent 27% 100%),
    linear-gradient(to bottom, #009a49 0 33.333%, #fff 33.333% 66.666%, #000 66.666% 100%);
  box-shadow: 0 6px 16px rgba(0,0,0,.2);
}

body.ych-route--technology-innovation #gspb_heading-id-gsbp-e1a0411::after,
body.ych-route--technology-innovation #gspb_heading-id-gsbp-ec74773::after,
body.ych-route--technology-innovation #gspb_heading-id-gsbp-f677ad1::after,
body.ych-route--technology-innovation #gspb_heading-id-gsbp-dead57a::after,
body.ych-route--mental-wellness #gspb_heading-id-gsbp-3620e60::after,
body.ych-route--mental-wellness #gspb_heading-id-gsbp-05ae6aa::after {
  content: none !important;
  display: none !important;
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-content .kt-inside-inner-col > .wp-block-kadence-rowlayout {
  width: 100% !important;
  min-width: 0;
  min-height: 0 !important;
  height: 100%;
  margin: 0 !important;
  border: 1px solid var(--ych-family-border) !important;
  border-radius: 18px !important;
  background: linear-gradient(145deg, rgba(20,43,67,.94), rgba(12,30,49,.98)) !important;
  box-shadow: 0 14px 38px rgba(0,8,22,.14);
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-content img {
  object-fit: contain;
  object-position: center;
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-content a {
  overflow-wrap: anywhere;
  text-underline-offset: .18em;
  text-decoration-thickness: 1px;
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-cta {
  padding-block: 68px !important;
}

body:is(
  .ych-route--technology-innovation,
  .ych-route--outdoor-adventures,
  .ych-route--mental-wellness,
  .ych-route--mentorship,
  .ych-route--career-exploration
) .ych-opportunity-cta__panel {
  align-items: center;
  border-color: rgba(132,185,255,.22) !important;
  box-shadow: 0 22px 60px rgba(0,8,22,.18);
}

@media (max-width: 900px) {
  body:is(
    .ych-route--technology-innovation,
    .ych-route--outdoor-adventures,
    .ych-route--mental-wellness,
    .ych-route--mentorship,
    .ych-route--career-exploration
  ) .ych-opportunity-hero {
    min-height: 0;
    padding-block: 56px !important;
    background-position: center, center, 56% center !important;
  }

  body:is(
    .ych-route--technology-innovation,
    .ych-route--outdoor-adventures,
    .ych-route--mental-wellness,
    .ych-route--mentorship,
    .ych-route--career-exploration
  ) .ych-opportunity-hero__grid {
    min-height: 0;
    gap: 28px !important;
  }

  body:is(
    .ych-route--technology-innovation,
    .ych-route--outdoor-adventures,
    .ych-route--mental-wellness,
    .ych-route--mentorship,
    .ych-route--career-exploration
  ) .ych-opportunity-hero__content,
  body:is(
    .ych-route--technology-innovation,
    .ych-route--outdoor-adventures,
    .ych-route--mental-wellness,
    .ych-route--mentorship,
    .ych-route--career-exploration
  ) .ych-opportunity-hero__panel {
    max-width: none;
  }
}

@media (max-width: 767px) {
  body:is(
    .ych-route--technology-innovation,
    .ych-route--outdoor-adventures,
    .ych-route--mental-wellness,
    .ych-route--mentorship,
    .ych-route--career-exploration
  ) .ych-opportunity-hero {
    padding-block: 42px 48px !important;
  }

  body:is(
    .ych-route--technology-innovation,
    .ych-route--outdoor-adventures,
    .ych-route--mental-wellness,
    .ych-route--mentorship,
    .ych-route--career-exploration
  ) .ych-opportunity-hero__grid {
    gap: 22px !important;
  }

  body:is(
    .ych-route--technology-innovation,
    .ych-route--outdoor-adventures,
    .ych-route--mental-wellness,
    .ych-route--mentorship,
    .ych-route--career-exploration
  ) .ych-opportunity-hero__content h1 {
    font-size: clamp(2.6rem, 12vw, 3rem) !important;
  }

  body:is(
    .ych-route--technology-innovation,
    .ych-route--outdoor-adventures,
    .ych-route--mental-wellness,
    .ych-route--mentorship,
    .ych-route--career-exploration
  ) .ych-opportunity-hero__content p {
    font-size: 1rem !important;
  }

  body:is(
    .ych-route--technology-innovation,
    .ych-route--outdoor-adventures,
    .ych-route--mental-wellness,
    .ych-route--mentorship,
    .ych-route--career-exploration
  ) .ych-opportunity-hero__panel {
    padding: 22px 18px !important;
    border-radius: 20px !important;
  }

  body:is(
    .ych-route--technology-innovation,
    .ych-route--outdoor-adventures,
    .ych-route--mental-wellness,
    .ych-route--mentorship,
    .ych-route--career-exploration
  ) .ych-opportunity-directory {
    padding-block: 52px 62px !important;
  }

  body:is(
    .ych-route--technology-innovation,
    .ych-route--outdoor-adventures,
    .ych-route--mental-wellness,
    .ych-route--mentorship,
    .ych-route--career-exploration
  ) .ych-opportunity-directory__intro {
    margin-bottom: 30px !important;
    padding-bottom: 24px;
  }

  body:is(
    .ych-route--technology-innovation,
    .ych-route--outdoor-adventures,
    .ych-route--mental-wellness,
    .ych-route--mentorship,
    .ych-route--career-exploration
  ) .ych-opportunity-directory__intro h2 {
    font-size: clamp(2rem, 10vw, 2.35rem) !important;
  }

  body:is(
    .ych-route--technology-innovation,
    .ych-route--outdoor-adventures,
    .ych-route--mental-wellness,
    .ych-route--mentorship,
    .ych-route--career-exploration
  ) .ych-opportunity-content > .wp-block-kadence-rowlayout:not(:first-child) {
    margin-bottom: 24px !important;
  }

  body:is(
    .ych-route--technology-innovation,
    .ych-route--outdoor-adventures,
    .ych-route--mental-wellness,
    .ych-route--mentorship,
    .ych-route--career-exploration
  ) .ych-opportunity-content > .wp-block-kadence-rowlayout > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body:is(
    .ych-route--technology-innovation,
    .ych-route--outdoor-adventures,
    .ych-route--mental-wellness,
    .ych-route--mentorship,
    .ych-route--career-exploration
  ) .ych-opportunity-content .kt-inside-inner-col > h2 {
    padding: 16px !important;
    font-size: clamp(1.55rem, 8vw, 2rem) !important;
  }

  body.ych-route--technology-innovation #gspb_heading-id-gsbp-e1a0411,
  body.ych-route--technology-innovation #gspb_heading-id-gsbp-ec74773,
  body.ych-route--technology-innovation #gspb_heading-id-gsbp-f677ad1,
  body.ych-route--technology-innovation #gspb_heading-id-gsbp-dead57a,
  body.ych-route--mental-wellness #gspb_heading-id-gsbp-3620e60,
  body.ych-route--mental-wellness #gspb_heading-id-gsbp-05ae6aa {
    min-height: 32px;
    padding: 0 0 0 52px !important;
    font-size: clamp(1.75rem, 9.5vw, 2.35rem) !important;
  }

  body.ych-route--technology-innovation #gspb_heading-id-gsbp-e1a0411::before,
  body.ych-route--technology-innovation #gspb_heading-id-gsbp-ec74773::before,
  body.ych-route--technology-innovation #gspb_heading-id-gsbp-f677ad1::before,
  body.ych-route--technology-innovation #gspb_heading-id-gsbp-dead57a::before,
  body.ych-route--mental-wellness #gspb_heading-id-gsbp-3620e60::before,
  body.ych-route--mental-wellness #gspb_heading-id-gsbp-05ae6aa::before {
    width: 38px;
    height: 24px;
  }

  body:is(
    .ych-route--technology-innovation,
    .ych-route--outdoor-adventures,
    .ych-route--mental-wellness,
    .ych-route--mentorship,
    .ych-route--career-exploration
  ) .ych-opportunity-cta {
    padding-block: 50px !important;
  }
}
