body.guia-judicial-style-site {
	--gj-site-accent: var(--color-primary, #1a5276);
	--gj-site-heading: #202428;
	--gj-site-muted: #6b7280;
	--gj-site-line: #e6e8eb;
	--gj-site-soft: #f7f8fa;
	--gj-site-soft-accent: color-mix(in srgb, var(--gj-site-accent) 9%, #fff);
}

.guia-judicial-style-site [id^="post-"] h3 {
	border-top: 0;
	color: var(--gj-site-heading);
	font-size: 1.42rem;
	line-height: 1.25;
	margin: 2.4em 0 .9em;
	padding: 0 0 .55em;
	position: relative;
}

.guia-judicial-style-site [id^="post-"] h3::after {
	background: var(--gj-site-accent);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 54px;
}

.guia-judicial-style-site [id^="post-"] h4 {
	border-left: 0;
	color: var(--gj-site-heading);
	font-size: 1.08rem;
	line-height: 1.35;
	margin: 1.65em 0 .7em;
	padding-left: 0;
}

.guia-judicial-style-site .depto-section > h4 {
	align-items: center;
	background: linear-gradient(90deg, var(--gj-site-soft-accent), #fff 72%);
	border: 1px solid var(--gj-site-line);
	border-left: 4px solid var(--gj-site-accent);
	border-radius: 6px;
	box-shadow: 0 6px 18px rgba(32, 36, 40, .04);
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	gap: .55rem;
	line-height: 1.3;
	margin: 2.55em 0 .8em;
	padding: .72rem .9rem;
}

.guia-judicial-style-site .depto-section > h4:first-of-type {
	margin-top: 1.4em;
}

.guia-judicial-style-site .depto-section > h4::before {
	background: var(--gj-site-accent);
	border-radius: 999px;
	content: "";
	flex: 0 0 auto;
	height: .55rem;
	width: .55rem;
}

.guia-judicial-style-site .depto-section > h4 + .directorio-tabla {
	margin-top: 0;
}

.guia-judicial-style-site #gj-search-wrap {
	background: #fff;
	border: 1px solid var(--gj-site-line);
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(32, 36, 40, .06);
	margin: 1.4em 0 2em;
	padding: 1.15em 1.25em;
}

.guia-judicial-style-site .gj-search-title {
	color: var(--gj-site-heading);
	font-size: .98em;
}

.guia-judicial-style-site .gj-back-link {
	color: var(--gj-site-accent);
	font-weight: 600;
}

.guia-judicial-style-site .gj-filter-input,
.guia-judicial-style-site #gj-filter {
	background: var(--gj-site-soft);
	border: 1px solid var(--gj-site-line);
	border-radius: 6px;
	box-shadow: none;
	color: var(--gj-site-heading);
	min-height: 44px;
}

.guia-judicial-style-site .gj-filter-input:focus,
.guia-judicial-style-site #gj-filter:focus {
	background: #fff;
	border-color: var(--gj-site-accent);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--gj-site-accent) 16%, transparent);
	outline: 0;
}

.guia-judicial-style-site #gj-info {
	color: var(--gj-site-muted);
	font-size: .88em;
}

.guia-judicial-style-site [id^="post-"] table {
	border: 1px solid var(--gj-site-line);
	border-radius: 6px;
	border-spacing: 0;
	overflow: hidden;
}

.guia-judicial-style-site [id^="post-"] table thead th {
	background: var(--gj-site-soft);
	border-bottom: 1px solid var(--gj-site-line);
	color: var(--gj-site-heading);
	font-size: .78em;
	letter-spacing: .04em;
}

.guia-judicial-style-site [id^="post-"] table td {
	border-bottom: 1px solid var(--gj-site-line);
	color: #30343a;
}

.guia-judicial-style-site [id^="post-"] table tbody tr:nth-child(even) {
	background: #fff;
}

.guia-judicial-style-site [id^="post-"] table tbody tr:hover {
	background: var(--gj-site-soft-accent);
}

.guia-judicial-style-site [id^="post-"] table tbody td:first-child {
	color: var(--gj-site-heading);
}

.guia-judicial-style-site #gj-search-wrap + p + div,
.guia-judicial-style-site [id^="post-"] div[style*="margin-top:3em"][style*="border-top"] {
	background: #fff !important;
	border: 1px solid var(--gj-site-line) !important;
	border-radius: 6px !important;
	box-shadow: 0 8px 24px rgba(32, 36, 40, .05);
	padding: 1.15em 1.25em !important;
}

.guia-judicial-style-site [id^="post-"] div:has(> .gj-nav-a) {
	gap: 8px !important;
}

.guia-judicial-style-site .gj-nav-a {
	align-items: center;
	background: #fff !important;
	border-color: var(--gj-site-line) !important;
	border-radius: 6px !important;
	box-shadow: none !important;
	color: var(--gj-site-heading) !important;
	display: flex !important;
	font-size: .9em !important;
	font-weight: 600;
	line-height: 1.25;
	min-height: 42px;
	padding: 10px 12px !important;
	text-decoration: none !important;
	transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.guia-judicial-style-site .gj-nav-a + br {
	display: none;
}

.guia-judicial-style-site .gj-nav-a:hover {
	background: var(--gj-site-soft-accent) !important;
	border-color: var(--gj-site-accent) !important;
	color: var(--gj-site-heading) !important;
	box-shadow: 0 8px 20px rgba(32, 36, 40, .07) !important;
	transform: translateY(-1px);
}

.guia-judicial-style-site .gj-nav-a.gj-current {
	background: var(--gj-site-accent) !important;
	border-color: var(--gj-site-accent) !important;
	color: #fff !important;
}

.guia-judicial-style-site .perfil-magistrado {
	max-width: 840px;
}

.guia-judicial-style-site .perfil-magistrado h2 {
	border-bottom: 1px solid var(--gj-site-line);
	color: var(--gj-site-heading);
}

.guia-judicial-style-site .perfil-magistrado .cargo-badge,
.guia-judicial-style-site .perfil-magistrado .tribunal-badge {
	background: var(--gj-site-accent);
	border-radius: 6px;
}

.guia-judicial-style-site .perfil-magistrado .tribunal-badge {
	background: var(--gj-site-heading);
}

.guia-judicial-style-site .perfil-magistrado .ficha {
	background: #fff;
	border-color: var(--gj-site-line);
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(32, 36, 40, .05);
}

@media (max-width: 768px) {
	.guia-judicial-style-site #gj-search-wrap {
		box-shadow: none;
		padding: 1em;
	}

	.guia-judicial-style-site [id^="post-"] h3 {
		font-size: 1.25rem;
		margin-top: 2em;
	}

	.guia-judicial-style-site .depto-section > h4 {
		font-size: .98rem;
		margin-top: 2.1em;
		padding: .65rem .78rem;
	}

	.guia-judicial-style-site .directorio-tabla tr {
		border-color: var(--gj-site-line);
		border-radius: 6px;
		box-shadow: 0 4px 14px rgba(32, 36, 40, .05);
		overflow: hidden;
	}

	.guia-judicial-style-site .directorio-tabla td {
		background: #fff;
	}

	.guia-judicial-style-site .perfil-magistrado .tribunal-badge {
		margin: .45em 0 0;
	}

	.guia-judicial-style-site .perfil-magistrado .ficha {
		box-shadow: none;
		padding: .9em 1em;
	}

	.guia-judicial-style-site .perfil-magistrado .ficha td:first-child {
		white-space: normal;
		width: auto;
	}
}
