/* GHCC Connect account and dashboard UI — dependency-free and theme-scoped. */
.ghcc-auth-shell,
.ghcc-auth-logged-in,
.ghcc-auth-required,
.ghcc-dashboard {
	--ghcc-ink: #162b38;
	--ghcc-navy: #203748;
	--ghcc-teal: #078b8b;
	--ghcc-teal-dark: #056d70;
	--ghcc-yellow: #ffd400;
	--ghcc-mint: #e7f5f3;
	--ghcc-bg: #f4f8f8;
	--ghcc-line: #d9e7e6;
	--ghcc-muted: #60737c;
	--ghcc-white: #fff;
	--ghcc-danger: #b42318;
	--ghcc-shadow: 0 20px 55px rgba(22, 43, 56, .1);
	color: var(--ghcc-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

.ghcc-auth-shell *,
.ghcc-auth-logged-in *,
.ghcc-auth-required *,
.ghcc-dashboard * {
	box-sizing: border-box;
}

.ghcc-icon {
	display: inline-block;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.ghcc-button .ghcc-icon {
	width: 17px;
	height: 17px;
}

.ghcc-platform-page .entry-content,
.ghcc-platform-page .wp-block-post-content {
	max-width: none;
}

.ghcc-platform-page .entry-title,
.ghcc-platform-page .wp-block-post-title {
	display: none;
}

.ghcc-platform-page #footer.ct-footer,
.ghcc-platform-page footer.ct-footer {
	display: none !important;
}

.ghcc-platform-page .entry-content > .ghcc-dashboard,
.ghcc-platform-page .wp-block-post-content > .ghcc-dashboard {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.ghcc-eyebrow {
	display: block;
	margin: 0 0 8px;
	color: var(--ghcc-teal);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ghcc-button,
.ghcc-dashboard .ghcc-button,
.ghcc-auth-shell .ghcc-button,
.ghcc-auth-required .ghcc-button,
.ghcc-auth-logged-in .ghcc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 11px 21px;
	border: 1px solid var(--ghcc-teal);
	border-radius: 9px;
	background: var(--ghcc-teal);
	box-shadow: 0 8px 20px rgba(7, 139, 139, .16);
	color: #fff;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ghcc-button:hover,
.ghcc-button:focus-visible {
	border-color: var(--ghcc-teal-dark);
	background: var(--ghcc-teal-dark);
	box-shadow: 0 10px 24px rgba(7, 108, 112, .2);
	color: #fff;
	transform: translateY(-1px);
}

.ghcc-button:active {
	box-shadow: 0 4px 12px rgba(7, 108, 112, .16);
	transform: translateY(0);
}

.ghcc-button--secondary,
.ghcc-dashboard .ghcc-button--secondary,
.ghcc-auth-shell .ghcc-button--secondary {
	border-color: var(--ghcc-line);
	background: #fff;
	box-shadow: none;
	color: var(--ghcc-ink);
}

.ghcc-button--secondary:hover,
.ghcc-button--secondary:focus-visible {
	border-color: var(--ghcc-teal);
	background: var(--ghcc-mint);
	color: var(--ghcc-teal-dark);
}

.ghcc-button--wide {
	width: 100%;
}

.ghcc-button:focus-visible,
.ghcc-form input:focus,
.ghcc-form textarea:focus,
.ghcc-form select:focus,
.ghcc-dashboard a:focus-visible,
.ghcc-dashboard button:focus-visible {
	outline: 3px solid rgba(255, 212, 0, .55);
	outline-offset: 2px;
}

.ghcc-honeypot,
[hidden] {
	display: none !important;
}

/* Authentication */
.ghcc-auth-shell {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
	max-width: 1080px;
	min-height: 600px;
	margin: 46px auto;
	overflow: hidden;
	border: 1px solid var(--ghcc-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--ghcc-shadow);
}

.ghcc-auth-intro {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(38px, 6vw, 72px);
	overflow: hidden;
	background: linear-gradient(145deg, #162b38 0%, #24495a 70%, #087f81 150%);
	color: #fff;
}

.ghcc-auth-intro::after {
	position: absolute;
	right: -92px;
	bottom: -110px;
	width: 260px;
	height: 260px;
	border: 38px solid rgba(255, 212, 0, .14);
	border-radius: 50%;
	content: "";
}

.ghcc-auth-intro .ghcc-eyebrow {
	color: var(--ghcc-yellow);
}

.ghcc-auth-intro h1 {
	max-width: 520px;
	margin: 0 0 20px;
	color: #fff;
	font-size: clamp(36px, 5vw, 55px);
	font-weight: 820;
	letter-spacing: -.045em;
	line-height: 1.02;
}

.ghcc-auth-intro > p {
	max-width: 540px;
	margin: 0;
	color: #d7e7e9;
	font-size: 16px;
	line-height: 1.75;
}

.ghcc-auth-points {
	display: grid;
	gap: 11px;
	margin-top: 34px;
}

.ghcc-auth-points span {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #e7f2f2;
	font-size: 13px;
	font-weight: 650;
}

.ghcc-auth-points .ghcc-icon {
	width: 18px;
	height: 18px;
	color: var(--ghcc-yellow);
}

.ghcc-auth-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(32px, 5vw, 66px);
	background: #fff;
}

.ghcc-account-switch {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
	margin-bottom: 28px;
	padding: 5px;
	border-radius: 11px;
	background: var(--ghcc-bg);
}

.ghcc-account-switch button {
	min-height: 43px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--ghcc-muted);
	font: inherit;
	font-size: 13px;
	font-weight: 750;
	cursor: pointer;
}

.ghcc-account-switch button.is-active {
	background: #fff;
	box-shadow: 0 4px 13px rgba(22, 43, 56, .09);
	color: var(--ghcc-teal-dark);
}

.ghcc-auth-alt,
.ghcc-auth-links {
	margin: 24px 0 0;
	color: var(--ghcc-muted);
	font-size: 13px;
	text-align: center;
}

.ghcc-auth-links {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.ghcc-auth-shell a,
.ghcc-auth-logged-in a,
.ghcc-auth-required a {
	color: var(--ghcc-teal-dark);
	font-weight: 720;
}

.ghcc-auth-logged-in,
.ghcc-auth-required {
	max-width: 720px;
	margin: 55px auto;
	padding: clamp(34px, 6vw, 60px);
	border: 1px solid var(--ghcc-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--ghcc-shadow);
	text-align: center;
}

.ghcc-auth-logged-in h2,
.ghcc-auth-required h2 {
	margin: 0 0 12px;
	color: var(--ghcc-navy);
	font-size: clamp(26px, 4vw, 38px);
	letter-spacing: -.03em;
}

.ghcc-auth-logged-in p,
.ghcc-auth-required p {
	margin: 0 auto 24px;
	color: var(--ghcc-muted);
}

.ghcc-auth-logged-in > div,
.ghcc-auth-required > div {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.ghcc-auth-required__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 18px;
	border-radius: 16px;
	background: var(--ghcc-mint);
	color: var(--ghcc-teal-dark);
}

.ghcc-auth-required__icon .ghcc-icon {
	width: 28px;
	height: 28px;
}

/* Forms */
.ghcc-form {
	display: grid;
	gap: 20px;
}

.ghcc-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 19px;
}

.ghcc-form label,
.ghcc-form fieldset {
	min-width: 0;
	margin: 0;
}

.ghcc-form label {
	display: grid;
	align-content: start;
	gap: 7px;
}

.ghcc-form label > span,
.ghcc-form legend {
	color: var(--ghcc-navy);
	font-size: 12px;
	font-weight: 760;
	letter-spacing: .015em;
}

.ghcc-form input:not([type="checkbox"]):not([type="radio"]),
.ghcc-form select,
.ghcc-form textarea {
	width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 11px 13px;
	border: 1px solid #cbdcdb;
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
	color: var(--ghcc-ink);
	font: inherit;
	font-size: 14px;
	line-height: 1.45;
	transition: border-color .16s ease, box-shadow .16s ease;
}

.ghcc-form textarea {
	min-height: 104px;
	resize: vertical;
}

.ghcc-form input:focus,
.ghcc-form select:focus,
.ghcc-form textarea:focus {
	border-color: var(--ghcc-teal);
	box-shadow: 0 0 0 3px rgba(7, 139, 139, .1);
}

.ghcc-password-field {
	position: relative;
	display: block;
	width: 100%;
	color: inherit;
	font: inherit;
}

.ghcc-form .ghcc-password-field input {
	padding-right: 48px;
}

.ghcc-password-field button {
	position: absolute;
	top: 50%;
	right: 7px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: var(--ghcc-muted);
	cursor: pointer;
	transform: translateY(-50%);
}

.ghcc-password-field button:hover,
.ghcc-password-field button:focus-visible,
.ghcc-password-field button.is-showing {
	background: var(--ghcc-mint);
	color: var(--ghcc-teal-dark);
}

.ghcc-form small,
.ghcc-form-note {
	color: var(--ghcc-muted);
	font-size: 11px;
	line-height: 1.5;
}

.ghcc-form-full {
	grid-column: 1 / -1;
}

.ghcc-consent {
	display: flex !important;
	align-items: flex-start !important;
	grid-template-columns: none !important;
	gap: 10px !important;
	color: var(--ghcc-muted);
	font-size: 12px;
}

.ghcc-consent input,
.ghcc-admin-check input {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin: 2px 0 0;
	accent-color: var(--ghcc-teal);
}

.ghcc-consent a {
	color: var(--ghcc-teal);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ghcc-fieldset {
	padding: 19px;
	border: 1px solid var(--ghcc-line);
	border-radius: 11px;
	background: #fbfdfd;
}

.ghcc-fieldset legend {
	padding: 0 8px;
}

.ghcc-platform-notice {
	margin: 0 0 20px;
	padding: 13px 15px;
	border: 1px solid var(--ghcc-line);
	border-left-width: 4px;
	border-radius: 8px;
	background: #fff;
	color: var(--ghcc-ink);
	font-size: 13px;
}

.ghcc-platform-notice.is-success {
	border-left-color: #15803d;
	background: #f0fdf4;
}

.ghcc-platform-notice.is-error {
	border-left-color: var(--ghcc-danger);
	background: #fff6f5;
}

.ghcc-platform-notice.is-info {
	border-left-color: var(--ghcc-teal);
	background: #effcfb;
}

/* Dashboard shell */
.ghcc-dashboard {
	min-height: 760px;
	background: linear-gradient(135deg, #f6fafa 0%, #eef6f5 100%);
}

.ghcc-dashboard__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 76px;
	padding: 13px clamp(20px, 4vw, 55px);
	background: var(--ghcc-navy);
	box-shadow: 0 2px 14px rgba(0, 0, 0, .08);
	color: #fff;
}

.ghcc-dashboard__brand {
	display: inline-flex;
	flex-direction: column;
	gap: 0;
	color: #fff !important;
	line-height: 1;
	text-decoration: none;
}

.ghcc-dashboard__brand span {
	color: var(--ghcc-yellow);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .17em;
}

.ghcc-dashboard__brand strong {
	font-size: 23px;
	font-weight: 820;
	letter-spacing: -.035em;
}

.ghcc-dashboard__user {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 5px 7px 5px 12px;
	border-radius: 12px;
	color: #fff;
	text-decoration: none;
	transition: background-color .18s ease;
}

a.ghcc-dashboard__user:hover,
a.ghcc-dashboard__user:focus-visible {
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.ghcc-dashboard__user > div {
	display: grid;
	text-align: right;
}

.ghcc-dashboard__user strong {
	color: #fff;
	font-size: 13px;
}

.ghcc-dashboard__user span:not(.ghcc-avatar) {
	color: #b9cdd1;
	font-size: 10px;
}

.ghcc-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--ghcc-yellow);
	color: var(--ghcc-navy);
	font-size: 14px;
	font-weight: 850;
}

.ghcc-dashboard__layout {
	display: grid;
	grid-template-columns: 264px minmax(0, 1fr);
	max-width: 1500px;
	min-height: 684px;
	margin: 0 auto;
}

.ghcc-dashboard__sidebar {
	padding: 30px 18px;
	border-right: 1px solid var(--ghcc-line);
	background: #fff;
}

.ghcc-dashboard__sidebar nav {
	display: grid;
	gap: 4px;
	position: sticky;
	top: 25px;
}

.ghcc-dashboard__sidebar nav a {
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: 47px;
	padding: 9px 11px;
	border-radius: 10px;
	color: #536872;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	transition: background .16s ease, color .16s ease;
}

.ghcc-dashboard__sidebar nav a .ghcc-nav-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid var(--ghcc-line);
	border-radius: 9px;
	background: #fff;
	color: var(--ghcc-teal);
}

.ghcc-dashboard__sidebar .ghcc-nav-icon .ghcc-icon {
	width: 16px;
	height: 16px;
}

.ghcc-dashboard__sidebar .ghcc-nav-label {
	min-width: 0;
	flex: 1;
}

.ghcc-dashboard__sidebar nav a:hover,
.ghcc-dashboard__sidebar nav a.is-active {
	background: var(--ghcc-mint);
	color: var(--ghcc-teal-dark);
}

.ghcc-dashboard__sidebar nav a.is-active .ghcc-nav-icon {
	border-color: var(--ghcc-teal);
	background: var(--ghcc-teal);
	color: #fff;
}

.ghcc-dashboard__sidebar nav a.ghcc-nav-signout {
	margin-top: 12px;
	border-top: 1px solid #e8eeee;
	border-radius: 0 0 10px 10px;
	color: #6e5a5a;
}

.ghcc-dashboard__sidebar nav a.ghcc-nav-signout .ghcc-nav-icon {
	color: #9c4038;
}

.ghcc-dashboard__menu {
	display: none;
}

.ghcc-dashboard__content {
	min-width: 0;
	padding: clamp(28px, 4vw, 54px);
}

.ghcc-dashboard__title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 25px;
	margin: 0 0 27px;
}

.ghcc-dashboard__title h1 {
	margin: 0;
	color: var(--ghcc-navy);
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 820;
	letter-spacing: -.04em;
	line-height: 1.08;
}

.ghcc-panel,
.ghcc-welcome-card,
.ghcc-callout,
.ghcc-membership-card {
	margin: 0 0 22px;
	padding: clamp(21px, 3vw, 31px);
	border: 1px solid var(--ghcc-line);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(22, 43, 56, .045);
}

.ghcc-panel__heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 23px;
	padding-bottom: 17px;
	border-bottom: 1px solid #e7efef;
}

.ghcc-panel__heading h2,
.ghcc-welcome-card h2,
.ghcc-membership-card h2 {
	margin: 0;
	color: var(--ghcc-navy);
	font-size: 23px;
	font-weight: 790;
	letter-spacing: -.025em;
	line-height: 1.2;
}

.ghcc-panel__heading > p,
.ghcc-welcome-card p,
.ghcc-membership-card p,
.ghcc-empty p,
.ghcc-callout p {
	max-width: 600px;
	margin: 2px 0 0;
	color: var(--ghcc-muted);
	font-size: 13px;
}

.ghcc-welcome-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: clamp(25px, 4vw, 39px);
	background: linear-gradient(135deg, #fff 0%, #f4fbfa 100%);
}

.ghcc-welcome-card h2 {
	font-size: clamp(27px, 4vw, 39px);
}

.ghcc-completion {
	display: grid;
	justify-items: center;
	gap: 6px;
	flex: 0 0 auto;
}

.ghcc-completion > span {
	display: grid;
	place-items: center;
	width: 83px;
	height: 83px;
	border-radius: 50%;
	background: conic-gradient(var(--ghcc-teal) var(--ghcc-progress), #deebea 0);
}

.ghcc-completion > span::before {
	grid-area: 1 / 1;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: #fff;
	content: "";
}

.ghcc-completion strong {
	grid-area: 1 / 1;
	z-index: 1;
	color: var(--ghcc-navy);
	font-size: 16px;
}

.ghcc-completion small {
	color: var(--ghcc-muted);
	font-size: 10px;
}

.ghcc-stat-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 13px;
	margin-bottom: 22px;
}

.ghcc-stat-grid > div {
	display: grid;
	gap: 7px;
	position: relative;
	min-height: 104px;
	padding: 20px;
	border: 1px solid var(--ghcc-line);
	border-radius: 12px;
	background: #fff;
}

.ghcc-stat-grid span {
	color: var(--ghcc-muted);
	font-size: 11px;
	font-weight: 680;
}

.ghcc-stat-grid strong {
	color: var(--ghcc-navy);
	font-size: 24px;
	font-weight: 820;
}

.ghcc-stat-icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: var(--ghcc-mint);
	color: var(--ghcc-teal-dark);
}

