/**
 * Colours and type come from the site's own Elementor global kit: verde
 * salvia as the primary action, verde bosque as ink, dorado as the single
 * accent. The literal after each variable is the kit's current value, kept
 * only as a fallback for a request rendered before the kit's CSS.
 */

.almc-consent-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	display: flex;
	justify-content: center;
	padding: 16px;
	font-family: var( --e-global-typography-text-font-family, "Open Sans" ), sans-serif;
}

.almc-consent-banner[hidden] {
	display: none;
}

.almc-consent-banner__panel {
	width: 100%;
	max-width: 720px;
	background: var( --e-global-color-d78f527, #ffffff );
	border: 1px solid var( --e-global-color-271db85, #f3f3f3 );
	border-left: 4px solid var( --e-global-color-primary, #5b9069 );
	border-radius: 10px 0 10px 0;
	box-shadow: 0 8px 28px rgba( 30, 47, 34, 0.18 );
	padding: 18px 20px;
}

.almc-consent-banner__title {
	margin: 0 0 6px;
	font-family: var( --e-global-typography-primary-font-family, "Poppins" ), sans-serif;
	font-weight: 600;
	font-size: 17px;
	color: var( --e-global-color-1e2f22, #1e2f22 );
}

.almc-consent-banner__body {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.5;
	color: var( --e-global-color-text, #474747 );
}

.almc-consent-banner__body a {
	color: var( --e-global-color-primary, #5b9069 );
	text-decoration: underline;
}

.almc-consent-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.almc-consent-banner__btn {
	appearance: none;
	border-radius: 999px;
	border: 1px solid var( --e-global-color-primary, #5b9069 );
	padding: 9px 18px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	font-family: inherit;
}

.almc-consent-banner__btn--primary {
	background: var( --e-global-color-primary, #5b9069 );
	color: #ffffff;
}

.almc-consent-banner__btn--outline {
	background: transparent;
	color: var( --e-global-color-1e2f22, #1e2f22 );
}

.almc-consent-banner__btn--ghost {
	background: transparent;
	border-color: transparent;
	color: var( --e-global-color-1e2f22, #1e2f22 );
	text-decoration: underline;
}

.almc-consent-panel {
	width: 100%;
	max-width: 720px;
	margin-top: 10px;
	background: var( --e-global-color-d78f527, #ffffff );
	border: 1px solid var( --e-global-color-271db85, #f3f3f3 );
	border-radius: 10px 0 10px 0;
	box-shadow: 0 8px 28px rgba( 30, 47, 34, 0.18 );
	padding: 18px 20px;
}

.almc-consent-panel[hidden] {
	display: none;
}

.almc-consent-panel__title {
	margin: 0 0 12px;
	font-family: var( --e-global-typography-primary-font-family, "Poppins" ), sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: var( --e-global-color-1e2f22, #1e2f22 );
}

.almc-consent-panel__list {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	display: grid;
	gap: 10px;
}

.almc-consent-panel__item {
	border: 1px solid var( --e-global-color-271db85, #f3f3f3 );
	border-radius: 8px;
	padding: 10px 12px;
}

.almc-consent-panel__item label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	color: var( --e-global-color-1e2f22, #1e2f22 );
	font-size: 14px;
}

.almc-consent-panel__item input[type="checkbox"] {
	accent-color: var( --e-global-color-primary, #5b9069 );
	width: 18px;
	height: 18px;
}

.almc-consent-panel__item p {
	margin: 6px 0 0;
	font-size: 13px;
	color: var( --e-global-color-text, #474747 );
}

.almc-consent-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.almc-consent-reopen {
	position: fixed;
	left: 16px;
	bottom: 16px;
	z-index: 999998;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var( --e-global-color-primary, #5b9069 );
	background: var( --e-global-color-d78f527, #ffffff );
	color: var( --e-global-color-primary, #5b9069 );
	font-size: 18px;
	cursor: pointer;
}

.almc-consent-reopen[hidden] {
	display: none;
}
