/**
 * Site-wide button & CTA system (enWsPro)
 * Loaded on all pages via en_header.php
 */

/* —— Base button —— */
.enWsPro-btn,
a.enWsPro-btn,
button.enWsPro-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 8px;
	padding: 12px 22px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	border-radius: 999px;
	border: 1px solid transparent;
	cursor: pointer;
	box-sizing: border-box;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.enWsPro-btn:hover,
.enWsPro-btn:focus-visible {
	text-decoration: none;
	outline: none;
}

.enWsPro-btn--primary,
a.enWsPro-btn--primary {
	color: #fff;
	background: linear-gradient(135deg, var(--enWsPro-teal) 0%, var(--enWsPro-blue) 100%);
	border-color: transparent;
	box-shadow: 0 4px 16px rgba(0, 109, 185, 0.22);
}

.enWsPro-btn--primary:hover,
.enWsPro-btn--primary:focus-visible,
a.enWsPro-btn--primary:hover,
a.enWsPro-btn--primary:focus-visible {
	color: #fff;
	box-shadow: 0 6px 22px rgba(0, 109, 185, 0.32);
}

.enWsPro-btn--ghost,
a.enWsPro-btn--ghost {
	color: var(--enWsPro-navy);
	background: #fff;
	border-color: rgba(0, 40, 82, 0.18);
	box-shadow: 0 2px 10px rgba(0, 40, 82, 0.08);
}

.enWsPro-btn--ghost:hover,
.enWsPro-btn--ghost:focus-visible,
a.enWsPro-btn--ghost:hover,
a.enWsPro-btn--ghost:focus-visible {
	color: var(--enWsPro-teal-dark);
	border-color: rgba(0, 140, 137, 0.45);
	background: #fff;
	box-shadow: 0 4px 14px rgba(0, 109, 185, 0.12);
}

.sponsorDetailBack .enWsPro-btn {
	margin-top: 0;
}

/* Sponsor detail back — match primary CTA (override any legacy link styles) */
.sponsorDetailBack a.enWsPro-btn.enWsPro-btn--primary {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 12px 28px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	text-decoration: none !important;
	border-radius: 999px !important;
	color: #fff !important;
	background: linear-gradient(135deg, var(--enWsPro-teal) 0%, var(--enWsPro-blue) 100%) !important;
	border: 1px solid transparent !important;
	box-shadow: 0 4px 16px rgba(0, 109, 185, 0.22) !important;
	transform: none !important;
}

.sponsorDetailBack a.enWsPro-btn.enWsPro-btn--primary:hover,
.sponsorDetailBack a.enWsPro-btn.enWsPro-btn--primary:focus-visible {
	color: #fff !important;
	box-shadow: 0 6px 22px rgba(0, 109, 185, 0.32) !important;
	transform: none !important;
}

/* Skills list — match primary CTA (override sharp-corner page scope + legacy link styles) */
.wsSkillsPro-jumpRow .enWsPro-btn,
.wsSkillsPro-sectorBack .enWsPro-btn {
	margin-top: 0;
}

.wsSkillsPro-jumpRow a.enWsPro-btn.enWsPro-btn--primary,
.wsSkillsPro-sectorBack a.enWsPro-btn.enWsPro-btn--primary {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 12px 22px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	text-decoration: none !important;
	border-radius: 999px !important;
	color: #fff !important;
	background: linear-gradient(135deg, var(--enWsPro-teal) 0%, var(--enWsPro-blue) 100%) !important;
	border: 1px solid transparent !important;
	box-shadow: 0 4px 16px rgba(0, 109, 185, 0.22) !important;
	transform: none !important;
}

.wsSkillsPro-jumpRow a.enWsPro-btn.enWsPro-btn--primary.enWsPro-btn--sm {
	padding: 8px 16px !important;
	font-size: 13px !important;
}

.wsSkillsPro-jumpRow a.enWsPro-btn.enWsPro-btn--primary:hover,
.wsSkillsPro-jumpRow a.enWsPro-btn.enWsPro-btn--primary:focus-visible,
.wsSkillsPro-sectorBack a.enWsPro-btn.enWsPro-btn--primary:hover,
.wsSkillsPro-sectorBack a.enWsPro-btn.enWsPro-btn--primary:focus-visible {
	color: #fff !important;
	box-shadow: 0 6px 22px rgba(0, 109, 185, 0.32) !important;
	transform: none !important;
}

.wsSkillsPro-sectorBack a.enWsPro-btn.enWsPro-btn--primary::before {
	content: '\2191';
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	opacity: 0.9;
	margin-right: 6px;
}

