/* FAQ page — matches About page / football preview theme */

.bp-faq-page.no-sidebar .site-main.bp-faq-page-main {
	background-color: transparent !important;
}

.bp-faq-page.no-sidebar .site-main.bp-faq-page-main > article.bp-faq-page-article {
	background: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	overflow: visible;
	padding: 0;
	margin-bottom: 0;
	border-radius: 0;
}

.bp-faq-page-article {
	margin-bottom: 0;
}

.bp-faq-page-inner {
	display: grid;
	gap: 18px;
}

/* Hero */
.bp-faq-hero {
	background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(35, 40, 75, 0.9) 50%, rgba(107, 33, 168, 0.88) 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	padding: 28px 30px;
	color: #ffffff;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(10px);
}

.bp-faq-title {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: clamp(1.75rem, 4vw, 2.35rem) !important;
	line-height: 1.2 !important;
	font-weight: 800 !important;
	color: #ffffff !important;
	text-align: left !important;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.bp-faq-intro {
	margin: 14px 0 0;
	font-size: 1.05rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
	text-align: left;
}

.bp-faq-edit-link {
	margin-top: 12px;
}

.bp-faq-edit-link a {
	color: rgba(255, 255, 255, 0.75);
}

/* Content area */
.bp-faq-page .bp-faq-page-article .bp-faq-content.entry-content {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

/* Ultimate FAQs — list wrapper */
.bp-faq-page .bp-faq-content .ewd-ufaq-faq-list {
	margin: 0;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-faqs {
	display: grid;
	gap: 16px;
}

/* Category cards */
.bp-faq-page .bp-faq-content .ewd-ufaq-faq-category {
	margin: 0;
	border: 1px solid rgba(115, 174, 255, 0.22);
	border-radius: 14px;
	padding: 0;
	background: linear-gradient(160deg, rgba(13, 26, 54, 0.94) 0%, rgba(8, 18, 38, 0.97) 100%);
	box-shadow: 0 12px 28px rgba(3, 9, 24, 0.28);
	overflow: hidden;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-faq-category-title {
	margin: 0;
	padding: 18px 22px 14px;
	border-bottom: 2px solid rgba(132, 204, 22, 0.35);
	background: transparent;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-faq-category-title h2 {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 1.05rem !important;
	font-weight: 800 !important;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #ffffff !important;
	text-align: left !important;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-faq-category-inner {
	margin: 0;
	padding: 8px 0 4px;
}

/* Individual FAQ items */
.bp-faq-page .bp-faq-content .ewd-ufaq-faq-div {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bp-faq-page .bp-faq-content .ewd-ufaq-faq-div:last-child {
	border-bottom: 0;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-faq-title {
	margin: 0;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-faq-title a.ewd-ufaq-post-margin {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 22px;
	text-decoration: none !important;
	color: inherit;
	transition: background-color 0.2s ease;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-faq-title a.ewd-ufaq-post-margin:hover,
.bp-faq-page .bp-faq-content .ewd-ufaq-faq-title a.ewd-ufaq-post-margin:focus {
	background: rgba(255, 255, 255, 0.04);
	outline: none;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-faq-div:has(.ewd-ufaq-faq-body:not(.ewd-ufaq-hidden)) .ewd-ufaq-faq-title a.ewd-ufaq-post-margin {
	background: rgba(132, 204, 22, 0.08);
}

/* Toggle icon */
.bp-faq-page .bp-faq-content .ewd-ufaq-post-margin-symbol {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	margin: 2px 0 0 !important;
	float: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(132, 204, 22, 0.45) !important;
	border-radius: 6px;
	background: rgba(132, 204, 22, 0.12);
	line-height: 1;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-post-margin-symbol span {
	display: none !important;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-post-margin-symbol::before {
	content: "+";
	font-size: 1.1rem;
	font-weight: 700;
	color: #84cc16;
	line-height: 1;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-faq-div:has(.ewd-ufaq-faq-body:not(.ewd-ufaq-hidden)) .ewd-ufaq-post-margin-symbol::before {
	content: "−";
}

/* Question text */
.bp-faq-page .bp-faq-content .ewd-ufaq-faq-title-text {
	float: none !important;
	width: auto !important;
	flex: 1;
	min-width: 0;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-faq-title-text h3 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
	text-transform: none !important;
	color: #ffffff !important;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-clear {
	display: none;
}

/* Answer body */
.bp-faq-page .bp-faq-content .ewd-ufaq-faq-body {
	padding: 0 22px 18px 64px !important;
	background: transparent;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-faq-post {
	margin: 0 !important;
	padding: 0 !important;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-faq-post p,
.bp-faq-page .bp-faq-content .ewd-ufaq-faq-post .wp-block-paragraph {
	margin: 0 !important;
	font-size: 0.98rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.88);
	text-align: left;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-faq-post a {
	color: #9ac3ff;
	text-decoration: underline;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-faq-post a:hover {
	color: #c4ddff;
}

.bp-faq-page .bp-faq-content .ewd-ufaq-faq-post ul,
.bp-faq-page .bp-faq-content .ewd-ufaq-faq-post ol {
	margin: 0.5em 0 0 !important;
	padding-left: 1.35em;
	color: rgba(255, 255, 255, 0.88);
}

.bp-faq-page .bp-faq-content .ewd-ufaq-faq-post li::marker {
	color: #84cc16;
}

/* Hide plugin chrome not needed on this page */
.bp-faq-page .bp-faq-content input[type="hidden"][id^="ewd-ufaq-"] {
	display: none;
}

@media (max-width: 640px) {
	.bp-faq-hero {
		padding-left: 18px;
		padding-right: 18px;
	}

	.bp-faq-page .bp-faq-content .ewd-ufaq-faq-category-title,
	.bp-faq-page .bp-faq-content .ewd-ufaq-faq-title a.ewd-ufaq-post-margin {
		padding-left: 16px;
		padding-right: 16px;
	}

	.bp-faq-page .bp-faq-content .ewd-ufaq-faq-body {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}