.ghcc-stat-icon .ghcc-icon {
	width: 17px;
	height: 17px;
}

.ghcc-dashboard-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 22px;
}

.ghcc-task-list {
	display: grid;
	gap: 7px;
}

.ghcc-task-list > form,
.ghcc-task-list__item {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 13px 0;
	border-bottom: 1px solid #ebf1f1;
}

.ghcc-task-list > form:last-child,
.ghcc-task-list__item:last-child {
	border-bottom: 0;
}

.ghcc-task-list button {
	display: grid;
	place-items: center;
	width: 25px;
	height: 25px;
	padding: 0;
	border: 1px solid #b9cecc;
	border-radius: 50%;
	background: #fff;
	color: var(--ghcc-teal);
	font-weight: 800;
	cursor: pointer;
}

.ghcc-task-list__item > div {
	display: grid;
	gap: 3px;
}

.ghcc-task-list strong {
	color: var(--ghcc-navy);
	font-size: 13px;
}

.ghcc-task-list span {
	color: var(--ghcc-muted);
	font-size: 11px;
}

.ghcc-task-list__item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
}

.ghcc-task-state {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border: 2px solid #9bcaca;
	border-radius: 50%;
	color: #078f90;
	font-weight: 800;
}

.ghcc-task-action,
.ghcc-task-auto {
	font-size: 13px;
	font-weight: 750;
	white-space: nowrap;
}

