body.jc-news-renderer-home-active,
body.jc-news-renderer-search-active,
body.jc-news-renderer-editions-active,
body.jc-news-renderer-single-active {
	margin: 0;
	background: #f7faf7;
	color: #365047;
	font-family: Cambria, Georgia, "Times New Roman", serif;
}

body.jc-news-renderer-editions-active .jc-portal__header {
	margin: 0 !important;
	border-radius: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid var(--jc-border) !important;
	box-shadow: none !important;
}

body.jc-news-renderer-editions-active .jc-portal__header-inner {
	margin: 0 !important;
	padding-top: 14px !important;
	padding-bottom: 14px !important;
}

body.jc-news-renderer-editions-active .jc-portal__header > .jc-portal__container.jc-portal__header-inner {
	width: min(1180px, calc(100% - 36px)) !important;
	max-width: 1180px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.jc-portal,
.jc-portal *,
.jc-portal *::before,
.jc-portal *::after {
	box-sizing: border-box;
}

.jc-portal {
	--jc-green: #089647;
	--jc-green-dark: #05763a;
	--jc-green-soft: #dff3e8;
	--jc-border: rgba(8, 150, 71, 0.14);
	--jc-text: #4f645b;
	--jc-title: #049345;
	--jc-surface: #ffffff;
	--jc-muted: #70857c;
	color: #365047;
	isolation: isolate;
}

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

.jc-portal :where(a, button, input, textarea, select, span, time, p, li, ul, ol, strong, em, small, h1, h2, h3, h4, h5, h6, figure, figcaption, img, svg, path) {
	font: inherit;
	box-shadow: none;
	letter-spacing: normal;
	text-transform: none;
}

.jc-portal a,
.jc-portal a:visited,
.jc-portal a:hover,
.jc-portal a:active,
.jc-portal a:focus {
	color: inherit;
	text-decoration: none;
}

.jc-portal img,
.jc-portal svg {
	max-width: 100%;
}

.jc-portal__container {
	width: min(1180px, calc(100% - 36px));
	margin: 0 auto;
}

.jc-portal__header .jc-portal__container {
	width: min(1180px, calc(100% - 36px)) !important;
	margin: 0 auto !important;
}

.jc-portal__header {
	position: sticky;
	top: 0;
	z-index: 40;
	background: rgba(223, 243, 232, 0.96);
	border-bottom: 1px solid var(--jc-border);
	backdrop-filter: blur(10px);
}

.jc-portal__header-inner {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 14px 0;
	position: relative;
}

.jc-portal__header-tools {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-width: 0;
}

.jc-portal__brand {
	display: inline-flex;
	flex: 0 0 auto;
	min-width: 0;
}

.jc-portal__brand img {
	display: block;
	width: min(270px, 48vw);
	height: auto;
}

.jc-portal__search {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.jc-portal__search-form {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.jc-portal__search-input,
.jc-portal__filter-select,
.jc-portal__filter-date {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(54, 80, 71, 0.16);
	border-radius: 999px;
	background: #fff;
	color: #365047;
	font-family: Arial, sans-serif;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.2;
}

.jc-portal__button,
.jc-portal__secondary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 999px;
	font-family: Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.jc-portal__button {
	border: 0;
	background: linear-gradient(135deg, #63d76e, #49bf57);
	color: #fff;
	box-shadow: 0 12px 24px rgba(73, 191, 87, 0.22);
}

.jc-portal__button--icon {
	width: 46px;
	min-width: 46px;
	padding: 0;
}

.jc-portal__button--icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.jc-portal a.jc-portal__button,
.jc-portal a.jc-portal__button:visited,
.jc-portal a.jc-portal__button:hover,
.jc-portal a.jc-portal__button:active,
.jc-portal a.jc-portal__button:focus {
	color: #fff;
	text-decoration: none;
}

.jc-portal__secondary-button {
	border: 1px solid rgba(8, 150, 71, 0.16);
	background: rgba(255, 255, 255, 0.82);
	color: var(--jc-green-dark);
}

.jc-portal__header .jc-portal__secondary-button {
	gap: 10px;
	padding: 0 14px;
	border: 1px solid rgba(8, 150, 71, 0.38);
	background: linear-gradient(135deg, #ffffff, #edf8f1);
	color: #046f36;
	font-weight: 700;
	font-size: 0.88rem;
	white-space: nowrap;
	box-shadow: 0 10px 22px rgba(8, 150, 71, 0.14);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.jc-portal__header .jc-portal__secondary-button:hover,
.jc-portal__header .jc-portal__secondary-button:focus,
.jc-portal__header .jc-portal__secondary-button:focus-visible {
	border-color: rgba(8, 150, 71, 0.56);
	background: linear-gradient(135deg, #fafffc, #e3f4e9);
	box-shadow: 0 14px 28px rgba(8, 150, 71, 0.2);
	transform: translateY(-1px);
}

.jc-portal__secondary-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	color: #089647;
}

.jc-portal__secondary-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.jc-portal__button:focus,
.jc-portal__button:focus-visible,
.jc-portal__secondary-button:focus,
.jc-portal__secondary-button:focus-visible,
.jc-portal__social-link:focus,
.jc-portal__social-link:focus-visible,
.jc-portal__journal-social-link:focus,
.jc-portal__journal-social-link:focus-visible {
	outline: 2px solid rgba(8, 150, 71, 0.28);
	outline-offset: 2px;
}

.jc-portal__social {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	padding-right: 6px;
}

.jc-portal__menu-toggle {
	display: none;
	flex: 0 0 48px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	margin-left: auto;
	border: 1px solid rgba(8, 150, 71, 0.16);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.86);
	color: var(--jc-green-dark);
	cursor: pointer;
}

.jc-portal__menu-toggle-bar {
	display: block;
	width: 18px;
	height: 2px;
	margin: 2px 0;
	border-radius: 999px;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.jc-portal__menu-toggle[aria-expanded="true"] .jc-portal__menu-toggle-bar:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.jc-portal__menu-toggle[aria-expanded="true"] .jc-portal__menu-toggle-bar:nth-child(2) {
	opacity: 0;
}

.jc-portal__menu-toggle[aria-expanded="true"] .jc-portal__menu-toggle-bar:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.jc-portal__social-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
	min-height: 46px;
	padding: 0 14px;
	border: 1px solid rgba(54, 80, 71, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	font-family: Arial, sans-serif;
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.2;
	color: #365047;
	text-decoration: none;
	transition: width 180ms ease, height 180ms ease, padding 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.jc-portal__social-link,
.jc-portal__social-link:visited,
.jc-portal__social-link:hover,
.jc-portal__social-link:active,
.jc-portal__social-link:focus {
	color: #365047;
	text-decoration: none;
}

.jc-portal__social-text--mobile {
	display: none;
}

.jc-portal__social-text {
	display: inline-flex;
	align-items: center;
	line-height: 1.2;
}

.jc-portal__social-text--desktop {
	display: inline-flex;
}

.jc-portal__social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.jc-portal__social-icon svg {
	width: 18px;
	height: 18px;
	display: block;
}

.jc-portal__social-link--instagram {
	border-color: rgba(225, 48, 108, 0.18);
	background:
		linear-gradient(135deg, rgba(253, 218, 117, 0.18), rgba(214, 41, 118, 0.12) 48%, rgba(81, 91, 212, 0.12));
}

.jc-portal__social-link--facebook {
	border-color: rgba(24, 119, 242, 0.2);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
		linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(24, 119, 242, 0.02));
}

.jc-portal__social-link--whatsapp {
	border-color: rgba(37, 211, 102, 0.22);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
		linear-gradient(135deg, rgba(37, 211, 102, 0.1), rgba(37, 211, 102, 0.03));
}

.jc-portal__social-link--instagram .jc-portal__social-icon {
	color: #c13584;
}

.jc-portal__social-link--facebook .jc-portal__social-icon {
	color: #1877f2;
}

.jc-portal__social-link--whatsapp .jc-portal__social-icon {
	color: #25d366;
}

.jc-portal__social-link--instagram:hover {
	border-color: rgba(225, 48, 108, 0.24);
	box-shadow: 0 12px 24px rgba(193, 53, 132, 0.08);
}

.jc-portal__social-link--facebook:hover {
	border-color: rgba(24, 119, 242, 0.26);
	box-shadow: 0 12px 24px rgba(24, 119, 242, 0.08);
}

.jc-portal__social-link--whatsapp:hover {
	border-color: rgba(37, 211, 102, 0.28);
	box-shadow: 0 12px 24px rgba(37, 211, 102, 0.1);
}

.jc-portal__main {
	padding: 28px 0 80px;
}

.jc-portal__section-kicker {
	margin: 0 0 10px;
	font-family: Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--jc-green);
}

.jc-portal__section-title,
.jc-portal__page-title {
	margin: 0;
	line-height: 1.05;
	color: var(--jc-title);
}

.jc-portal__page-title {
	font-size: clamp(2rem, 5vw, 3.4rem);
}

.jc-portal__card,
.jc-portal__panel {
	border: 1px solid var(--jc-border);
	border-radius: 24px;
	background: var(--jc-surface);
	box-shadow: 0 16px 36px rgba(53, 88, 68, 0.08);
}

.jc-portal__card {
	overflow: hidden;
}

.jc-portal__card-media,
.jc-portal__card-media-button {
	position: relative;
	display: block;
	overflow: hidden;
	background: linear-gradient(135deg, #d7ddd4, #f1f3ed);
}

.jc-portal__card-media,
.jc-portal__card-media-button {
	aspect-ratio: 16 / 10;
}

.jc-portal__card-media img,
.jc-portal__card-media-button img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.jc-portal__card-media-button {
	width: 100%;
	padding: 0;
	border: 0;
	cursor: pointer;
}

.jc-portal__card-media-button iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.jc-portal__card-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
}

.jc-portal__card-date,
.jc-portal__meta {
	font-family: Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--jc-muted);
}

.jc-portal__card-title {
	font-size: clamp(1.2rem, 3vw, 1.75rem);
	line-height: 1.16;
	color: var(--jc-title);
}

.jc-portal__card-excerpt {
	font-size: 1rem;
	line-height: 1.7;
	color: var(--jc-text);
}

.jc-portal__card-link {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(8, 150, 71, 0.08);
	font-family: Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--jc-green);
	transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.jc-portal__card-link:hover,
.jc-portal__card-link:focus-visible {
	background: rgba(8, 150, 71, 0.14);
	box-shadow: 0 10px 18px rgba(8, 150, 71, 0.1);
	transform: translateY(-1px);
}

.jc-portal__video-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(15, 22, 19, 0.78);
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
}

.jc-portal__video-badge::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #fff;
}

.jc-portal__play-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: grid;
	place-items: center;
	background: linear-gradient(180deg, rgba(7, 18, 12, 0.12), rgba(7, 18, 12, 0.3));
}

.jc-portal__play-icon {
	position: relative;
	display: inline-flex;
	width: 72px;
	height: 72px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.jc-portal__play-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 18px solid var(--jc-green);
}

.jc-portal__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: 18px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 0.95rem;
	color: var(--jc-muted);
	background: linear-gradient(135deg, #eef4ef, #f7faf7);
}

.jc-portal__footer {
	margin-top: 56px;
	padding: 28px 0 40px;
	border-top: 1px solid var(--jc-border);
}

.jc-portal__footer-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.jc-portal__footer-copy {
	font-family: Arial, sans-serif;
	font-size: 0.92rem;
	color: var(--jc-muted);
}

.jc-portal__journal-social {
	margin-top: 52px;
}

.jc-portal__journal-social-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 24px 28px;
	border: 1px solid var(--jc-border);
	border-radius: 20px;
	background: var(--jc-green-soft);
}

