.lions-ppoa-page .theme-fallback {
	padding: 0;
	background: #f7f9fc;
}

.lions-ppoa-page .theme-fallback__inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.lions-ppoa-page .theme-fallback__post > h1 {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.lions_ppoa {
	background: #f7f9fc;
	color: #263238;
	font-family: "Montserrat", Arial, sans-serif;
}

.lions_ppoa_container,
.lions_ppoa_hero_inner {
	width: min(100% - 40px, 1180px);
	margin: 0 auto;
}

.lions_ppoa_hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 83% 24%, rgba(242, 195, 0, 0.16) 0, rgba(242, 195, 0, 0) 28%),
		linear-gradient(135deg, #001e5e 0%, #002b78 52%, #00338d 100%);
	color: #ffffff;
}

.lions_ppoa_hero_inner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 345px;
	padding: 58px 0 86px;
}

.lions_ppoa_hero_content {
	position: relative;
	z-index: 2;
	max-width: 780px;
}

.lions_ppoa_hero h1 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(38px, 5vw, 64px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.lions_ppoa_hero h1 span,
.lions_ppoa_hero h1 strong {
	display: block;
}

.lions_ppoa_hero h1 strong {
	color: #f2c300;
}

.lions_ppoa_title_line {
	width: 104px;
	height: 4px;
	margin: 24px 0 22px;
	background: #f2c300;
	border-radius: 999px;
}

.lions_ppoa_hero p {
	max-width: 690px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.65;
}

.lions_ppoa_watermark {
	position: absolute;
	right: 0;
	top: 50%;
	color: rgba(255, 255, 255, 0.08);
	font-size: 170px;
	font-weight: 900;
	line-height: 1;
	transform: translateY(-50%);
}

.lions_ppoa_curve {
	position: absolute;
	right: -5%;
	bottom: -83px;
	left: -5%;
	height: 150px;
	background: #f7f9fc;
	border-top: 7px solid #f2c300;
	border-radius: 50% 50% 0 0 / 72% 72% 0 0;
}

.lions_ppoa_intro {
	position: relative;
	z-index: 2;
	margin-top: -34px;
	padding: 0 0 28px;
}

.lions_ppoa_intro_card,
.lions_ppoa_continuity_card {
	background: #ffffff;
	border: 1px solid rgba(221, 230, 242, 0.9);
	border-radius: 14px;
	box-shadow: 0 16px 36px rgba(0, 43, 120, 0.11);
	padding: 30px 34px;
}

.lions_ppoa_intro_card {
	max-width: 920px;
}

.lions_ppoa_intro_card h2,
.lions_ppoa_continuity_card h2 {
	margin: 0;
	color: #00338d;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.2;
}

.lions_ppoa_small_line {
	width: 58px;
	height: 4px;
	margin: 14px 0 18px;
	background: #f2c300;
	border-radius: 999px;
}

.lions_ppoa_intro_card p,
.lions_ppoa_continuity_card p {
	margin: 0;
	color: #5f6b7a;
	font-size: 15.5px;
	font-weight: 500;
	line-height: 1.75;
}

.lions_ppoa_profiles {
	padding: 22px 0 70px;
}

.lions_ppoa_grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.lions_ppoa_card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 455px;
	padding: 27px 22px 30px;
	background: #ffffff;
	border: 1px solid rgba(221, 230, 242, 0.9);
	border-radius: 14px;
	box-shadow: 0 16px 36px rgba(0, 43, 120, 0.13);
	text-align: center;
}

.lions_ppoa_photo {
	width: 100%;
	max-width: 190px;
	aspect-ratio: 4 / 5;
	margin: 0 auto 20px;
	overflow: hidden;
	background: #f4f8fd;
	border-radius: 10px;
}

.lions_ppoa_photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.lions_ppoa_avatar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at 50% 28%, rgba(242, 195, 0, 0.18), rgba(242, 195, 0, 0) 34%),
		linear-gradient(145deg, #eef5fc 0%, #ffffff 100%);
	border: 1px solid #dde6f2;
	color: #00338d;
}

.lions_ppoa_avatar span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin-bottom: 12px;
	background: #00338d;
	border: 4px solid #f2c300;
	border-radius: 50%;
	color: #ffffff;
	font-size: 24px;
	font-weight: 900;
}

.lions_ppoa_avatar small {
	max-width: 120px;
	color: #5f6b7a;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.lions_ppoa_divider {
	width: 54px;
	height: 3px;
	margin: 0 auto 17px;
	background: #f2c300;
	border-radius: 999px;
}

.lions_ppoa_card h2 {
	margin: 0 0 12px;
	color: #002b78;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.18;
}

.lions_ppoa_records {
	display: grid;
	gap: 5px;
	margin-bottom: 12px;
}

.lions_ppoa_records p {
	margin: 0;
	color: #00338d;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.lions_ppoa_club {
	margin: 0;
	color: #5f6b7a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.lions_ppoa_club--pending {
	color: #7a8796;
	font-style: italic;
}

.lions_ppoa_continuity {
	padding: 0 0 76px;
	background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.lions_ppoa_continuity_card {
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
}

.lions_ppoa_continuity_card .lions_ppoa_small_line {
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 1199px) {
	.lions_ppoa_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.lions_ppoa_container,
	.lions_ppoa_hero_inner {
		width: min(100% - 32px, 1180px);
	}

	.lions_ppoa_hero_inner {
		min-height: 300px;
		padding: 44px 0 78px;
	}

	.lions_ppoa_hero h1 {
		font-size: 36px;
		line-height: 1.05;
	}

	.lions_ppoa_hero p {
		font-size: 15px;
	}

	.lions_ppoa_watermark {
		right: -30px;
		font-size: 95px;
	}

	.lions_ppoa_intro {
		margin-top: -30px;
		padding-bottom: 22px;
	}

	.lions_ppoa_intro_card,
	.lions_ppoa_continuity_card {
		padding: 25px 20px;
	}

	.lions_ppoa_intro_card h2,
	.lions_ppoa_continuity_card h2 {
		font-size: 26px;
	}

	.lions_ppoa_intro_card p,
	.lions_ppoa_continuity_card p {
		font-size: 14.5px;
	}

	.lions_ppoa_profiles {
		padding-bottom: 52px;
	}

	.lions_ppoa_grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.lions_ppoa_card {
		min-height: 0;
		padding: 24px 20px 28px;
	}

	.lions_ppoa_photo {
		max-width: 210px;
	}

	.lions_ppoa_card h2 {
		font-size: 20px;
	}

	.lions_ppoa_continuity {
		padding-bottom: 50px;
	}
}

@media (max-width: 420px) {
	.lions_ppoa_container,
	.lions_ppoa_hero_inner {
		width: min(100% - 26px, 1180px);
	}

	.lions_ppoa_hero h1 {
		font-size: 32px;
	}

	.lions_ppoa_photo {
		max-width: 190px;
	}
}