/* Skills detail — section Share (match primary CTA like jumpRow / sectorBack) */
.wsSkillsPro-detailSectionHead .wsSkillsPro-sectionShare.enWsPro-btn {
	margin-top: 2px;
}

.wsSkillsPro-detailSectionHead button.wsSkillsPro-sectionShare.enWsPro-btn.enWsPro-btn--primary {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 8px 16px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	border-radius: 999px !important;
	color: #fff !important;
	background: linear-gradient(135deg, var(--enWsPro-teal) 0%, var(--enWsPro-blue) 100%) !important;
	border: 1px solid transparent !important;
	box-shadow: 0 4px 16px rgba(0, 109, 185, 0.22) !important;
	transform: none !important;
}

.wsSkillsPro-detailSectionHead button.wsSkillsPro-sectionShare.enWsPro-btn.enWsPro-btn--primary:hover,
.wsSkillsPro-detailSectionHead button.wsSkillsPro-sectionShare.enWsPro-btn.enWsPro-btn--primary:focus-visible {
	color: #fff !important;
	box-shadow: 0 6px 22px rgba(0, 109, 185, 0.32) !important;
	transform: none !important;
}

.wsSkillsPro-detailSectionHead button.wsSkillsPro-sectionShare.enWsPro-btn.enWsPro-btn--primary.wsSkillsPro-sectionShare--copied {
	color: #fff !important;
	box-shadow: 0 6px 22px rgba(0, 109, 185, 0.32) !important;
}

.enWsPro-btn--sm {
	padding: 8px 16px;
	font-size: 13px;
}

/* Text CTA (Read more, section links) */
.enWsPro-link,
.enWsPro-newsCardCta {
	font-size: 13px;
	font-weight: 700;
	color: var(--enWsPro-teal);
	letter-spacing: 0.02em;
	text-decoration: none;
}

.enWsPro-newsCardCta {
	margin-top: auto;
	padding-top: 0;
}

.enWsPro-link:hover,
.enWsPro-link:focus-visible {
	color: var(--enWsPro-teal-dark);
	text-decoration: none;
}

.enWsPro-link::after,
.enWsPro-newsCardCta::after {
	content: " →";
}

/* —— Legacy class aliases —— */
.backButton,
a.backButton,
.sponsorDownloadBtn,
a.sponsorDownloadBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 22px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	border-radius: 999px;
	cursor: pointer;
	box-sizing: border-box;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.backButton,
a.backButton {
	color: var(--enWsPro-teal-dark);
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(0, 140, 137, 0.25);
	box-shadow: none;
}

.backButton:hover,
a.backButton:hover,
.backButton:focus-visible,
a.backButton:focus-visible {
	color: var(--enWsPro-navy);
	border-color: rgba(0, 40, 82, 0.2);
	background: #fff;
	text-decoration: none;
	transform: none;
}

.sponsorDownloadBtn,
a.sponsorDownloadBtn {
	flex-wrap: wrap;
	max-width: 100%;
	padding: 12px 24px;
	color: #fff;
	background: linear-gradient(135deg, var(--enWsPro-teal) 0%, var(--enWsPro-blue) 100%);
	border: 1px solid transparent;
	box-shadow: 0 4px 16px rgba(0, 109, 185, 0.22);
}

.sponsorDownloadBtn:hover,
a.sponsorDownloadBtn:hover,
.sponsorDownloadBtn:focus-visible,
a.sponsorDownloadBtn:focus-visible {
	color: #fff;
	background: linear-gradient(135deg, var(--enWsPro-teal) 0%, var(--enWsPro-blue) 100%);
	border-color: transparent;
	text-decoration: none;
	box-shadow: 0 6px 22px rgba(0, 109, 185, 0.32);
	transform: none;
}

.sponsorDownloadBtn__icon,
.sponsorDownloadBtn__text {
	color: inherit;
}