.jc-portal__journal-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.jc-portal__journal-social-link {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 220px;
	padding: 14px 16px;
	border: 1px solid rgba(8, 150, 71, 0.16);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.9);
	font-family: Arial, sans-serif;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.jc-portal__journal-social-link,
.jc-portal__journal-social-link:visited,
.jc-portal__journal-social-link:hover,
.jc-portal__journal-social-link:active,
.jc-portal__journal-social-link:focus {
	color: inherit;
	text-decoration: none;
}

.jc-portal__journal-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 2px;
	border-radius: 999px;
	background: rgba(8, 150, 71, 0.08);
	color: var(--jc-green);
}

.jc-portal__journal-social-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.jc-portal__journal-social-name {
	font-family: Arial, sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--jc-green-dark);
}

.jc-portal__journal-social-handle {
	font-family: Arial, sans-serif;
	font-size: 0.88rem;
	color: var(--jc-text);
}

.jc-portal__journal-social-link--instagram {
	border-color: rgba(225, 48, 108, 0.16);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)),
		linear-gradient(135deg, rgba(131, 58, 180, 0.08), rgba(253, 29, 29, 0.06), rgba(252, 176, 69, 0.08));
}

.jc-portal__journal-social-link--facebook {
	border-color: rgba(24, 119, 242, 0.18);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)),
		linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(24, 119, 242, 0.02));
}