.ghcc-task-action {
	color: #087f80;
}

.ghcc-task-list__item > form {
	display: block;
	padding: 0;
	border: 0;
}

.ghcc-task-list .ghcc-task-action {
	display: inline-flex;
	width: auto;
	height: auto;
	padding: 7px 10px;
	border: 1px solid #b8d8d6;
	border-radius: 8px;
	background: #fff;
	text-decoration: none;
}

.ghcc-task-auto {
	color: #667780;
}

.ghcc-timeline,
.ghcc-timeline li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ghcc-timeline {
	display: grid;
	gap: 15px;
}

.ghcc-timeline li {
	display: grid;
	grid-template-columns: 10px 1fr;
	gap: 11px;
}

.ghcc-timeline li > span {
	width: 8px;
	height: 8px;
	margin-top: 7px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--ghcc-teal);
	box-shadow: 0 0 0 2px #bfe1df;
}

.ghcc-timeline li div {
	display: grid;
	gap: 2px;
}

.ghcc-timeline strong {
	color: var(--ghcc-navy);
	font-size: 12px;
	font-weight: 690;
}

.ghcc-timeline small {
	color: var(--ghcc-muted);
	font-size: 10px;
}

.ghcc-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #edf3f3;
	color: #546770;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .02em;
	line-height: 1.1;
	white-space: nowrap;
}

