:root {
	--elv-club-ink: #142220;
	--elv-club-muted: #61706d;
	--elv-club-teal: #0b7774;
	--elv-club-teal-dark: #075c5a;
	--elv-club-gold: #e4b51b;
	--elv-club-paper: #f6f4ed;
	--elv-club-line: rgba(20, 34, 32, 0.13);
	--elv-club-shadow: 0 20px 55px rgba(15, 35, 32, 0.09);
}

body.elv-modern-club-page,
body.elv-modern-club-single,
body.elv-modern-club-archive {
	color: var(--elv-club-ink);
	font-family: "Noto Serif", Georgia, serif;
}

body.elv-modern-club-page .hero-section[data-type="type-2"],
body.elv-modern-club-single .hero-section[data-type="type-2"] {
	height: auto !important;
	min-height: clamp(330px, 37vw, 485px) !important;
	padding-top: 84px !important;
	background-position: center !important;
}

body.elv-modern-club-page .hero-section .entry-header,
body.elv-modern-club-single .hero-section .entry-header {
	width: min(940px, calc(100% - 42px));
	max-width: 940px;
	padding-block: 55px 42px;
}

body.elv-modern-club-page .hero-section .page-title,
body.elv-modern-club-single .hero-section .page-title {
	max-width: 900px;
	margin-inline: auto;
	font-size: clamp(38px, 5vw, 64px);
	font-weight: 520;
	letter-spacing: -0.035em;
	line-height: 1.08;
	text-wrap: balance;
}

body.elv-modern-club-page .hero-section .page-description,
body.elv-modern-club-single .hero-section .page-description,
body.elv-modern-club-single .hero-section .meta-author,
body.elv-modern-club-archive .meta-author {
	display: none !important;
}

body.elv-modern-club-page .hero-section .entry-meta,
body.elv-modern-club-single .hero-section .entry-meta {
	margin-bottom: 16px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

body.elv-modern-club-page .hero-section .ct-breadcrumbs,
body.elv-modern-club-single .hero-section .ct-breadcrumbs {
	max-width: 800px;
	margin: 24px auto 0;
	font-size: 11px;
	line-height: 1.55;
	opacity: 0.88;
}

body.elv-modern-club-page main,
body.elv-modern-club-single main {
	background:
		linear-gradient(180deg, rgba(11, 119, 116, 0.045), transparent 250px),
		#fff;
}

body.elv-modern-club-page main > .ct-container,
body.elv-modern-club-page main > .ct-container-full,
body.elv-modern-club-single main > .ct-container,
body.elv-modern-club-single main > .ct-container-full {
	padding-top: clamp(44px, 6vw, 80px);
	padding-bottom: clamp(72px, 8vw, 112px);
}

body.elv-modern-club-page .entry-content,
body.elv-modern-club-single .entry-content {
	width: min(1120px, 100%);
	max-width: 1120px !important;
	margin-inline: auto;
	padding: clamp(28px, 4.5vw, 58px);
	border: 1px solid var(--elv-club-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--elv-club-shadow);
	color: var(--elv-club-ink);
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.82;
}

body.elv-modern-club-page .entry-content > :first-child,
body.elv-modern-club-single .entry-content > :first-child {
	margin-top: 0;
}

body.elv-modern-club-page .entry-content > :last-child,
body.elv-modern-club-single .entry-content > :last-child {
	margin-bottom: 0;
}

body.elv-modern-club-page .entry-content h2,
body.elv-modern-club-page .entry-content h3,
body.elv-modern-club-page .entry-content h4,
body.elv-modern-club-single .entry-content h2,
body.elv-modern-club-single .entry-content h3,
body.elv-modern-club-single .entry-content h4 {
	color: var(--elv-club-teal-dark);
	font-family: "Noto Serif", Georgia, serif;
	font-weight: 650;
	line-height: 1.28;
	text-wrap: balance;
}

body.elv-modern-club-page .entry-content h2,
body.elv-modern-club-single .entry-content h2 {
	position: relative;
	margin-top: 2.2em;
	padding-bottom: 13px;
	font-size: clamp(25px, 3vw, 36px);
}

body.elv-modern-club-page .entry-content h2::after,
body.elv-modern-club-single .entry-content h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 3px;
	border-radius: 3px;
	background: var(--elv-club-gold);
	content: "";
}

body.elv-modern-club-page .entry-content a,
body.elv-modern-club-single .entry-content a {
	color: var(--elv-club-teal-dark);
	text-decoration-color: rgba(11, 119, 116, 0.35);
	text-underline-offset: 0.18em;
}

body.elv-modern-club-page .entry-content a:hover,
body.elv-modern-club-single .entry-content a:hover {
	color: var(--elv-club-teal);
	text-decoration-color: var(--elv-club-gold);
}

body.elv-modern-club-page .entry-content ul,
body.elv-modern-club-page .entry-content ol,
body.elv-modern-club-single .entry-content ul,
body.elv-modern-club-single .entry-content ol {
	padding-left: 1.35em;
}

body.elv-modern-club-page .entry-content li,
body.elv-modern-club-single .entry-content li {
	margin: 0.42em 0;
	padding-left: 0.25em;
}