.jc-portal__journal-social-link--instagram .jc-portal__journal-social-icon {
	background: linear-gradient(135deg, rgba(131, 58, 180, 0.16), rgba(253, 29, 29, 0.12), rgba(252, 176, 69, 0.18));
	color: #c13584;
}

.jc-portal__journal-social-link--facebook .jc-portal__journal-social-icon {
	background: rgba(24, 119, 242, 0.12);
	color: #1877f2;
}

.jc-portal__journal-social-link--instagram .jc-portal__journal-social-name {
	color: #9f2f78;
}

.jc-portal__journal-social-link--facebook .jc-portal__journal-social-name {
	color: #135ec9;
}

.jc-portal__journal-social-link--instagram,
.jc-portal__journal-social-link--instagram:visited,
.jc-portal__journal-social-link--instagram:hover,
.jc-portal__journal-social-link--instagram:active,
.jc-portal__journal-social-link--instagram:focus {
	color: #7b355f;
}

.jc-portal__journal-social-link--facebook,
.jc-portal__journal-social-link--facebook:visited,
.jc-portal__journal-social-link--facebook:hover,
.jc-portal__journal-social-link--facebook:active,
.jc-portal__journal-social-link--facebook:focus {
	color: #2f537f;
}

.jc-portal__journal-social-link--instagram:hover {
	border-color: rgba(225, 48, 108, 0.24);
	box-shadow: 0 12px 24px rgba(193, 53, 132, 0.08);
}