.ghcc-status.is-approved,
.ghcc-status.is-active,
.ghcc-status.is-placed,
.ghcc-status.is-completed,
.ghcc-status.is-shortlist_ready,
.ghcc-status.is-job_published {
	background: #dcfce7;
	color: #166534;
}

.ghcc-status.is-pending,
.ghcc-status.is-submitted,
.ghcc-status.is-reviewing,
.ghcc-status.is-matching,
.ghcc-status.is-job_draft,
.ghcc-status.is-trialing {
	background: #fff6c7;
	color: #765a00;
}

.ghcc-status.is-rejected,
.ghcc-status.is-suspended,
.ghcc-status.is-past_due,
.ghcc-status.is-cancelled,
.ghcc-status.is-canceled {
	background: #fee4e2;
	color: #9c1c13;
}

.ghcc-empty {
	padding: 27px;
	border: 1px dashed #bed2d0;
	border-radius: 11px;
	background: #f9fcfc;
	text-align: center;
}

.ghcc-empty strong {
	display: block;
	margin-bottom: 4px;
	color: var(--ghcc-navy);
}

.ghcc-callout {
	border-left: 4px solid var(--ghcc-yellow);
	background: #fffdf2;
}

.ghcc-callout strong {
	display: block;
	color: var(--ghcc-navy);
	font-size: 16px;
}

.ghcc-callout .ghcc-button {
	margin-top: 16px;
}

.ghcc-callout--icon {
	display: flex;
	align-items: flex-start;
	gap: 13px;
}

.ghcc-callout--icon > span {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: #fff4a8;
	color: #765a00;
}

.ghcc-callout--icon > div {
	min-width: 0;
	flex: 1;
}

.ghcc-table-wrap {
	max-width: 100%;
	overflow-x: auto;
}

.ghcc-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

