.wowie-behaviour-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
}

.wowie-behaviour-badge {
	align-items: center;
	background: #f7f5f0;
	border: 1px solid #d9d4c9;
	border-radius: 999px;
	color: #30343b;
	display: inline-flex;
	font-size: 12px;
	font-weight: 650;
	gap: 5px;
	line-height: 1.2;
	padding: 6px 10px;
}

.wowie-behaviour-badge .dashicons {
	font-size: 15px;
	height: 15px;
	width: 15px;
}

.wowie-behaviour-badge--verified { background: #edf5fb; border-color: #bad5e8; color: #175a86; }
.wowie-behaviour-badge--factsheet,
.wowie-behaviour-badge--featured { background: #fbf5e6; border-color: #e1c984; color: #765712; }
.wowie-behaviour-badge--complete { background: #edf5ef; border-color: #b8d3bf; color: #245c34; }
.wowie-behaviour-badge--direct-enquiry { background: #eaf7f5; border-color: #acd8d2; color: #17675e; }
.wowie-behaviour-badge--wedding { background: #fbf0f3; border-color: #e5c1ca; color: #8a4053; }
.wowie-behaviour-badge--mice { background: #edf1f7; border-color: #b8c5d8; color: #213f68; }
.wowie-behaviour-badge--family { background: #f8f1e7; border-color: #dfccb2; color: #725536; }
.wowie-behaviour-badge--guide { background: #f2f2e8; border-color: #c9c8a4; color: #5c5c29; }
.wowie-behaviour-badge--jordan-pass { background: #f6efe9; border-color: #cabfb3; color: #633c32; }
.wowie-behaviour-badge--direct-booking { background: #edf7ed; border-color: #b6d8b7; color: #28652b; }
.wowie-behaviour-badge--menu { background: #fff2e8; border-color: #e9c3a5; color: #91501d; }
.wowie-behaviour-badge--price-list { background: #f6eee7; border-color: #d7bca4; color: #754724; }

.wowie-factsheet-gate summary {
	list-style: none;
}

.wowie-factsheet-gate summary::-webkit-details-marker {
	display: none;
}

.wowie-factsheet-gate__cta {
	align-items: center;
	background: linear-gradient(135deg, #c6a15b, #a77a31);
	border: 1px solid #ddbf7c;
	border-radius: 7px;
	box-shadow: 0 7px 18px rgba(0, 0, 0, 0.22);
	color: #17191c !important;
	cursor: pointer;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 42px;
	padding: 9px 15px;
	text-align: center;
	transition: filter 0.2s ease, transform 0.2s ease;
}

.wowie-factsheet-gate__cta:hover,
.wowie-factsheet-gate__cta:focus {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

.wowie-factsheet-gate__panel {
	background: #202327;
	border: 1px solid #b99451;
	border-radius: 12px;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
	box-sizing: border-box;
	color: #f4f0e7;
	margin-top: 12px;
	max-width: 520px;
	padding: 20px;
	width: 100%;
}

.wowie-factsheet-gate__title {
	color: #f7f1e4;
	font-size: 18px;
	margin: 0 0 7px;
}

.wowie-factsheet-gate__helper {
	color: #cfc8bb;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 15px;
}

.wowie-factsheet-gate form {
	display: grid;
	gap: 9px;
}

.wowie-factsheet-gate label {
	color: #eee8dc;
	font-size: 12px;
	font-weight: 650;
}

.wowie-factsheet-gate input,
.wowie-factsheet-gate select,
.wowie-factsheet-gate textarea {
	background: #15171a;
	border: 1px solid #55514a;
	border-radius: 6px;
	box-sizing: border-box;
	color: #f7f3ea;
	min-height: 40px;
	padding: 8px 10px;
	width: 100%;
}

.wowie-factsheet-gate textarea {
	min-height: 82px;
	resize: vertical;
}

.wowie-factsheet-gate input:focus,
.wowie-factsheet-gate select:focus,
.wowie-factsheet-gate textarea:focus {
	border-color: #d1ad68;
	box-shadow: 0 0 0 2px rgba(209, 173, 104, 0.18);
	outline: 0;
}

.wowie-factsheet-gate__consent {
	align-items: flex-start;
	display: flex;
	font-weight: 400 !important;
	gap: 8px;
	line-height: 1.45;
}

.wowie-factsheet-gate__consent input {
	margin-top: 3px;
	min-height: 0;
	width: auto;
}

.wowie-factsheet-gate__submit {
	background: #c6a15b;
	border: 1px solid #ddbf7c;
	border-radius: 7px;
	color: #17191c;
	cursor: pointer;
	font-weight: 750;
	min-height: 44px;
	padding: 10px 14px;
}

.wowie-factsheet-gate__submit:hover,
.wowie-factsheet-gate__submit:focus {
	background: #d2b16f;
}

.wowie-factsheet-gate__trap {
	left: -10000px;
	position: absolute;
}

.wowie-factsheet-gate__success,
.wowie-factsheet-gate__error {
	border-radius: 7px;
	margin: 0 0 10px;
	padding: 10px;
}

.wowie-factsheet-gate__success {
	background: #23372a;
	border: 1px solid #52745c;
	color: #d7efdc;
}

.wowie-factsheet-gate__error {
	background: #402526;
	border: 1px solid #805052;
	color: #f4d9da;
}

@media (max-width: 600px) {
	.wowie-factsheet-gate__cta,
	.wowie-factsheet-gate__panel {
		max-width: none;
		width: 100%;
	}
}
