.cgjpp-shell,
.cgjpp-single-wrapper {
	--cgjpp-primary: #1662ff;
	--cgjpp-primary-dark: #104fd3;
	--cgjpp-success: #16a34a;
	--cgjpp-success-soft: rgba(22, 163, 74, 0.12);
	--cgjpp-danger: #ef4444;
	--cgjpp-warning: #f59e0b;
	--cgjpp-text: #18324a;
	--cgjpp-muted: #66758b;
	--cgjpp-border: #dde6f2;
	--cgjpp-surface: #ffffff;
	--cgjpp-surface-soft: #f5f9ff;
	--cgjpp-shadow: 0 18px 48px rgba(25, 44, 83, 0.08);
	color: var(--cgjpp-text);
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.cgjpp-shell {
	background:
		radial-gradient(circle at top right, rgba(22, 98, 255, 0.08), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
	border: 1px solid rgba(22, 98, 255, 0.08);
	border-radius: 28px;
	box-shadow: var(--cgjpp-shadow);
	margin: 28px auto;
	max-width: 1480px;
	padding: clamp(22px, 4vw, 34px);
	width: 100%;
}

.cgjpp-modal-open {
	overflow: hidden;
}

.cgjpp-single-wrapper {
	padding: 28px 16px 50px;
}

.cgjpp-container {
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
}

.cgjpp-section-head,
.cgjpp-section-minihead,
.cgjpp-widget__title {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.cgjpp-section-head {
	margin-bottom: 24px;
}

.cgjpp-section-head__actions,
.cgjpp-topbar__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.cgjpp-section-head h2,
.cgjpp-section-minihead h3,
.cgjpp-widget__title h3,
.cgjpp-panel h2 {
	color: var(--cgjpp-text);
	font-size: clamp(1.4rem, 2vw, 2rem);
	line-height: 1.15;
	margin: 0;
}

.cgjpp-section-head p,
.cgjpp-shell p,
.cgjpp-panel p,
.cgjpp-card__subtitle,
.cgjpp-blog-card p {
	color: var(--cgjpp-muted);
}

.cgjpp-section-head p {
	margin: 10px 0 0;
	max-width: 60ch;
}

.cgjpp-outline-link,
.cgjpp-text-link {
	color: var(--cgjpp-primary);
	font-weight: 700;
	text-decoration: none;
}

.cgjpp-btn,
.cgjpp-btn:hover,
.cgjpp-btn:focus,
.cgjpp-outline-link,
.cgjpp-outline-link:hover,
.cgjpp-outline-link:focus,
.cgjpp-important-link,
.cgjpp-important-link:hover,
.cgjpp-important-link:focus,
.cgjpp-category-card,
.cgjpp-category-card:hover,
.cgjpp-category-card:focus,
.cgjpp-district-card,
.cgjpp-district-card:hover,
.cgjpp-district-card:focus,
.cgjpp-card__title a,
.cgjpp-card__title a:hover,
.cgjpp-card__title a:focus,
.cgjpp-blog-card h3 a,
.cgjpp-blog-card h3 a:hover,
.cgjpp-blog-card h3 a:focus,
.cgjpp-latest-list a,
.cgjpp-latest-list a:hover,
.cgjpp-latest-list a:focus,
.cgjpp-category-list a,
.cgjpp-category-list a:hover,
.cgjpp-category-list a:focus {
	text-decoration: none !important;
}

.cgjpp-outline-link {
	align-items: center;
	border: 1px solid rgba(22, 98, 255, 0.3);
	border-radius: 14px;
	display: inline-flex;
	gap: 8px;
	padding: 12px 18px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cgjpp-outline-link .dashicons {
	font-size: 18px;
	height: 18px;
	width: 18px;
}

.cgjpp-outline-link:hover,
.cgjpp-text-link:hover {
	box-shadow: 0 10px 20px rgba(22, 98, 255, 0.14);
	transform: translateY(-1px);
}

.cgjpp-topbar {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 18px;
}

.cgjpp-layout,
.cgjpp-single-layout {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) 320px;
}

.cgjpp-layout--full {
	grid-template-columns: minmax(0, 1fr);
}

.cgjpp-main,
.cgjpp-single-main {
	min-width: 0;
}

.cgjpp-sidebar,
.cgjpp-single-aside {
	display: grid;
	gap: 22px;
}

.cgjpp-filters,
.cgjpp-widget,
.cgjpp-card,
.cgjpp-blog-card,
.cgjpp-panel,
.cgjpp-single-hero,
.cgjpp-category-card,
.cgjpp-private-banner,
.cgjpp-private-form-shell,
.cgjpp-form-notice {
	background: var(--cgjpp-surface);
	border: 1px solid var(--cgjpp-border);
	border-radius: 22px;
	box-shadow: var(--cgjpp-shadow);
}

.cgjpp-private-banner-wrap {
	margin-bottom: 26px;
}

.cgjpp-notice-strip {
	background: linear-gradient(135deg, #111827 0%, #0f172a 100%);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 20px;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.22);
	margin-bottom: 18px;
	overflow: hidden;
	padding: 10px 16px 14px;
	position: relative;
}

.cgjpp-notice-strip::after {
	background: linear-gradient(90deg, rgba(245, 158, 11, 0), rgba(245, 158, 11, 0.12), rgba(245, 158, 11, 0));
	content: "";
	inset: 0;
	opacity: 0.8;
	pointer-events: none;
	position: absolute;
}

.cgjpp-notice-strip__label {
	color: #facc15;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.cgjpp-notice-strip__viewport {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.cgjpp-notice-strip__track {
	align-items: center;
	animation: cgjpp-notice-scroll var(--cgjpp-notice-duration, 34s) linear infinite;
	display: flex;
	gap: 22px;
	will-change: transform;
	width: max-content;
}

.cgjpp-notice-strip:hover .cgjpp-notice-strip__track {
	animation-play-state: paused;
}

.cgjpp-notice-strip__group {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 22px;
	white-space: nowrap;
}

.cgjpp-notice-strip__item {
	align-items: center;
	animation: cgjpp-notice-blink 1.7s infinite ease-in-out;
	color: #ffffff;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 700;
	gap: 10px;
}

.cgjpp-notice-strip__item::before {
	background: #facc15;
	border-radius: 999px;
	box-shadow: 0 0 0 5px rgba(250, 204, 21, 0.12);
	content: "";
	display: inline-block;
	height: 8px;
	width: 8px;
}

.cgjpp-notice-strip__item a,
.cgjpp-notice-strip__item a:hover,
.cgjpp-notice-strip__item a:focus,
.cgjpp-notice-strip__text {
	color: #ffffff !important;
	text-decoration: none !important;
}

.cgjpp-notice-strip__item a:hover,
.cgjpp-notice-strip__item a:focus {
	color: #fde68a !important;
}

@keyframes cgjpp-notice-scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-1 * var(--cgjpp-notice-distance, 50%)));
	}
}