.ghcc-table th {
	padding: 10px 12px;
	border-bottom: 1px solid #cddfdd;
	color: var(--ghcc-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .06em;
	text-align: left;
	text-transform: uppercase;
}

.ghcc-table td {
	padding: 15px 12px;
	border-bottom: 1px solid #e7efef;
	color: #465c66;
	vertical-align: top;
}

.ghcc-table td strong,
.ghcc-table td small {
	display: block;
}

.ghcc-table td strong {
	color: var(--ghcc-navy);
	font-size: 12px;
}

.ghcc-table td small {
	margin-top: 3px;
	color: var(--ghcc-muted);
	font-size: 10px;
}

.ghcc-table__actions {
	white-space: nowrap;
}

.ghcc-table__actions a {
	margin-left: 9px;
	color: var(--ghcc-teal-dark);
	font-weight: 730;
}

.ghcc-table__actions a.is-danger {
	color: var(--ghcc-danger);
}

.ghcc-upload-form {
	grid-template-columns: minmax(150px, .6fr) minmax(240px, 1fr) auto;
	align-items: end;
}

.ghcc-upload-form .ghcc-button {
	min-height: 46px;
}

.ghcc-opportunity-list {
	display: grid;
	gap: 12px;
}

.ghcc-opportunity-list > article {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px;
	border: 1px solid var(--ghcc-line);
	border-radius: 11px;
	background: #fbfdfd;
}

.ghcc-opportunity-list article > div > span {
	color: var(--ghcc-teal);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ghcc-opportunity-list h3 {
	margin: 3px 0 6px;
	color: var(--ghcc-navy);
	font-size: 18px;
}

.ghcc-opportunity-list p {
	margin: 0;
	color: var(--ghcc-muted);
	font-size: 12px;
}

.ghcc-opportunity-list ul,
.ghcc-candidate-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

.ghcc-opportunity-list li,
.ghcc-candidate-meta span {
	padding: 4px 8px;
	border-radius: 999px;
	background: #eaf3f2;
	color: #4d666d;
	font-size: 10px;
}

.ghcc-opportunity-list details {
	min-width: 210px;
}

.ghcc-opportunity-list details[open] {
	padding: 15px;
	border: 1px solid var(--ghcc-line);
	border-radius: 10px;
	background: #fff;
}

.ghcc-opportunity-list summary {
	list-style: none;
}

.ghcc-opportunity-list details form {
	display: grid;
	gap: 12px;
	margin-top: 12px;
}

.ghcc-candidate-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.ghcc-shortlist-grid > section + section {
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px solid var(--ghcc-line);
}

.ghcc-shortlist-grid > section > h3 {
	margin: 0 0 14px;
	color: var(--ghcc-navy);
	font-size: 18px;
}

.ghcc-candidate-card {
	padding: 19px;
	border: 1px solid var(--ghcc-line);
	border-radius: 12px;
	background: #fbfdfd;
}

.ghcc-candidate-card header {
	display: flex;
	align-items: center;
	gap: 11px;
}

.ghcc-candidate-card header > div {
	min-width: 0;
	flex: 1;
}

.ghcc-candidate-card header > strong {
	color: var(--ghcc-teal-dark);
	font-size: 18px;
}

.ghcc-candidate-card h4,
.ghcc-candidate-card p {
	margin: 0;
}

.ghcc-candidate-card h4 {
	color: var(--ghcc-navy);
	font-size: 15px;
}

.ghcc-candidate-card p {
	color: var(--ghcc-muted);
	font-size: 11px;
}

.ghcc-candidate-card h5 {
	margin: 17px 0 7px;
	color: var(--ghcc-navy);
	font-size: 11px;
}

.ghcc-candidate-card ul {
	margin: 0;
	padding-left: 18px;
	color: #52666e;
	font-size: 11px;
}

.ghcc-candidate-card details {
	margin-top: 10px;
	font-size: 11px;
}

.ghcc-candidate-card form button {
	margin-top: 15px;
	padding: 7px 10px;
	border: 1px solid var(--ghcc-teal);
	border-radius: 7px;
	background: #fff;
	color: var(--ghcc-teal-dark);
	font-size: 11px;
	font-weight: 750;
	cursor: pointer;
}

.ghcc-membership-card {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 30px;
	align-items: center;
	padding: clamp(28px, 5vw, 44px);
	background: linear-gradient(135deg, var(--ghcc-navy), #2d5b68);
	color: #fff;
}

.ghcc-membership-card .ghcc-eyebrow {
	color: var(--ghcc-yellow);
}

.ghcc-membership-card h2,
.ghcc-membership-card p {
	color: #fff;
}

.ghcc-membership-card__price {
	margin: 8px 0 !important;
	font-size: 25px !important;
	font-weight: 820;
}

.ghcc-membership-card__status {
	display: grid;
	gap: 5px;
	min-width: 180px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 12px;
	background: rgba(255, 255, 255, .08);
}

.ghcc-membership-card__status small,
.ghcc-membership-card__status span {
	color: #c6dcdf;
	font-size: 10px;
}

.ghcc-membership-card__status strong {
	font-size: 16px;
}

.ghcc-benefit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.ghcc-benefit-grid > div {
	display: grid;
	gap: 4px;
	padding: 17px;
	border-radius: 10px;
	background: var(--ghcc-bg);
}

.ghcc-benefit-grid strong {
	color: var(--ghcc-navy);
	font-size: 13px;
}

.ghcc-benefit-grid span {
	color: var(--ghcc-muted);
	font-size: 11px;
}

.ghcc-pagination {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 23px;
}

.ghcc-pagination a {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--ghcc-line);
	border-radius: 7px;
	background: #fff;
	color: var(--ghcc-navy);
	font-size: 12px;
	text-decoration: none;
}

.ghcc-pagination a.is-current {
	border-color: var(--ghcc-teal);
	background: var(--ghcc-teal);
	color: #fff;
}

.ghcc-account-meta {
	background: #f9fcfc;
}

/* Focused front-end administrator operations. */
.ghcc-stat-grid--admin {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ghcc-quick-links {
	display: grid;
	gap: 10px;
}

.ghcc-quick-links a {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 15px 16px;
	border: 1px solid var(--ghcc-line);
	border-radius: 10px;
	background: #fbfdfd;
	color: var(--ghcc-navy);
	text-decoration: none;
}

.ghcc-quick-links a:hover,
.ghcc-quick-links a:focus-visible {
	border-color: var(--ghcc-teal);
	background: var(--ghcc-mint);
}

.ghcc-quick-links a > span:nth-child(2) {
	display: grid;
	gap: 3px;
}

.ghcc-quick-links__icon {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: var(--ghcc-mint);
	color: var(--ghcc-teal-dark) !important;
}

.ghcc-quick-links__icon .ghcc-icon {
	width: 18px;
	height: 18px;
}

.ghcc-quick-links strong {
	font-size: 13px;
}

.ghcc-quick-links small {
	color: var(--ghcc-muted);
	font-size: 11px;
}

.ghcc-quick-links__arrow {
	width: 16px;
	height: 16px;
	color: #8ba09f;
	transition: transform .18s ease;
}

.ghcc-quick-links a:hover .ghcc-quick-links__arrow {
	transform: translateX(3px);
}

.ghcc-ops-list {
	display: grid;
	gap: 11px;
}

.ghcc-job-composer {
	margin-bottom: 18px;
}

.ghcc-job-composer > summary {
	color: var(--ghcc-teal-dark);
	font-size: 13px;
	font-weight: 820;
	cursor: pointer;
}

.ghcc-job-composer[open] > summary {
	margin-bottom: 22px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--ghcc-line);
}

.ghcc-ops-record {
	overflow: hidden;
	border: 1px solid var(--ghcc-line);
	border-radius: 12px;
	background: #fff;
}

.ghcc-ops-record__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 19px;
}

.ghcc-ops-record__summary h3 {
	margin: 0 0 4px;
	color: var(--ghcc-navy);
	font-size: 17px;
	letter-spacing: -.015em;
}

.ghcc-ops-record__summary p {
	margin: 0;
	color: var(--ghcc-muted);
	font-size: 11px;
}

.ghcc-ops-record details {
	border-top: 1px solid var(--ghcc-line);
}

.ghcc-ops-record summary {
	padding: 11px 19px;
	background: #f8fbfb;
	color: var(--ghcc-teal-dark);
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
}

.ghcc-ops-details {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
	gap: 24px;
	padding: 20px;
}

.ghcc-ops-facts {
	display: grid;
	align-content: start;
	gap: 13px;
}

.ghcc-ops-facts p {
	display: grid;
	gap: 4px;
	margin: 0;
}

.ghcc-ops-facts strong {
	color: var(--ghcc-navy);
	font-size: 11px;
}

.ghcc-ops-facts span {
	color: var(--ghcc-muted);
	font-size: 12px;
	line-height: 1.65;
	overflow-wrap: anywhere;
	white-space: pre-line;
}

.ghcc-profile-review {
	display: grid;
	align-content: start;
	min-width: 0;
	gap: 16px;
}

.ghcc-profile-review__section {
	display: grid;
	min-width: 0;
	gap: 12px;
	padding: 16px;
	border: 1px solid var(--ghcc-line);
	border-radius: 10px;
	background: #fbfdfd;
}

.ghcc-profile-review__section h4 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: var(--ghcc-navy);
	font-size: 13px;
	letter-spacing: -.01em;
}