.sponsorDownloadBtn__tag {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

/* Homepage hero CTAs — override legacy en_ws.css link rules */
.home_section2 dl {
	width: fit-content;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.home_section2 dd,
.home_section3 dl dd {
	border: none !important;
	padding: 0 !important;
	background: transparent !important;
}

.home_section2 dd {
	width: fit-content !important;
	max-width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}

.home_section3 dl:has(.enWsPro-btn) {
	width: auto !important;
}

.home_section2 dd:hover,
.home_section3 dl dd:hover {
	border: none !important;
	padding: 0 !important;
}

.home_section2 dd a.enWsPro-btn.enWsPro-btn--primary,
.home_section3 dl dd a.enWsPro-btn.enWsPro-btn--primary,
.centered-button.enWsPro-btn.enWsPro-btn--primary {
	display: inline-flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: auto !important;
	min-width: 180px;
	margin-top: 0;
	padding: 12px 22px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	border-radius: 999px !important;
	color: #fff !important;
	background: linear-gradient(135deg, var(--enWsPro-teal) 0%, var(--enWsPro-blue) 100%) !important;
	border: 1px solid transparent !important;
	box-shadow: 0 4px 16px rgba(0, 109, 185, 0.22) !important;
	transform: none !important;
}

.home_section2 dd a.enWsPro-btn.enWsPro-btn--primary:hover,
.home_section3 dl dd a.enWsPro-btn.enWsPro-btn--primary:hover,
.centered-button.enWsPro-btn.enWsPro-btn--primary:hover,
.home_section2 dd a.enWsPro-btn.enWsPro-btn--primary:focus-visible,
.home_section3 dl dd a.enWsPro-btn.enWsPro-btn--primary:focus-visible,
.centered-button.enWsPro-btn.enWsPro-btn--primary:focus-visible {
	color: #fff !important;
	background: linear-gradient(135deg, var(--enWsPro-teal) 0%, var(--enWsPro-blue) 100%) !important;
	box-shadow: 0 6px 22px rgba(0, 109, 185, 0.32) !important;
	transform: none !important;
}

.home_section2 dd a.enWsPro-btn,
.home_section3 dl dd a.enWsPro-btn,
.centered-button.enWsPro-btn,
.ticketing dl dd a.enWsPro-btn {
	width: auto;
	margin-top: 0;
	justify-content: space-between;
	white-space: nowrap;
}

.home_section2 dd a.enWsPro-btn span,
.home_section3 dl dd a.enWsPro-btn span,
.centered-button.enWsPro-btn span {
	white-space: nowrap;
}

.home_section2 dd a.enWsPro-btn i,
.home_section3 dl dd a.enWsPro-btn i,
.centered-button.enWsPro-btn i,
.ticketing dl dd a.enWsPro-btn i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: none;
	flex-shrink: 0;
	position: relative;
}

.home_section2 dd a.enWsPro-btn i::after,
.home_section3 dl dd a.enWsPro-btn i::after,
.centered-button.enWsPro-btn i::after,
.ticketing dl dd a.enWsPro-btn i::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg);
}

.home_section2 dd,
.home_section3 dl dd {
	border: none;
	padding: 0;
	background: transparent;
}

.home_section2 dd:hover,
.home_section3 dl dd:hover {
	border: none;
	padding: 0;
}

.home_section2 dd a:not(.enWsPro-btn),
.home_section3 dl dd a:not(.enWsPro-btn),
.ticketing dl dd a:not(.enWsPro-btn) {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	padding: 12px 22px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--enWsPro-teal) 0%, var(--enWsPro-blue) 100%);
	box-shadow: 0 4px 16px rgba(0, 109, 185, 0.22);
}

.home_section2 dd a:not(.enWsPro-btn):hover,
.home_section3 dl dd a:not(.enWsPro-btn):hover,
.ticketing dl dd a:not(.enWsPro-btn):hover {
	color: #fff;
	box-shadow: 0 6px 22px rgba(0, 109, 185, 0.32);
}

/* Footer search submit (if present) */
.search-conent button {
	min-width: 80px;
	height: auto;
	padding: 8px 16px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	background: linear-gradient(135deg, var(--enWsPro-teal) 0%, var(--enWsPro-blue) 100%);
	border: none;
	border-radius: 999px;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(0, 109, 185, 0.2);
	transition: box-shadow 0.2s ease;
}

.search-conent button:hover,
.search-conent button:focus-visible {
	box-shadow: 0 4px 14px rgba(0, 109, 185, 0.3);
	outline: none;
}

/* Section "more" links */
.indexTitle .more,
.look-more span a {
	font-size: 13px;
	font-weight: 700;
	color: var(--enWsPro-teal);
	text-decoration: none;
	transition: color 0.2s ease;
}

.indexTitle .more:hover,
.look-more span a:hover {
	color: var(--enWsPro-teal-dark);
	text-decoration: none;
}

.indexTitle .more::after,
.look-more span a::after {
	content: " →";
}

.indexTitle .more::after {
	display: inline;
}

/* —— Pagination (site-wide) —— */
.pageList,
.enWsPro-pagination.pageList {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 36px;
	padding: 8px 0 0;
}

.pageList ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}

.pageList li {
	margin: 0;
	padding: 0;
}