@keyframes cgjpp-notice-blink {
	0%,
	100% {
		filter: brightness(1);
		opacity: 1;
	}

	50% {
		filter: brightness(1.24);
		opacity: 0.8;
	}
}

.cgjpp-private-banner {
	align-items: center;
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 30%),
		linear-gradient(135deg, #0f67ff 0%, #0aa860 100%);
	color: #fff;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.3fr) auto;
	padding: clamp(22px, 4vw, 34px);
}

.cgjpp-private-banner h2 {
	color: #fff;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	line-height: 1.15;
	margin: 0;
}

.cgjpp-private-banner p,
.cgjpp-private-banner .cgjpp-kicker {
	color: rgba(255, 255, 255, 0.92);
}

.cgjpp-private-banner .cgjpp-kicker {
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin-bottom: 14px;
}

.cgjpp-private-banner__content p:last-child {
	font-size: 1.05rem;
	margin: 12px 0 0;
}

.cgjpp-private-banner .cgjpp-private-banner__button {
	background: #ffffff;
	border-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 14px 28px rgba(5, 24, 56, 0.18);
	color: #0e63ef;
	font-size: 1rem;
	min-width: 180px;
	padding: 0 24px;
}

.cgjpp-private-banner .cgjpp-private-banner__button:hover,
.cgjpp-private-banner .cgjpp-private-banner__button:focus {
	background: #eff6ff;
	color: #084fc9;
}