.ghcc-profile-review__section h4 .ghcc-icon {
	width: 16px;
	height: 16px;
	color: var(--ghcc-teal);
}

.ghcc-profile-review__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px 18px;
}

.ghcc-profile-review__grid p {
	display: grid;
	min-width: 0;
	gap: 4px;
	margin: 0;
}

.ghcc-profile-review__grid p.is-wide {
	grid-column: 1 / -1;
}

.ghcc-profile-review__grid strong {
	color: var(--ghcc-navy);
	font-size: 11px;
}

.ghcc-profile-review__grid span,
.ghcc-profile-review__note,
.ghcc-profile-review__meta {
	margin: 0;
	color: var(--ghcc-muted);
	font-size: 12px;
	line-height: 1.6;
	overflow-wrap: anywhere;
	white-space: pre-line;
}

.ghcc-profile-review__grid a {
	color: var(--ghcc-teal-dark);
	font-weight: 720;
}

.ghcc-profile-review__meta {
	margin-top: -5px;
	font-size: 10px;
}

.ghcc-profile-file {
	display: grid;
	gap: 2px;
	padding: 12px 13px;
	border: 1px solid var(--ghcc-teal);
	border-radius: 8px;
	background: var(--ghcc-mint);
	color: var(--ghcc-teal-dark);
	font-size: 11px;
	text-decoration: none;
}

.ghcc-profile-file span {
	color: var(--ghcc-muted);
	font-size: 10px;
	overflow-wrap: anywhere;
}

.ghcc-profile-file:hover,
.ghcc-profile-file:focus-visible {
	border-color: var(--ghcc-teal-dark);
}

.ghcc-ops-forms {
	display: grid;
	gap: 17px;
}

.ghcc-form--compact {
	gap: 12px;
	padding: 16px;
	border: 1px solid var(--ghcc-line);
	border-radius: 10px;
	background: #fbfdfd;
}

.ghcc-form--compact textarea {
	min-height: 72px;
}

.ghcc-ops-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
}

.ghcc-ops-table td {
	vertical-align: top;
}

.ghcc-ops-table td:last-child {
	min-width: 295px;
}

.ghcc-ops-inline-form {
	display: grid;
	grid-template-columns: minmax(120px, .7fr) minmax(140px, 1fr) auto;
	gap: 6px;
}

.ghcc-ops-inline-form select,
.ghcc-ops-inline-form input {
	width: 100%;
	min-height: 37px;
	padding: 7px 9px;
	border: 1px solid #cbdcdb;
	border-radius: 7px;
	background: #fff;
	color: var(--ghcc-ink);
	font: inherit;
	font-size: 11px;
}

.ghcc-ops-inline-form button {
	min-height: 37px;
	padding: 7px 12px;
	border: 0;
	border-radius: 7px;
	background: var(--ghcc-teal);
	color: #fff;
	font: inherit;
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
}

.ghcc-matching-layout {
	display: grid;
	grid-template-columns: minmax(230px, .36fr) minmax(0, 1fr);
	gap: 18px;
}

.ghcc-request-picker {
	display: grid;
	gap: 7px;
}

.ghcc-request-picker a {
	display: grid;
	gap: 3px;
	padding: 12px;
	border: 1px solid var(--ghcc-line);
	border-radius: 9px;
	background: #fbfdfd;
	color: var(--ghcc-navy);
	text-decoration: none;
}

.ghcc-request-picker a.is-active {
	border-color: var(--ghcc-teal);
	background: var(--ghcc-mint);
}

.ghcc-request-picker strong {
	font-size: 12px;
}

.ghcc-request-picker span,
.ghcc-request-picker i {
	color: var(--ghcc-muted);
	font-size: 10px;
	font-style: normal;
}

.ghcc-request-picker i {
	color: var(--ghcc-teal-dark);
	font-weight: 800;
}

.ghcc-match-list {
	display: grid;
	gap: 8px;
	margin: 20px 0;
}