.pageList a,
.pageList span,
.pageList span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 600;
	color: var(--enWsPro-text);
	text-decoration: none;
	border: 1px solid var(--enWsPro-border-strong);
	border-radius: 8px;
	background: var(--enWsPro-surface);
	box-shadow: none;
	transform: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	position: static;
	overflow: visible;
}

.pageList a:hover,
.pageList span.page-numbers:hover {
	color: var(--enWsPro-teal-dark);
	border-color: rgba(0, 140, 137, 0.45);
	background: rgba(0, 140, 137, 0.06);
	box-shadow: none;
	transform: none;
	border-bottom-width: 1px;
}

.pageList a.active:hover {
	color: #fff;
	background: linear-gradient(135deg, var(--enWsPro-teal) 0%, var(--enWsPro-blue) 100%);
	border-color: transparent;
}

.pageList .current,
.pageList span.current,
.pageList a.active,
.pageList .page-numbers.current {
	color: #fff;
	background: linear-gradient(135deg, var(--enWsPro-teal) 0%, var(--enWsPro-blue) 100%);
	border-color: transparent;
	border-bottom-color: transparent;
}

.pageList .dots,
.pageList span.dots {
	border: none;
	background: transparent;
	min-width: auto;
	padding: 0 4px;
	color: var(--enWsPro-text-muted);
}

.pageList .dots:hover {
	transform: none;
	box-shadow: none;
	background: transparent;
	color: var(--enWsPro-text-muted);
}

.pageList .prev,
.pageList .next {
	min-width: 42px;
	font-weight: 600;
}

.pageList .prev::before {
	content: "‹";
	font-size: 18px;
	line-height: 1;
}

.pageList .next::before {
	content: "›";
	font-size: 18px;
	line-height: 1;
}

.pageList .prev:hover,
.pageList .next:hover {
	color: var(--enWsPro-teal-dark);
	border-color: rgba(0, 140, 137, 0.45);
	background: rgba(0, 140, 137, 0.06);
}

.pageListApp .page-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 600;
	color: var(--enWsPro-navy);
	text-decoration: none;
	border: 1px solid var(--enWsPro-border-strong);
	border-radius: 8px;
	background: var(--enWsPro-surface);
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pageListApp .page-link:hover:not(.disabled) {
	border-color: rgba(0, 140, 137, 0.45);
	color: var(--enWsPro-teal-dark);
	background: rgba(0, 140, 137, 0.06);
}

.pageListApp .page-link.disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

/* —— Password-protected Skills / view/* pages —— */
.enWsPostPassword-main {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	max-width: 32rem;
	margin: 0 auto;
	padding: 4rem 1.5rem 6rem;
	box-sizing: border-box;
}

.enWsPostPassword-main > .enWsPro-breadcrumbBar {
	width: 100%;
	max-width: none;
	margin: 0 0 1rem;
	padding: 10px 14px;
}

.enWsPostPassword-card {
	max-width: 32rem;
	width: 100%;
	padding: 2rem 2.25rem;
	background: var(--enWsPro-surface, #fff);
	border-radius: 12px;
	box-shadow: 0 12px 40px rgba(0, 60, 80, 0.08);
}

.enWsPostPassword-form .enWsPostPassword-lead {
	margin: 0 0 1.25rem;
	line-height: 1.6;
	color: var(--enWsPro-navy, #1a3a44);
}

.enWsPostPassword-form .enWsPostPassword-field {
	margin: 0 0 1.5rem;
}

.enWsPostPassword-form .enWsPostPassword-field label {
	display: block;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 0.5rem;
	color: var(--enWsPro-navy, #1a3a44);
}

.enWsPostPassword-form .enWsPostPassword-field input[type="password"] {
	width: 100%;
	max-width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--enWsPro-border-strong, rgba(0, 40, 82, 0.18));
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 14px;
	color: var(--enWsPro-navy, #1a3a44);
	background: #fff;
}

.enWsPostPassword-form .enWsPostPassword-field input[type="password"]:focus {
	outline: none;
	border-color: rgba(0, 140, 137, 0.55);
	box-shadow: 0 0 0 3px rgba(0, 140, 137, 0.12);
}

.enWsPostPassword-form .enWsPostPassword-actions {
	margin: 0;
}

.enWsPostPassword-form .enWsPostPassword-actions .enWsPro-btn {
	margin-top: 0;
	min-width: 8rem;
}

.enWsPostPassword-form.password-form-error .enWsPostPassword-field input[type="password"] {
	border-color: #b42318;
}

.enWsPostPassword-form .post-password-form-invalid-password p {
	margin: 0 0 1rem;
	color: #b42318;
	font-weight: 600;
}