.elv-club-lead {
	margin: 0 0 30px !important;
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid rgba(11, 119, 116, 0.2);
	border-left: 5px solid var(--elv-club-gold);
	border-radius: 14px;
	background: linear-gradient(135deg, #eff8f6, #fff);
	color: #30433f;
	font-size: clamp(17px, 1.7vw, 21px);
	line-height: 1.7;
}

.elv-club-section {
	margin: 24px 0 !important;
	padding: clamp(23px, 3.2vw, 36px);
	border: 1px solid var(--elv-club-line);
	border-radius: 15px;
	background: linear-gradient(135deg, rgba(11, 119, 116, 0.035), #fff 56%);
	box-shadow: 0 10px 34px rgba(15, 35, 32, 0.055);
}

.elv-table-scroll {
	max-width: 100%;
	margin: 24px 0;
	overflow-x: auto;
	border: 1px solid var(--elv-club-line);
	border-radius: 13px;
	background: #fff;
	scrollbar-color: var(--elv-club-teal) var(--elv-club-paper);
}

.elv-table-scroll:focus-visible {
	outline: 3px solid rgba(11, 119, 116, 0.25);
	outline-offset: 3px;
}

.elv-modern-table {
	width: 100% !important;
	min-width: 720px;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	color: var(--elv-club-ink);
	font-family: "Noto Serif", Georgia, serif;
	font-size: 14px;
	line-height: 1.55;
}

.elv-modern-table td,
.elv-modern-table th {
	width: auto !important;
	height: auto !important;
	padding: 14px 16px !important;
	border-width: 0 1px 1px 0 !important;
	border-color: var(--elv-club-line) !important;
	vertical-align: top !important;
}

.elv-modern-table tr:nth-child(even) td {
	background: rgba(11, 119, 116, 0.035);
}

.elv-modern-table tr:first-child td,
.elv-modern-table tr:first-child th {
	background: var(--elv-club-teal-dark) !important;
	color: #fff !important;
	font-weight: 700;
}

.elv-modern-table tr:last-child td {
	border-bottom: 0 !important;
}

.elv-modern-table td:last-child,
.elv-modern-table th:last-child {
	border-right: 0 !important;
}

body.elv-modern-club-page .entry-content img,
body.elv-modern-club-single .entry-content img {
	width: auto;
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 12px 34px rgba(15, 35, 32, 0.12);
}

.elv-club-image-frame {
	margin: 28px 0;
	text-align: center;
}

.elv-lingua-follow {
	margin-top: clamp(34px, 5vw, 58px);
	padding: clamp(25px, 4vw, 42px);
	border-radius: 17px;
	background:
		linear-gradient(135deg, rgba(228, 181, 27, 0.11), transparent 60%),
		var(--elv-club-teal-dark);
	color: #fff;
}

.elv-lingua-follow h2 {
	margin: 0 0 12px !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: clamp(25px, 3vw, 34px) !important;
}

.elv-lingua-follow h2::after {
	display: none !important;
}

.elv-lingua-follow > p {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.78);
}

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

.elv-lingua-links a {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.075);
	color: #fff !important;
	text-decoration: none !important;
	transition:
		transform 180ms ease,
		background-color 180ms ease;
}

.elv-lingua-links a:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.13);
}

.elv-lingua-links strong {
	color: var(--elv-club-gold);
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.elv-lingua-links span {
	overflow-wrap: anywhere;
	font-size: 14px;
}

body.elv-club-action-history .entry-content {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: flex-start;
}

body.elv-club-action-history .entry-content > * {
	flex: 1 0 100%;
}

body.elv-club-action-history .entry-content > .elv-club-gallery-item {
	flex: 1 1 calc(33.333% - 18px);
	min-width: 240px;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--elv-club-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(15, 35, 32, 0.09);
}

body.elv-club-action-history .elv-club-gallery-item a {
	display: block;
}

body.elv-club-action-history .elv-club-gallery-item img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 0;
	box-shadow: none;
	transition: transform 220ms ease;
}

body.elv-club-action-history .elv-club-gallery-item a:hover img {
	transform: scale(1.025);
}

body.elv-club-action-history .elv-club-gallery-item figcaption {
	padding: 13px 15px 15px;
	color: var(--elv-club-muted);
	font-size: 13px;
	line-height: 1.55;
}

body.elv-modern-club-archive main {
	background:
		linear-gradient(180deg, rgba(11, 119, 116, 0.035), transparent 280px),
		#fff;
}

body.elv-modern-club-archive .entries {
	gap: 24px;
}

body.elv-modern-club-archive .entry-card {
	border-radius: 16px;
}

body.elv-modern-club-archive .entry-card .entry-title {
	text-wrap: balance;
}

@media (max-width: 689px) {
	body.elv-modern-club-page .hero-section[data-type="type-2"],
	body.elv-modern-club-single .hero-section[data-type="type-2"] {
		min-height: 350px !important;
		padding-top: 70px !important;
	}

	body.elv-modern-club-page .hero-section .entry-header,
	body.elv-modern-club-single .hero-section .entry-header {
		width: calc(100% - 30px);
		padding-block: 36px 24px;
	}

	body.elv-modern-club-page .hero-section .page-title,
	body.elv-modern-club-single .hero-section .page-title {
		font-size: clamp(32px, 10vw, 44px);
	}

	body.elv-modern-club-page .hero-section .ct-breadcrumbs,
	body.elv-modern-club-single .hero-section .ct-breadcrumbs {
		display: none;
	}

	body.elv-modern-club-page main > .ct-container,
	body.elv-modern-club-page main > .ct-container-full,
	body.elv-modern-club-single main > .ct-container,
	body.elv-modern-club-single main > .ct-container-full {
		padding-inline: 13px;
	}

	body.elv-modern-club-page .entry-content,
	body.elv-modern-club-single .entry-content {
		padding: 24px 20px;
		border-radius: 14px;
		font-size: 16px;
	}

	.elv-club-section {
		padding: 21px 18px;
	}

	.elv-modern-table {
		font-size: 13px;
	}

	body.elv-club-action-history .entry-content > .elv-club-gallery-item {
		flex-basis: 100%;
		min-width: 0;
	}

	.elv-lingua-links {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.elv-modern-club-archive .entry-card {
		transition: none;
	}
}