.ghcc-match-row {
	display: grid;
	grid-template-columns: auto 58px minmax(0, 1fr);
	align-items: start;
	gap: 12px;
	padding: 14px;
	border: 1px solid var(--ghcc-line);
	border-radius: 10px;
	background: #fbfdfd;
	cursor: pointer;
}

.ghcc-match-row:has(input:checked) {
	border-color: var(--ghcc-teal);
	background: var(--ghcc-mint);
}

.ghcc-match-row > input {
	width: 17px;
	height: 17px;
	margin: 5px 0 0;
	accent-color: var(--ghcc-teal);
}

.ghcc-match-score {
	color: var(--ghcc-teal-dark);
	font-size: 19px;
	font-weight: 850;
}

.ghcc-match-row > span:last-child {
	display: grid;
	gap: 3px;
}

.ghcc-match-row strong {
	color: var(--ghcc-navy);
	font-size: 13px;
}

.ghcc-match-row small,
.ghcc-match-row em,
.ghcc-match-row i {
	color: var(--ghcc-muted);
	font-size: 10px;
	font-style: normal;
}

.ghcc-match-row em {
	color: #17623a;
}

.ghcc-match-row i {
	color: #8a5d10;
}

/* Complete front-end application review workspace. */
.ghcc-applications-workspace {
	padding: clamp(22px, 3vw, 34px);
}

.ghcc-application-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 18px;
}

.ghcc-application-stats > div {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 2px 10px;
	padding: 14px;
	border: 1px solid var(--ghcc-line);
	border-radius: 11px;
	background: #fbfdfd;
}

.ghcc-application-stats .ghcc-stat-icon {
	grid-row: 1 / 3;
}

.ghcc-application-stats > div > span:not(.ghcc-stat-icon) {
	color: var(--ghcc-muted);
	font-size: 10px;
	font-weight: 720;
}

.ghcc-application-stats strong {
	color: var(--ghcc-navy);
	font-size: 20px;
	line-height: 1.1;
}

.ghcc-application-filters {
	display: grid;
	grid-template-columns: minmax(210px, 1.2fr) minmax(170px, .8fr) minmax(145px, .65fr) auto auto;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding: 12px;
	border: 1px solid var(--ghcc-line);
	border-radius: 12px;
	background: #f7fbfa;
}

.ghcc-application-filters label {
	margin: 0;
}

.ghcc-application-filters input,
.ghcc-application-filters select {
	width: 100%;
	min-height: 42px;
	margin: 0;
	padding: 9px 11px;
	border: 1px solid #cbdcdb;
	border-radius: 8px;
	background: #fff;
	color: var(--ghcc-ink);
	font: inherit;
	font-size: 12px;
}

.ghcc-application-filters .ghcc-button {
	min-height: 42px;
	padding: 9px 15px;
}

.ghcc-filter-search {
	position: relative;
}

.ghcc-filter-search > .ghcc-icon {
	position: absolute;
	top: 50%;
	left: 12px;
	z-index: 1;
	width: 16px;
	height: 16px;
	color: #809291;
	transform: translateY(-50%);
}

.ghcc-filter-search input {
	padding-left: 38px;
}

.ghcc-filter-clear {
	padding: 8px;
	color: var(--ghcc-teal-dark);
	font-size: 11px;
	font-weight: 780;
	text-align: center;
}

.ghcc-applicant-list {
	display: grid;
	gap: 13px;
}

.ghcc-applicant-card {
	overflow: hidden;
	border: 1px solid var(--ghcc-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(22, 43, 56, .04);
}

.ghcc-applicant-card__header {
	display: grid;
	grid-template-columns: minmax(260px, 1.1fr) minmax(210px, .8fr) auto;
	align-items: center;
	gap: 22px;
	padding: 19px 20px;
}

.ghcc-applicant-identity {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 12px;
}

.ghcc-applicant-identity > div,
.ghcc-applicant-job {
	min-width: 0;
}

.ghcc-applicant-identity h3 {
	margin: 0 0 3px;
	color: var(--ghcc-navy);
	font-size: 17px;
	line-height: 1.2;
}

.ghcc-applicant-identity p {
	margin: 0;
	color: var(--ghcc-muted);
	font-size: 10px;
	overflow-wrap: anywhere;
}

.ghcc-applicant-job {
	display: grid;
	gap: 2px;
}

.ghcc-applicant-job > span,
.ghcc-applicant-job small {
	color: var(--ghcc-muted);
	font-size: 9px;
}

.ghcc-applicant-job strong {
	color: var(--ghcc-navy);
	font-size: 12px;
	overflow-wrap: anywhere;
}

.ghcc-applicant-card > details {
	border-top: 1px solid var(--ghcc-line);
}

.ghcc-applicant-card > details > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 20px;
	background: #f7fbfa;
	color: var(--ghcc-teal-dark);
	font-size: 11px;
	font-weight: 800;
	list-style: none;
	cursor: pointer;
}

.ghcc-applicant-card > details > summary::-webkit-details-marker {
	display: none;
}

.ghcc-applicant-card > details > summary > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.ghcc-applicant-card > details > summary .ghcc-icon {
	width: 15px;
	height: 15px;
}

.ghcc-applicant-card .ghcc-details-chevron {
	transition: transform .18s ease;
}

.ghcc-applicant-card details[open] .ghcc-details-chevron {
	transform: rotate(180deg);
}

.ghcc-application-review {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
	gap: 22px;
	padding: 22px;
	background: #fff;
}

.ghcc-application-actions {
	display: grid;
	align-content: start;
	gap: 12px;
}

.ghcc-application-actions__heading {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px;
	border: 1px solid var(--ghcc-line);
	border-radius: 10px;
	background: var(--ghcc-mint);
}

.ghcc-application-actions__icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: #fff;
	color: var(--ghcc-teal-dark);
}

.ghcc-application-actions__heading > div {
	display: grid;
	gap: 2px;
}