.jc-portal__journal-social-link--facebook:hover {
	border-color: rgba(24, 119, 242, 0.26);
	box-shadow: 0 12px 24px rgba(24, 119, 242, 0.08);
}

.jc-portal__video-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.jc-portal-video-open {
	overflow: hidden;
}

.jc-portal-video-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.82);
	backdrop-filter: blur(8px);
}

.jc-portal-video-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(980px, calc(100% - 24px));
	margin: 48px auto 0;
}

.jc-portal-video-modal__frame {
	overflow: hidden;
	border-radius: 24px;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
	background: #000;
}

.jc-portal-video-modal__frame iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}

.jc-portal-video-modal__close {
	position: absolute;
	top: -18px;
	right: 0;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.jc-portal__container {
		width: min(1180px, calc(100% - 24px));
	}

	.jc-portal__header-inner {
		gap: 12px;
		padding: 10px 0;
	}

	.jc-portal__brand img {
		width: min(240px, 34vw);
	}

	.jc-portal__header-tools {
		gap: 10px;
	}

	.jc-portal__search {
		gap: 8px;
	}

	.jc-portal__search-form {
		gap: 8px;
	}

	.jc-portal__button,
	.jc-portal__secondary-button {
		min-height: 42px;
		padding: 0 14px;
		font-size: 0.84rem;
	}

	.jc-portal__button--icon {
		width: 42px;
		min-width: 42px;
		padding: 0;
	}

	.jc-portal__header .jc-portal__secondary-button {
		padding: 0 12px;
		font-size: 0.82rem;
	}

	.jc-portal__social {
		gap: 6px;
	}

	.jc-portal__social-link {
		width: 42px;
		height: 42px;
		padding: 0;
		justify-content: center;
	}

	.jc-portal__social-text {
		display: none;
	}
}

