.its-consent-banner,
.its-consent-prefs { display: none; }
.its-consent-banner.is-open { display: block; }
.its-consent-prefs:not([hidden]) { display: flex; }

/* Banner – nederst, diskret kort */
.its-consent-banner {
	position: fixed; z-index: 99999; left: 1rem; right: 1rem; bottom: 1rem; margin: 0 auto; max-width: 720px;
	background: #fff; color: #111418; border: 1px solid #e0e3e8; border-radius: var(--its-consent-radius, 6px);
	box-shadow: 0 10px 40px rgba(17,20,24,.18); padding: 1.1rem 1.25rem;
	font-size: .95rem; line-height: 1.5;
}
.its-consent-text h2 { margin: 0 0 .35rem; font-size: 1.05rem; }
.its-consent-text p { margin: 0 0 .9rem; color: #3a3f47; }
.its-consent-text a { color: var(--its-consent-accent, #161616); }

/* Likestilte knapper – samme størrelse/vekt (ekomloven § 3-15: like lett å si nei som ja) */
.its-consent-actions { display: flex; gap: .6rem; flex-wrap: wrap; }
.its-c-btn {
	flex: 1 1 0; min-width: 120px; cursor: pointer; font: inherit; font-weight: 600;
	padding: .7rem 1rem; border-radius: var(--its-consent-radius, 6px); border: 1.5px solid var(--its-consent-accent, #161616); background: #fff; color: var(--its-consent-accent, #161616);
	transition: .12s;
}
.its-c-btn:hover { background: var(--its-consent-accent, #161616); color: #fff; }
.its-c-btn:focus-visible { outline: 2px solid var(--its-consent-accent, #161616); outline-offset: 2px; }

/* Preferanse-modal */
.its-consent-prefs {
	position: fixed; inset: 0; z-index: 100000; background: rgba(17,20,24,.45);
	align-items: center; justify-content: center; padding: 1rem;
}
.its-consent-prefs-box {
	background: #fff; border-radius: var(--its-consent-radius, 6px); max-width: 560px; width: 100%; max-height: 85vh; overflow: auto;
	padding: 1.5rem; box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.its-consent-prefs-box h2 { margin: 0 0 1rem; }
.its-consent-cat { display: flex; gap: .75rem; align-items: flex-start; padding: .75rem 0; border-top: 1px solid #eceef1; }
.its-consent-cat:first-of-type { border-top: 0; }
.its-consent-cat input { margin-top: .25rem; width: 1.1rem; height: 1.1rem; flex: 0 0 auto; }
.its-consent-cat-text { display: flex; flex-direction: column; gap: .15rem; }
.its-consent-cat-text em { font-style: normal; color: #6b7280; font-size: .9rem; }
.its-consent-prefs-box .its-consent-actions { margin-top: 1.25rem; }

/* Trekk tilbake-knapp: alltid tilgjengelig (like lett å trekke tilbake som å gi) */
.its-consent-reopen {
	position: fixed; z-index: 99998; left: 1rem; bottom: 1rem; padding: .45rem .8rem; border-radius: var(--its-consent-radius, 6px);
	border: 1px solid #e0e3e8; background: #fff; color: #111418; box-shadow: 0 4px 16px rgba(17,20,24,.18);
	cursor: pointer; font: inherit; font-size: .8rem; font-weight: 600; line-height: 1;
}
.its-consent-reopen:hover { border-color: #111418; }

@media (max-width: 600px) {
	.its-consent-actions { flex-direction: column; }
	.its-c-btn { width: 100%; }
}