.ghcc-application-actions__heading strong {
	color: var(--ghcc-navy);
	font-size: 12px;
}

.ghcc-application-actions__heading span:last-child {
	color: var(--ghcc-muted);
	font-size: 9px;
}

.ghcc-application-actions .ghcc-form--compact {
	background: #fff;
}

.ghcc-application-files {
	display: grid;
	gap: 8px;
}

.ghcc-application-files .ghcc-profile-file {
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
}

.ghcc-application-files .ghcc-profile-file > .ghcc-icon {
	width: 17px;
	height: 17px;
}

.ghcc-application-files .ghcc-profile-file > span {
	display: grid;
	gap: 2px;
}

.ghcc-application-files .ghcc-profile-file small {
	color: var(--ghcc-muted);
	font-size: 9px;
}

.ghcc-empty__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin: 0 auto 10px;
	border-radius: 11px;
	background: var(--ghcc-mint);
	color: var(--ghcc-teal-dark);
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 980px) {
	.ghcc-auth-shell {
		grid-template-columns: 1fr;
		max-width: 680px;
	}

	.ghcc-auth-intro {
		padding: 42px;
	}

	.ghcc-auth-intro h1 {
		font-size: 39px;
	}

	.ghcc-auth-points {
		display: none;
	}

	.ghcc-dashboard__layout {
		grid-template-columns: 1fr;
	}

	.ghcc-dashboard__sidebar {
		padding: 12px 20px;
		border-right: 0;
		border-bottom: 1px solid var(--ghcc-line);
	}

	.ghcc-dashboard__menu {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 42px;
		padding: 9px 12px;
		border: 1px solid var(--ghcc-line);
		border-radius: 8px;
		background: #fff;
		color: var(--ghcc-navy);
		font: inherit;
		font-size: 12px;
		font-weight: 750;
	}

	.ghcc-dashboard__menu > span {
		display: inline-flex;
		align-items: center;
		gap: 8px;
	}

	.ghcc-dashboard__menu .ghcc-icon {
		width: 16px;
		height: 16px;
	}

	.ghcc-dashboard__menu .ghcc-menu-chevron {
		transition: transform .18s ease;
	}

	.ghcc-dashboard__menu[aria-expanded="true"] .ghcc-menu-chevron {
		transform: rotate(180deg);
	}

	.ghcc-dashboard__sidebar nav {
		display: none;
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 8px;
	}

	.ghcc-dashboard__sidebar nav.is-open {
		display: grid;
	}

	.ghcc-dashboard-grid {
		grid-template-columns: 1fr;
	}

	.ghcc-stat-grid--admin {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ghcc-matching-layout,
	.ghcc-ops-details,
	.ghcc-application-review {
		grid-template-columns: 1fr;
	}

	.ghcc-application-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ghcc-filter-search {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	.ghcc-platform-page .entry-content > .ghcc-dashboard,
	.ghcc-platform-page .wp-block-post-content > .ghcc-dashboard {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

	.ghcc-auth-shell {
		margin: 20px 12px;
		border-radius: 15px;
	}

	.ghcc-auth-intro,
	.ghcc-auth-card {
		padding: 30px 23px;
	}

	.ghcc-auth-intro h1 {
		font-size: 33px;
	}

	.ghcc-form-grid,
	.ghcc-stat-grid,
	.ghcc-candidate-grid,
	.ghcc-benefit-grid,
	.ghcc-membership-card,
	.ghcc-profile-review__grid {
		grid-template-columns: 1fr;
	}

	.ghcc-profile-review__grid p.is-wide {
		grid-column: auto;
	}

	.ghcc-ops-record__summary,
	.ghcc-matching-results .ghcc-panel__heading,
	.ghcc-applicant-card__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.ghcc-applicant-card__header {
		display: flex;
		gap: 14px;
	}

	.ghcc-applicant-card__header > .ghcc-status {
		position: absolute;
		top: 16px;
		right: 16px;
	}

	.ghcc-applicant-card {
		position: relative;
	}

	.ghcc-applicant-identity {
		max-width: calc(100% - 85px);
	}

	.ghcc-application-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ghcc-application-filters {
		grid-template-columns: 1fr;
	}

	.ghcc-filter-search {
		grid-column: auto;
	}

	.ghcc-application-review {
		padding: 15px;
	}

	.ghcc-ops-inline-form {
		grid-template-columns: 1fr;
	}

	.ghcc-ops-table td:last-child {
		min-width: 220px;
	}

	.ghcc-match-row {
		grid-template-columns: auto 50px minmax(0, 1fr);
		padding: 11px;
	}

	.ghcc-auth-links,
	.ghcc-welcome-card,
	.ghcc-panel__heading,
	.ghcc-dashboard__title,
	.ghcc-opportunity-list > article {
		align-items: flex-start;
		flex-direction: column;
	}

	.ghcc-dashboard__top {
		padding: 12px 16px;
	}

	.ghcc-dashboard__user > div {
		display: none;
	}

	.ghcc-dashboard__content {
		padding: 24px 15px 45px;
	}

	.ghcc-dashboard__sidebar nav {
		grid-template-columns: 1fr;
	}

	.ghcc-panel,
	.ghcc-welcome-card,
	.ghcc-callout,
	.ghcc-membership-card {
		padding: 20px 17px;
		border-radius: 11px;
	}

	.ghcc-applications-workspace {
		padding: 18px 14px;
	}

	.ghcc-completion {
		align-self: center;
	}

	.ghcc-upload-form {
		grid-template-columns: 1fr;
	}

	.ghcc-opportunity-list details,
	.ghcc-opportunity-list .ghcc-button {
		width: 100%;
	}

	.ghcc-membership-card__status {
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ghcc-button,
	.ghcc-dashboard a,
	.ghcc-dashboard button {
		transition: none;
	}
}
