/* WoodMart gives every button a display and positioning rule.  These
 * selectors deliberately include the button element so the consent controls
 * retain their fixed placement and NSI appearance. */
.nsi-pa-consent[hidden],
button.nsi-pa-footer-manage[hidden] {
	display: none !important;
}

body .nsi-pa-consent {
	box-sizing: border-box;
	position: fixed;
	z-index: 2147483000;
	right: auto;
	bottom: 24px;
	left: 24px;
	width: min(100% - 48px, 590px);
	max-width: 590px;
	border: 1px solid #21d6c3;
	border-left: 4px solid #21d6c3;
	border-radius: 0;
	background: #071d2b;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .42);
	color: #e9f7fa;
	font-family: inherit;
	pointer-events: auto;
}

.nsi-pa-consent__inner { padding: 23px 24px 24px; }
.nsi-pa-consent h2 { margin: 0 0 9px; color: #fff; font-size: clamp(18px, 2vw, 22px); line-height: 1.2; }
.nsi-pa-consent p { margin: 0 0 12px; color: #c4d8df; font-size: 15px; line-height: 1.55; }
.nsi-pa-consent a { color: #35e0ce; font-weight: 700; text-underline-offset: 3px; }
.nsi-pa-consent__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }

button.nsi-pa-button {
	min-height: 44px;
	padding: 10px 17px;
	border: 1px solid #21d6c3;
	border-radius: 0;
	background: #21d6c3;
	color: #04131f;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .025em;
	text-transform: uppercase;
	cursor: pointer;
}

button.nsi-pa-button:hover { background: #fff; border-color: #fff; color: #04131f; }
button.nsi-pa-button--secondary { background: transparent; color: #e9f7fa; }
button.nsi-pa-button--secondary:hover { background: rgba(255, 255, 255, .08); border-color: #e9f7fa; color: #fff; }
button.nsi-pa-button:focus-visible,
button.nsi-pa-footer-manage:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

/* The consent settings live with the other legal information in the footer;
 * they never mask a CTA or the page's back-to-top control. */
.nsi-footer .nx-footer-bottom button.nsi-pa-footer-manage {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #c5d4dd;
	font: inherit;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.45;
	text-align: left;
	text-decoration: underline;
	text-decoration-color: rgba(33, 214, 195, .55);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	text-transform: none;
	cursor: pointer;
}

.nsi-footer .nx-footer-bottom button.nsi-pa-footer-manage:hover { color: #35dacb; }

@media (max-width: 600px) {
	body .nsi-pa-consent { right: 12px; bottom: 12px; left: 12px; width: auto; }
	.nsi-pa-consent__inner { padding: 19px; }
	button.nsi-pa-button { width: 100%; }
	.nsi-footer .nx-footer-bottom button.nsi-pa-footer-manage { margin-top: 10px; }
}