.cgjpp-private-form-shell {
	padding: clamp(22px, 4vw, 32px);
}

.cgjpp-private-form__head {
	margin-bottom: 18px;
}

.cgjpp-private-form__head h2 {
	margin: 0 0 10px;
}

.cgjpp-private-form__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cgjpp-field--full {
	grid-column: 1 / -1;
}

.cgjpp-private-form textarea {
	background: #f8fbff;
	border: 1px solid var(--cgjpp-border);
	border-radius: 14px;
	box-sizing: border-box;
	color: var(--cgjpp-text);
	padding: 14px;
	width: 100%;
}

.cgjpp-private-form__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 18px;
}

.cgjpp-private-form__actions p {
	margin: 0;
}

.cgjpp-form-notice {
	margin-bottom: 18px;
	padding: 16px 18px;
}

.cgjpp-form-notice p {
	margin: 0;
}

.cgjpp-form-notice--success {
	background: rgba(22, 163, 74, 0.1);
	border-color: rgba(22, 163, 74, 0.18);
}

.cgjpp-form-notice--success p {
	color: #0f8d3e;
	font-weight: 700;
}

.cgjpp-form-notice--error {
	background: rgba(239, 68, 68, 0.08);
	border-color: rgba(239, 68, 68, 0.18);
}

.cgjpp-form-notice--error p {
	color: #c62828;
	font-weight: 700;
}

.cgjpp-honeypot {
	display: none !important;
}

.cgjpp-modal {
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.2s ease;
	z-index: 9999;
}

.cgjpp-modal.is-active {
	opacity: 1;
	pointer-events: auto;
}

.cgjpp-modal__backdrop {
	background: rgba(12, 25, 54, 0.6);
	inset: 0;
	position: absolute;
}

.cgjpp-modal__dialog {
	left: 50%;
	max-height: calc(100vh - 40px);
	max-width: 860px;
	overflow-y: auto;
	position: relative;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 28px);
}

.cgjpp-modal__body {
	position: relative;
}

.cgjpp-modal__close {
	background: #fff;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 20px rgba(9, 21, 48, 0.14);
	color: var(--cgjpp-text);
	cursor: pointer;
	font-size: 1.7rem;
	height: 42px;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 42px;
	z-index: 2;
}

.cgjpp-filters {
	margin-bottom: 22px;
	padding: 22px;
}

.cgjpp-filter-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cgjpp-field label {
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	margin-bottom: 8px;
}

.cgjpp-field input,
.cgjpp-field select {
	background: #f8fbff;
	border: 1px solid var(--cgjpp-border);
	border-radius: 14px;
	box-sizing: border-box;
	color: var(--cgjpp-text);
	min-height: 48px;
	padding: 0 14px;
	width: 100%;
}

.cgjpp-field input[type="file"] {
	cursor: pointer;
	padding: 12px 14px;
}

.cgjpp-field__hint {
	color: #5e6d83;
	font-size: 0.82rem;
	line-height: 1.5;
	margin: 8px 2px 0;
}