@media (max-width: 860px) {
	.jc-portal__header-inner {
		flex-wrap: wrap;
	}

	.jc-portal__header-tools {
		width: 100%;
	}

	.jc-portal__search {
		width: 100%;
	}

	.jc-portal__journal-social-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 680px) {
	.jc-portal__social-link {
		padding: 10px 12px;
	}

	.jc-portal__social-text {
		display: none;
	}

	.jc-portal__journal-social-inner {
		padding: 20px;
	}

	.jc-portal__journal-social-link {
		width: 100%;
	}
}

@media (max-width: 680px) {
	.jc-portal__container {
		width: min(1180px, calc(100% - 24px));
	}

	.jc-portal__header-inner {
		align-items: center;
		flex-wrap: nowrap;
		gap: 12px;
		padding: 12px 0;
	}

	.jc-portal__brand img {
		width: min(320px, 68vw);
	}

	.jc-portal__menu-toggle {
		display: inline-flex;
		align-self: flex-start;
	}

	.jc-portal__header-tools {
		position: absolute;
		top: calc(100% + 8px);
		right: 0;
		left: auto;
		width: min(360px, calc(100vw - 24px));
		max-width: calc(100vw - 24px);
		display: none;
		flex-direction: column;
		align-items: stretch;
		padding: 16px;
		border: 1px solid var(--jc-border);
		border-radius: 22px;
		background: rgba(255, 255, 255, 0.98);
		box-shadow: 0 20px 40px rgba(53, 88, 68, 0.12);
		backdrop-filter: blur(10px);
	}

	.jc-portal__header-tools.is-open {
		display: flex;
	}

	.jc-portal__search {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.jc-portal__search-form {
		width: 100%;
	}

	.jc-portal__main {
		padding: 22px 0 64px;
	}

	.jc-portal__secondary-button {
		width: 100%;
	}

	.jc-portal__header-tools .jc-portal__secondary-button {
		justify-content: flex-start;
	}

	.jc-portal__header-tools .jc-portal__social {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
	}

	.jc-portal__header-tools .jc-portal__social-link {
		width: 100%;
		height: auto;
		min-height: 46px;
		justify-content: flex-start;
		padding: 12px 14px;
	}

	.jc-portal__header-tools .jc-portal__social-text {
		display: inline;
	}

	.jc-portal__header-tools .jc-portal__social-text--desktop {
		display: none;
	}

	.jc-portal__header-tools .jc-portal__social-text--mobile {
		display: inline;
		font-size: 0.92rem;
		font-weight: 700;
	}

	.jc-portal__video-modal__dialog {
		margin-top: 68px;
	}
}

@media (min-width: 681px) {
	.jc-portal__social-text--desktop {
		display: inline-flex !important;
	}

	.jc-portal__social-text--mobile {
		display: none !important;
	}

	.jc-portal__menu-toggle {
		display: none !important;
	}

	.jc-portal__header-tools,
	.jc-portal__header-tools.is-open {
		position: static !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		width: auto !important;
		max-width: none !important;
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		backdrop-filter: none !important;
	}
}