.cgjpp-filter-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.cgjpp-btn,
.cgjpp-load-more {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 14px;
	cursor: pointer;
	display: inline-flex;
	flex-wrap: nowrap;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	white-space: nowrap;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cgjpp-btn:hover,
.cgjpp-load-more:hover {
	box-shadow: 0 12px 22px rgba(23, 42, 80, 0.14);
	transform: translateY(-1px);
}

.cgjpp-btn--primary,
.cgjpp-load-more {
	background: linear-gradient(135deg, var(--cgjpp-primary), var(--cgjpp-primary-dark));
	color: #fff;
}

.cgjpp-btn--apply {
	background: var(--cgjpp-success-soft);
	border-color: rgba(22, 163, 74, 0.2);
	color: var(--cgjpp-success);
}

.cgjpp-btn--secondary {
	background: rgba(22, 98, 255, 0.08);
	border-color: rgba(22, 98, 255, 0.18);
	color: var(--cgjpp-primary);
}

.cgjpp-btn--ghost {
	background: #fff;
	border-color: var(--cgjpp-border);
	color: var(--cgjpp-text);
}

.cgjpp-btn--whatsapp {
	background: rgba(37, 211, 102, 0.12);
	border-color: rgba(37, 211, 102, 0.2);
	color: #13803a;
}

.cgjpp-btn--telegram {
	background: rgba(8, 126, 255, 0.1);
	border-color: rgba(8, 126, 255, 0.18);
	color: #0967cb;
}

.cgjpp-results__summary {
	margin-bottom: 16px;
}

.cgjpp-results__summary p {
	font-weight: 600;
	margin: 0;
}

.cgjpp-jobs-grid,
.cgjpp-blog-grid,
.cgjpp-category-browser__grid,
.cgjpp-district-browser__grid {
	display: grid;
	gap: 20px;
}

.cgjpp-jobs-grid {
	grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
}

.cgjpp-shell--with-sidebar .cgjpp-jobs-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cgjpp-shell--full .cgjpp-jobs-grid {
	grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

.cgjpp-blog-grid {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.cgjpp-category-browser {
	margin-top: 24px;
}

.cgjpp-category-browser__grid,
.cgjpp-district-browser__grid {
	grid-template-columns: repeat(auto-fit, minmax(170px, 220px));
	justify-content: start;
	margin-top: 16px;
}

.cgjpp-district-browser {
	margin-top: 24px;
}

.cgjpp-district-card {
	background:
		linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
	border: 1px solid var(--cgjpp-border);
	border-radius: 18px;
	box-shadow: var(--cgjpp-shadow);
	display: block;
	padding: 18px;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cgjpp-district-card strong,
.cgjpp-district-card span {
	display: block;
}

.cgjpp-district-card strong {
	color: var(--cgjpp-text);
	font-size: 1rem;
	line-height: 1.4;
}

.cgjpp-district-card span {
	color: var(--cgjpp-primary);
	font-size: 0.92rem;
	font-weight: 700;
	margin-top: 8px;
}

.cgjpp-district-card:hover,
.cgjpp-district-card:focus {
	border-color: rgba(22, 98, 255, 0.28);
	box-shadow: 0 18px 40px rgba(22, 98, 255, 0.12);
	transform: translateY(-2px);
}

.cgjpp-district-card.is-active {
	background: linear-gradient(180deg, #eef5ff 0%, #f8fbff 100%);
	border-color: rgba(22, 98, 255, 0.4);
	box-shadow: 0 18px 40px rgba(22, 98, 255, 0.15);
}

.cgjpp-category-card {
	display: block;
	padding: 18px;
	text-decoration: none;
}

.cgjpp-category-card strong,
.cgjpp-category-card span {
	display: block;
}

.cgjpp-category-card strong {
	color: var(--cgjpp-text);
	font-size: 1rem;
}

.cgjpp-category-card span {
	color: var(--cgjpp-muted);
	margin-top: 6px;
}

.cgjpp-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 22px;
	position: relative;
}

.cgjpp-badge {
	--cgjpp-badge-color: #ff4d4f;
	background: var(--cgjpp-badge-color);
	border-radius: 10px;
	color: #fff;
	font-size: 0.74rem;
	font-weight: 800;
	padding: 7px 10px;
	position: absolute;
	right: 18px;
	top: 18px;
}

.cgjpp-card__header {
	align-items: flex-start;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	display: block;
	gap: 0;
	margin-bottom: 18px;
	padding: 0;
}

.cgjpp-card__logo {
	align-items: center;
	background: #ffffff;
	border-radius: 18px;
	display: flex;
	flex: 0 0 72px;
	justify-content: center;
	overflow: hidden;
}

.cgjpp-card__logo img,
.cgjpp-card__logo-fallback,
.cgjpp-single-hero__media img,
.cgjpp-single-hero__fallback,
.cgjpp-blog-card__image img,
.cgjpp-blog-card__fallback {
	border-radius: 18px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.cgjpp-card__logo img,
.cgjpp-card__logo-fallback {
	height: 72px;
}

.cgjpp-card__logo img {
	background: #ffffff;
	box-sizing: border-box;
	object-fit: contain;
	object-position: center;
	padding: 4px;
}

.cgjpp-card__logo-fallback,
.cgjpp-single-hero__fallback,
.cgjpp-blog-card__fallback {
	align-items: center;
	background: linear-gradient(135deg, #dce8ff, #f3f7ff);
	color: var(--cgjpp-primary);
	display: flex;
	font-size: 1.5rem;
	font-weight: 800;
	justify-content: center;
}

.cgjpp-card__title {
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.18;
	margin: 0;
	text-align: left;
}

.cgjpp-blog-card h3 {
	font-size: 1.35rem;
	line-height: 1.35;
	margin: 0;
}

.cgjpp-card__title a {
	background: linear-gradient(135deg, #0f67ff 0%, #0b5bd7 100%);
	border-radius: 14px;
	box-shadow: 0 12px 24px rgba(15, 103, 255, 0.18);
	color: #ffffff !important;
	display: inline-block;
	padding: 12px 16px;
	text-decoration: none;
}

.cgjpp-card__title a:hover,
.cgjpp-card__title a:focus,
.cgjpp-card__title a:visited {
	color: #ffffff !important;
}

.cgjpp-blog-card h3 a,
.cgjpp-latest-list a,
.cgjpp-category-list a {
	color: var(--cgjpp-primary);
	text-decoration: none;
}

.cgjpp-card__subtitle {
	color: var(--cgjpp-muted);
	font-size: 1.02rem;
	font-weight: 500;
	margin: 12px 0 12px;
	text-align: left;
}

.cgjpp-card__heading {
	width: 100%;
}

.cgjpp-card__chips {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
}

.cgjpp-chip {
	background: rgba(22, 98, 255, 0.1);
	border-radius: 999px;
	color: var(--cgjpp-primary);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	padding: 6px 10px;
}

.cgjpp-card__header .cgjpp-chip {
	background: rgba(22, 98, 255, 0.1);
	color: var(--cgjpp-primary);
	display: inline-flex;
	margin: 0;
	width: auto;
}

.cgjpp-chip--type {
	background: rgba(22, 98, 255, 0.1);
	color: var(--cgjpp-primary);
}

.cgjpp-chip--views,
.cgjpp-chip--active {
	align-items: center;
	gap: 6px;
	position: relative;
}

.cgjpp-chip--views {
	animation: cgjpp-chip-pulse 1.8s infinite ease-in-out;
	background: rgba(249, 115, 22, 0.14);
	color: #c2410c;
	font-size: 0.82rem;
	font-weight: 800;
	padding: 7px 12px;
}

.cgjpp-chip--active {
	animation: cgjpp-chip-pulse 1.4s infinite ease-in-out;
	background: rgba(34, 197, 94, 0.14);
	color: #15803d;
	font-size: 0.82rem;
	font-weight: 800;
	padding: 7px 12px;
}

.cgjpp-chip--active::before {
	background: #22c55e;
	border-radius: 999px;
	box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.14);
	content: "";
	display: inline-block;
	height: 8px;
	width: 8px;
}

@keyframes cgjpp-chip-pulse {
	0%,
	100% {
		box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
		transform: translateY(0);
	}

	50% {
		box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
		transform: translateY(-1px);
	}
}

.cgjpp-card__meta {
	align-content: start;
	display: grid;
	flex: 1 1 auto;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cgjpp-card__meta li {
	align-items: center;
	color: var(--cgjpp-muted);
	display: flex;
	font-size: 0.95rem;
	gap: 10px;
}

.cgjpp-card__meta li strong {
	color: var(--cgjpp-text);
}

.cgjpp-card__meta--danger,
.cgjpp-card__meta--danger strong {
	color: var(--cgjpp-danger) !important;
}

.cgjpp-card__actions {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr);
	margin-top: auto;
	padding-top: 20px;
}

.cgjpp-card__actions .cgjpp-btn {
	font-size: 0.95rem;
	padding: 0 14px;
}

.cgjpp-card__actions .dashicons {
	flex: 0 0 auto;
}

.cgjpp-widget {
	padding: 22px;
}

.cgjpp-widget__title {
	margin-bottom: 18px;
	position: relative;
}

.cgjpp-widget__title h3 {
	font-size: 1.2rem;
}

.cgjpp-widget__title::before {
	background: var(--cgjpp-primary);
	border-radius: 999px;
	content: "";
	height: 28px;
	left: -10px;
	opacity: 0.1;
	position: absolute;
	top: -2px;
	width: 28px;
}

.cgjpp-latest-list,
.cgjpp-category-list {
	display: grid;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cgjpp-latest-list li,
.cgjpp-category-list li a {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.cgjpp-latest-list li::before {
	color: var(--cgjpp-primary);
	content: "\2022";
	font-size: 1.15rem;
	line-height: 1;
}

.cgjpp-latest-list a {
	flex: 1;
	font-weight: 600;
}

.cgjpp-latest-list span {
	color: var(--cgjpp-danger);
	font-size: 0.88rem;
	font-weight: 700;
	white-space: nowrap;
}

.cgjpp-category-list a {
	background: #f8fbff;
	border-radius: 14px;
	color: var(--cgjpp-text);
	padding: 14px 16px;
	text-decoration: none;
}

.cgjpp-category-list em {
	color: var(--cgjpp-muted);
	font-style: normal;
	font-weight: 700;
}

.cgjpp-important-links,
.cgjpp-join-links {
	display: grid;
	gap: 12px;
}

.cgjpp-important-link {
	border-radius: 14px;
	font-weight: 700;
	padding: 14px 16px;
	text-decoration: none;
}

.cgjpp-important-link--blue {
	background: rgba(22, 98, 255, 0.08);
	color: var(--cgjpp-primary);
}

.cgjpp-important-link--green {
	background: rgba(22, 163, 74, 0.1);
	color: #0f8d3e;
}

.cgjpp-important-link--orange {
	background: rgba(245, 158, 11, 0.1);
	color: #b46a00;
}

.cgjpp-important-link--purple {
	background: rgba(124, 58, 237, 0.1);
	color: #7c3aed;
}

.cgjpp-important-link--red {
	background: rgba(239, 68, 68, 0.1);
	color: #cc2c2c;
}

.cgjpp-important-link--gray {
	background: rgba(100, 116, 139, 0.1);
	color: #475569;
}

.cgjpp-blog-card {
	overflow: hidden;
}

.cgjpp-blog-card__image img,
.cgjpp-blog-card__fallback {
	height: 220px;
}

.cgjpp-blog-card__body {
	padding: 22px;
}

.cgjpp-blog-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.cgjpp-blog-card__tags span {
	background: rgba(22, 98, 255, 0.08);
	border-radius: 999px;
	color: var(--cgjpp-primary);
	font-size: 0.75rem;
	font-weight: 700;
	padding: 6px 10px;
}

.cgjpp-blog-card p {
	line-height: 1.7;
	margin: 12px 0 16px;
}

.cgjpp-pagination {
	margin-top: 28px;
}

.cgjpp-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cgjpp-pagination a,
.cgjpp-pagination span {
	background: #fff;
	border: 1px solid var(--cgjpp-border);
	border-radius: 12px;
	color: var(--cgjpp-text);
	display: inline-flex;
	min-height: 42px;
	min-width: 42px;
	padding: 0 14px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.cgjpp-pagination .current {
	background: var(--cgjpp-primary);
	border-color: var(--cgjpp-primary);
	color: #fff;
}

.cgjpp-empty {
	background: #fff;
	border: 1px dashed rgba(22, 98, 255, 0.25);
	border-radius: 18px;
	padding: 26px;
	text-align: center;
}

.cgjpp-results__footer {
	margin-top: 22px;
	text-align: center;
}

.cgjpp-jobs-board.is-loading .cgjpp-job-results {
	opacity: 0.6;
	pointer-events: none;
}

.cgjpp-kicker {
	color: var(--cgjpp-primary);
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.cgjpp-single-job {
	display: grid;
	gap: 28px;
}

.cgjpp-archive-wrapper {
	padding: 22px 0 48px;
}

.cgjpp-single-hero {
	align-items: flex-start;
	background: #ffffff;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr);
	padding: clamp(22px, 4vw, 34px);
}

.cgjpp-single-hero h1 {
	color: #0c1f38;
	font-size: clamp(2.8rem, 5.4vw, 4.4rem);
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.04;
	margin: 0;
}

.cgjpp-single-hero__subtitle {
	font-size: 1.05rem;
	font-weight: 600;
	margin: 10px 0 0;
}

.cgjpp-single-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.cgjpp-single-hero__meta span {
	background: rgba(22, 98, 255, 0.08);
	border-radius: 999px;
	color: var(--cgjpp-primary);
	font-weight: 700;
	padding: 7px 12px;
}

.cgjpp-author-card {
	align-items: center;
	background: #f7faff;
	border: 1px solid var(--cgjpp-border);
	border-radius: 18px;
	display: flex;
	gap: 14px;
	margin-top: 18px;
	max-width: max-content;
	padding: 12px 16px;
}

.cgjpp-author-card__avatar {
	flex: 0 0 auto;
}

.cgjpp-author-card__avatar-image {
	border-radius: 999px;
	display: block;
	height: 56px;
	width: 56px;
}

.cgjpp-author-card__label {
	color: var(--cgjpp-muted);
	display: block;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cgjpp-author-card__name {
	color: var(--cgjpp-text);
	display: inline-block;
	font-size: 1rem;
	font-weight: 800;
	margin-top: 2px;
}

.cgjpp-author-card__meta {
	font-size: 0.92rem;
	margin: 4px 0 0;
}

.cgjpp-single-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.cgjpp-single-hero__media img,
.cgjpp-single-hero__fallback {
	height: 260px;
}

.cgjpp-panel {
	padding: 24px;
}

.cgjpp-panel + .cgjpp-panel {
	margin-top: 20px;
}

.cgjpp-content {
	line-height: 1.8;
}

.cgjpp-date-cards {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.cgjpp-date-card {
	background: #f8fbff;
	border: 1px solid var(--cgjpp-border);
	border-radius: 18px;
	padding: 18px;
}

.cgjpp-date-card span {
	color: var(--cgjpp-muted);
	display: block;
	margin-bottom: 8px;
}

.cgjpp-date-card strong {
	color: var(--cgjpp-text);
	font-size: 1.05rem;
}

.cgjpp-date-card--danger strong {
	color: var(--cgjpp-danger);
}

.cgjpp-table-wrap {
	overflow-x: auto;
}

.cgjpp-table {
	border-collapse: collapse;
	width: 100%;
}

.cgjpp-table th,
.cgjpp-table td {
	border-bottom: 1px solid var(--cgjpp-border);
	padding: 14px 12px;
	text-align: left;
}

.cgjpp-table th {
	color: var(--cgjpp-text);
	width: 240px;
}

.cgjpp-table td {
	color: var(--cgjpp-muted);
}

@media (max-width: 1120px) {
	.cgjpp-layout,
	.cgjpp-single-layout,
	.cgjpp-single-hero {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 980px) {
	.cgjpp-jobs-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 860px) {
	.cgjpp-filter-grid,
	.cgjpp-card__actions,
	.cgjpp-private-form__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.cgjpp-shell {
		padding: 18px;
	}

	.cgjpp-notice-strip {
		padding: 10px 12px 12px;
	}

	.cgjpp-notice-strip__item {
		font-size: 14px;
	}

	.cgjpp-section-head,
	.cgjpp-filter-actions,
	.cgjpp-single-hero__actions,
	.cgjpp-private-form__actions {
		flex-direction: column;
	}

	.cgjpp-section-head__actions,
	.cgjpp-topbar__actions {
		justify-content: flex-start;
		width: 100%;
	}

	.cgjpp-outline-link,
	.cgjpp-btn,
	.cgjpp-load-more {
		width: 100%;
	}

	.cgjpp-jobs-grid {
		grid-template-columns: 1fr !important;
	}

	.cgjpp-card__header {
		flex-direction: column;
	}

	.cgjpp-author-card {
		max-width: 100%;
	}

	.cgjpp-private-banner {
		grid-template-columns: 1fr;
	}
}
