/**
 * Copyright 2025 Luna S.R.L.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.prntck-modal :root {
	--prntck-pc: #f8f8f8;
	--prntck-sc: #f8f8f8;
}

.prntck-modal *,
.prntck-modal *::before,
.prntck-modal *::after {
	all: revert-layer;
}


.prntck-modal {
	font-size: 1rem;
	font-family: 'Inter', sans-serif;
	position: fixed;
	z-index: 99999999;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	width: 100%;
	overflow: hidden;
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	transition: all .25s;
	color: #2f2f2f;
	max-height: 0;
}

.prntck-modal.opened {
	max-height: 60%;
}

.prntck-modal .prntck-modal-footer {
	padding: 1rem 0.75rem;
}

.prntck-modal .prntck-modal-body-left .prntck-modal-header-shadow,
.prntck-modal .prntck-modal-body-left .prntck-modal-footer-shadow {
	height: 20px;
	position: absolute;
	left: 0;
	right: 0;
}

.prntck-modal .prntck-modal-body-left .prntck-modal-header-shadow {
	top: 0;
	background: linear-gradient(0deg, #ffffff00 0%, #ffffff 70%);
}

.prntck-modal .prntck-modal-body-left .prntck-modal-footer-shadow {
	bottom: 0;
	background: linear-gradient(180deg, #ffffff00 0%, #ffffff 70%);
}


.prntck-modal .prntck-modal-footer p {
	margin: 0
}

.prntck-modal .prntck-modal-credits p.prntck-modal-credits-image {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
}

/* .prntck-modal .prntck-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 16px;
	border-bottom: 1px solid #dfdfdf;
} */

.prntck-modal .prntck-modal-h4,
.prntck-modal .prntck-modal-header {
	font-size: 1.3rem;
	line-height: 1.3rem;
	font-weight: 600;
}

.prntck-modal-credits hr {
	border-top: 1px solid var(--prntck-pc);
}

.prntck-modal .prntck-modal-buttons {
	display: flex;
	gap: 0.75rem;
}

.prntck-modal .btn {
	background-color: white;
	padding: 6px 16px;
	cursor: pointer;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	border: 1px solid black;
	color: #17191C;
	font-size: 12px;
	font-weight: bold;
}

.prntck-modal .btn.btn-primary {
	border-color: #023aa3;
	color: var(--prntck-pc);
}

/* .prntck-modal .btn.btn-secondary {
    border-color: var(--prntck-sc);
    color: var(--prntck-sc);
} */

.prntck-modal .btn.btn-none {
	border-color: black;
	color: black;
}

.prntck-modal .prntck-cookie-category {
	list-style-type: none;
	padding-inline-start: 0;
	margin: 1rem 0;
}

.prntck-modal .prntck-cookie-category li {
	margin-bottom: 0.65rem
}

.prntck-modal .prntck-modal-footer {
	padding: 1rem 0.75rem;
	display: flex;
	background-color: white;
	flex-direction: column;
	justify-content: space-evenly;
	position: relative;
	border-top: 1px solid #dfdfdf;
}

.prntck-modal .prntck-modal-body {
	display: flex;
	flex-direction: row;
	background-color: #f5f8fc;
	align-items: stretch;
}

/* span.prntck-modal-close {
	border: 2px solid;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-align: center;
} */

.prntck-modal .prntck-modal-body-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 70vw;
	padding: 1rem;
	position: relative;
	font-size: 10px;
}

.prntck-modal .prntck-modal-body-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem;
	width: 100%;
	justify-content: flex-start;
}

.prntck-modal .text-container {
	flex: 0.5;
}

.prntck-modal .text-container p {
	text-align: justify;
}

.prntck-modal .title {
	font-family: 'Inter', sans-serif;
}

/* .prntck-modal .prntck-modal-close {
	font-size: 1.25rem;
	cursor: pointer;
} */

.prntck-modal .prntck-modal-overlay {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.prntck-modal~.prntck-cookie-settings-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #222b45;
	box-shadow: inset #ffff 0 0 0 1px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: fixed;
	z-index: 999998;
	cursor: pointer;
	border: 2px solid #222b45;
	transform: scale(1.2);
	transition: all .2s ease-in-out;
}

.prntck-modal:not(.opened)~.prntck-cookie-settings-wrapper:hover::before {
	content: attr(data-tooltip);
	position: absolute;
	background: #222b45;
	color: #fff;
	left: calc(100% + 7px);
	font-size: 12px;
	line-height: 16px;
	width: max-content;
	padding: 4px 8px;
	border-radius: 4px;
}

.prntck-modal:not(.opened)~.prntck-cookie-settings-wrapper:hover,
.prntck-modal:not(.opened)~.prntck-cookie-settings-wrapper:focus {
	transform: scale(1.25);
}

.prntck-modal~.prntck-cookie-settings-wrapper.prntck-cookie-settings-bottom-left,
.prntck-modal~.prntck-cookie-settings-wrapper.prntck-cookie-settings-bottom-right {
	bottom: 15px;
}

.prntck-modal~.prntck-cookie-settings-wrapper.prntck-cookie-settings-top-left,
.prntck-modal~.prntck-cookie-settings-wrapper.prntck-cookie-settings-top-right {
	top: 15px;
}

.prntck-modal~.prntck-cookie-settings-wrapper.prntck-cookie-settings-bottom-left,
.prntck-modal~.prntck-cookie-settings-wrapper.prntck-cookie-settings-top-left {
	left: 15px;
}

.prntck-modal~.prntck-cookie-settings-wrapper.prntck-cookie-settings-bottom-right,
.prntck-modal~.prntck-cookie-settings-wrapper.prntck-cookie-settings-top-right {
	right: 15px;
}

/* Support for Wordpress Top link on same position */
.w-toplink.pos_left.active~.prntck-modal~.prntck-cookie-settings-wrapper.prntck-cookie-settings-bottom-left {
	transform: translateX(75px);
	/* 45 + 15 + 15  */
}

.w-toplink.pos_right.active~.prntck-modal~.prntck-cookie-settings-wrapper.prntck-cookie-settings-bottom-right {
	transform: translateX(-75px);
}

.prntck-modal~.prntck-cookie-settings-wrapper .prntck-cookie-settings {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 0;
}

.prntck-modal~.prntck-cookie-settings-wrapper .prntck-cookie-settings img {
	max-width: fit-content;
	margin: 0;
	height: 30px;
	width: 30px;
}

.prntck-modal a {
	text-decoration-color: var(--prntck-pc);
	color: var(--prntck-pc);
}

.prntck-modal .prntck-cookie-category input[type="checkbox"] {
	accent-color: var(--prntck-sc);
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	flex-shrink: 0;
	font-size: 0.75em;
	text-align: center;
	margin-top: 0;
	margin-right: 0.5rem;
	line-height: 1rem;
	height: 1rem;
	width: 1rem;
	min-height: 0 !important;
	padding: 0 !important;
	border: 2px solid var(--prntck-sc);
	color: var(--prntck-sc);
	box-sizing: content-box;
	margin-left: 0;
}

.prntck-modal .prntck-cookie-category input[type="checkbox"]:before {
	display: none;
	visibility: visible;
	content: '';
}

.prntck-modal .prntck-cookie-category input[type="checkbox"]~label {
	vertical-align: middle;
}

.prntck-modal .prntck-cookie-category input[type="checkbox"]:checked:before {
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--prntck-sc);
	mask-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4NCjxzdmcgaGVpZ2h0PSI4MDBweCIgd2lkdGg9IjgwMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIA0KCSB2aWV3Qm94PSIwIDAgMTcuODM3IDE3LjgzNyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBzdHlsZT0iZmlsbDojMDMwMTA0OyIgZD0iTTE2LjE0NSwyLjU3MWMtMC4yNzItMC4yNzMtMC43MTgtMC4yNzMtMC45OSwwTDYuOTIsMTAuODA0bC00LjI0MS00LjI3DQoJCWMtMC4yNzItMC4yNzQtMC43MTUtMC4yNzQtMC45ODksMEwwLjIwNCw4LjAxOWMtMC4yNzIsMC4yNzEtMC4yNzIsMC43MTcsMCwwLjk5bDYuMjE3LDYuMjU4YzAuMjcyLDAuMjcxLDAuNzE1LDAuMjcxLDAuOTksMA0KCQlMMTcuNjMsNS4wNDdjMC4yNzYtMC4yNzMsMC4yNzYtMC43MiwwLTAuOTk0TDE2LjE0NSwyLjU3MXoiLz4NCjwvZz4NCjwvc3ZnPg==');
	mask-repeat: no-repeat;
	mask-size: 0.75rem;
	mask-position: center;
	-webkit-mask-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4NCjxzdmcgaGVpZ2h0PSI4MDBweCIgd2lkdGg9IjgwMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIA0KCSB2aWV3Qm94PSIwIDAgMTcuODM3IDE3LjgzNyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBzdHlsZT0iZmlsbDojMDMwMTA0OyIgZD0iTTE2LjE0NSwyLjU3MWMtMC4yNzItMC4yNzMtMC43MTgtMC4yNzMtMC45OSwwTDYuOTIsMTAuODA0bC00LjI0MS00LjI3DQoJCWMtMC4yNzItMC4yNzQtMC43MTUtMC4yNzQtMC45ODksMEwwLjIwNCw4LjAxOWMtMC4yNzIsMC4yNzEtMC4yNzIsMC43MTcsMCwwLjk5bDYuMjE3LDYuMjU4YzAuMjcyLDAuMjcxLDAuNzE1LDAuMjcxLDAuOTksMA0KCQlMMTcuNjMsNS4wNDdjMC4yNzYtMC4yNzMsMC4yNzYtMC43MiwwLTAuOTk0TDE2LjE0NSwyLjU3MXoiLz4NCjwvZz4NCjwvc3ZnPg==');
	-webkit-mask-size: 0.75rem;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.prntck-modal .prntck-cookie-category input[type="checkbox"]:disabled {
	accent-color: #808080;
	border-color: #808080;
	opacity: 0.5;
}

.prntck-modal .prntck-cookie-category input[type="checkbox"]:disabled:checked:before {
	background-color: #808080;
}

.prntck-modal .prntck-modal-body-left p {
	margin: 0;
	overflow: auto;
	padding: 10px 0;
}

/* Overall Modal Styling */
.prntck-cookie-detail-modal {
	position: fixed;
	z-index: 999999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	width: 100%;
	max-width: 80vw;
	border: 2px solid #0d47a1;
	display: flex;
	flex-direction: column;
	color: #333;
	font-family: Arial, sans-serif;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	min-height: 75%;
	max-height: 90%;
}

.prntck-cookie-detail-modal table {
	width: 100%;
	border-collapse: collapse;
}

.prntck-cookie-detail-modal th {
	text-align: left;
}

.prntck-cookie-detail-modal tr {
	border-bottom: 1px solid #ddd;
}

.prntck-cookie-detail-modal.opened {
	opacity: 1;
	visibility: visible;
}

.prntck-cookie-detail-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0rem 2rem;
	border-bottom: 1px solid #dfdfdf;
	background-color: #0d47a1;
	color: #fff;
	/* Optional: Light background for better distinction */
}


#prntck-cookie-detail-modal-header-purpose {
	font-size: 1.25rem;
	font-weight: bold;
	color: #fff;
	margin-left: 1rem;
}

.prntck-cookie-detail-modal-header h4 {
	margin: 0;
	font-size: 1.25rem;
	color: #fff;
	flex-grow: 1;
	/* Ensures the title takes available space */
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
}

.prntck-cookie-detail-modal-close {
	font-size: 1.25rem;
	cursor: pointer;
	color: #fff;
	transition: color 0.2s ease;
}

.prntck-cookie-detail-modal-close:hover {
	color: #ff0000;
}

.prntck-cookie-detail-modal-body a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.prntck-cookie-detail-modal-body a:hover {
	text-decoration: underline;
}

.prntck-cookie-detail-modal-body #prntck-cookie-detail-modal-body-name-column {
	font-weight: bold;
}

.prntck-cookie-category a {
	opacity: 0.5;
	font-size: 0.875rem;
	margin-left: 1rem;
}

.prntck-cookie-category a:hover {
	opacity: 1;
}

#prntck-cookie-detail-modal-body-explanation {

	opacity: 0.5;
}

/* Body */
.prntck-cookie-detail-modal-body {
	padding: 2rem;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 16px;
	overflow-y: scroll;
}

.prntck-cookie-detail-modal-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background-color: #f9f9f9;
	transition: background-color 0.2s ease;
}

.prntck-cookie-detail-modal-item:hover {
	background-color: #f1f1f1;
}

.prntck-cookie-detail-modal-item h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: bold;
	color: #333;
}

.prntck-cookie-detail-modal-item p {
	margin: 0;
	font-size: 0.875rem;
	color: #555;
}

/* Footer (if needed in future) */
.prntck-cookie-detail-modal-footer {
	border-top: 1px solid #ddd;
	max-height: fit-content;
}


/* new layout css */
.prntck-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
}

.prntck-modal {
	background: #fff;
	border-radius: 8px;
	max-width: 1100px;
	width: 95%;
	padding: 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.prntck-modal-header {
/* 	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px; */
}


.cookie-logo {
	max-height: 40px;
}

.cookie-close {
	background: transparent;
	border: none;
	font-size: 24px;
	cursor: pointer;
}

.prntck-modal-body {
	display: flex;
	gap: 20px;
	padding: 20px;
}

.prntck-modal-body-left {
	flex: 0.8;
	/* smaller left column */
	font-size: 14px;
	color: #333;
}

.prntck-modal-body-right {
	flex: 0.6;
	/* bigger right column */
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.prntck-cookie-category {
	display: flex;
	gap: 20px;
	flex-wrap: nowrap;
	/* force one row */
}


.prntck-modal-credits-image {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	color: #666;
}


.prntck-modal-body-right h4 {
	margin: 0 0 5px;
}


.prntck-cookie-category label {
	font-size: 14px;
	white-space: nowrap;
}

.cookie-btn {
	padding: 8px 12px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}

.cookie-btn.primary {
	background: black;
	color: white;
}

.cookie-btn.secondary {
	background: #f0f0f0;
}


.prntck-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 999;
}

 .prntck-modal {
	/* position: fixed;
	left: 50%;*/
	transform: translate(-50%, -50%); 
	background: #f5f8fc;

	/* border-radius: 0; */
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
/* 	z-index: 1000;
	overflow-y: auto;
	max-height: 65vh; */
} 

button#prntck-btn-accept {
	background-color: #000;
	color: #fff;
}
.prntck-modal-header img {
    max-height: 68px;
	max-width: 68px;
}
span.prntck-modal-credits-image.mobile_view {
    padding-left: 8px;
	display:none;
}
.prntck-modal .prntck-modal-header {
    padding-left: 36px;
    padding-right: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
}



/* Make the modal body a flex row */
.prntck-modal-body {
  display: flex;
  gap: 20px;
  max-height: calc(100vh - 80px); 
}

/* Left column scrollable */
.prntck-modal-body-left {
  flex: 1;                  
  max-height: calc(100vh - 80px);
  overflow-y: auto;         
  padding-right: 10px;      
  box-sizing: border-box;
  overflow: hidden;   
}

span.prntck-modal-close {
/* 	    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    font-size: 20px; */
    cursor: pointer;
}

/* .prntck-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  width: 100%;    
  height: 68px;   
  padding: 0 10px;
  box-sizing: border-box;
} */

.prntck-modal-header img{
  height: 100%;      
  max-height: 100%;
  width: auto;    
  object-fit: contain;
}






/* Media screen CSS */
@media (min-width: 1442px) {
div#prntck-modal {
	position: fixed;
	top: 50%; 
	
}
}
@media (max-width: 1442px) {
div#prntck-modal {
    bottom: 0;
    transform: unset;
    left: 0;
    width: 100%;
    max-width: 100%;
}
}
@media (max-width: 1024px) {

	div#prntck-modal {
		bottom: 0;
		transform: unset;
		left: 0;
		width: 100%;
	}

	.prntck-modal {
		font-size: 0.875rem;
	}

	.prntck-modal .prntck-modal-body-left {
		overflow-y: hidden;
	}

	div#prntck-modal {
		bottom: 0;
		transform: unset;
		left: 0;
		width: 100%;
	}

	.prntck-modal .prntck-modal-body-right {
		padding-left: 0;
		padding-right: 0;
		width: 50%;
	}

	.prntck-cookie-category label {
		font-size: 9px;
	}

	.prntck-cookie-category {
		gap: 10px;
	}
}

@media screen and (min-width: 767px) and (max-width: 1441px) {
	div#prntck-modal {
    padding-top: 0;
    padding-bottom: 0;
	bottom:0;
/* 	max-height: 50vh; */
}
.prntck-modal .prntck-modal-body {
    padding-top: 0;
    padding-bottom: 0;
}
.prntck-modal-header img {
    max-height: 50px;
	max-width: 50px;
}
.prntck-modal .prntck-cookie-category {
    margin-top: 0;
    margin-bottom: 0;
}
}
@media screen and (max-width: 850px) {
.prntck-modal .prntck-modal-header {
	padding-left: 36px;
	padding-right: 22px;
}
}
@media screen and (max-width: 769px) {
	.prntck-cookie-category {
		display: block;
		width: 325px;
	}
	.prntck-modal-body-left {
    line-height: 1.7;
}
}
@media screen and (max-width: 768px) {
	.prntck-cookie-category {
		display: block;
		width: 325px;
	}

	.prntck-modal.opened {
		max-height: 75%;
	}

	.prntck-modal .prntck-modal-body {
		overflow-y: scroll;
		flex-direction: column;
	}

	.prntck-modal .prntck-modal-body-right {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		margin: 0;
		width: auto;
		padding: 0.45rem;
	}

	.prntck-modal .prntck-modal-body-left {
		max-width: none;
		max-height: none;
		overflow-y: revert;
		padding: 0.45rem;
	}

	.prntck-modal .prntck-modal-body-left p {
		margin: 0 !important;
		padding: 5px 0;
		overflow: auto;
		max-height: 20vh;
	}

	.prntck-modal .prntck-modal-body-left .prntck-modal-header-shadow,
	.prntck-modal .prntck-modal-body-left .prntck-modal-footer-shadow {
		height: 20px;
	}

	.prntck-modal .prntck-modal-buttons {
		flex-direction: column;
	}

	.prntck-modal .prntck-cookie-category {
		margin-bottom: 0;
	}

	.prntck-modal .prntck-cookie-category li {
		margin-bottom: 0.35rem;
	}

	.prntck-modal .prntck-cookie-category {
		margin-bottom: 0;
		margin-top: 1rem;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.prntck-modal .prntck-modal-buttons {
		gap: 0.25rem;
		margin-top: 1rem;
	}

	.prntck-modal .prntck-modal-footer {
		padding: 0.45rem;
		margin: 0;
	}

/* 	.prntck-modal .prntck-modal-header {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding: 0.45rem;
	} */

	.prntck-modal {
		font-size: 0.775rem;
	}

	.prntck-modal .prntck-modal-h4,
	.prntck-modal .prntck-modal-header {
		font-size: 1rem;
		line-height: 1rem;
	}

	.prntck-modal-body-right {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		margin: 0;
		min-width: 0;
	}


	.prntck-cookie-detail-modal {
		max-width: 95vw;
	}

	.prntck-cookie-detail-modal.opened {
		max-height: 100%;
	}

	.prntck-cookie-detail-modal .prntck-cookie-detail-modal-body {
		padding: 1rem;
	}

	.prntck-cookie-detail-modal-body table {
		font-size: 0.5rem;
	}

	#prntck-cookie-detail-modal-body-explanation {
		font-size: 0.5rem;
	}

	.prntck-modal-body {
		flex-direction: column;
	}

	.prntck-cookie-category {
		flex-direction: column;
	}

/* 	span.prntck-modal-close {
		width: 16px;
		height: auto;
	}
 */
	/* .prntck-modal .prntck-modal-close {
		font-size: 16px;
	} */
	span.prntck-modal-credits-image.mobile_view {
		display:block;
	}
	span.prntck-modal-credits-image.desktop_view {
		display:none;
	}
	span.prntck-modal-credits-image.mobile_view {
    margin-top: 0;
    margin-bottom: 10px;
}
.prntck-modal-body {
    flex-direction: column;
  }
div#prntck-modal {
    /* max-height: 425px; */
}
.prntck-modal .prntck-modal-body-left {
    justify-content: flex-start;
    max-height: 95px;
}
div#prntck-modal {
    padding-top: 0;
	padding-bottom: 0;
}
.prntck-modal .prntck-modal-body {
    padding-top: 0;
	padding-bottom: 0;
}
.prntck-modal-body-right {
    padding-top: 0px !important;
}
.prntck-modal .prntck-modal-h4 {
    font-size: 12px;
}
.prntck-modal .prntck-modal-h4 {
    font-size: 12px;
    margin-bottom: 0;
}
.prntck-modal .prntck-modal-header {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 26px;
	padding-right: 26px;
}
.prntck-modal-body-right{
	    gap: 5px;
}
.prntck-modal .prntck-modal-body-right {
    padding-bottom: 0;
}
.prntck-modal .prntck-cookie-category {
    margin-top: 2px;
}
.prntck-modal.opened {
   padding-bottom: 20px; 
}
}

@media screen and (max-width: 576px) {
	.prntck-modal.opened {
		max-height: 80%;
	}

	.prntck-modal.opened {
		max-height: 80%;
	}

	.prntck-modal .prntck-cookie-category input[type="checkbox"]~label {
		vertical-align: top;
	}

/* 	.prntck-cookie-category {
		display: inline-block !important;
		width: 145px;
	}
 */
	.prntck-modal .prntck-cookie-category input[type="checkbox"] {
		margin-bottom: 10px;
		vertical-align: top;
	}

/* 	.prntck-modal .prntck-modal-close {
		font-size: 14px;
	} */
}

@media screen and (max-width: 445px) {
	.prntck-modal.opened {
		max-height: 80%;
	}

	.prntck-modal .prntck-cookie-category input[type="checkbox"]~label {
		vertical-align: top;
	}

	.prntck-modal .prntck-cookie-category input[type="checkbox"] {
		margin-bottom: 10px;
		vertical-align: top;
	}
	.prntck-cookie-category {
		display: inline-block !important;
		width: 135px;
	}
	span.prntck-modal-close {
    font-size: 14px;
    cursor: pointer;
    /* line-height: normal; */
}
}

@media screen and (max-width: 376px) {
	.prntck-cookie-category {
		display: inline-block !important;
		width: 135px;
	}
}
@media screen and (max-height: 600px) {
	.prntck-modal {
		overflow: auto;
	}
}


@media screen and (max-width: 892px) {
.prntck-modal-header img {
    max-height: 48px;
	max-width: 48px;
}
}
@media screen and (max-width: 323px) {
.prntck-modal-header img {
    max-height: 25px;
	max-width: 25px;
}
}
.prntck-modal-body-left {
    line-height: 1.7;
}


span.prntck-modal-close{
font-size: 14px;
    float: right;
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 768px) {
span.prntck-modal-close {

    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 10px; */
    float: right;
    /* border: 1px solid; */
    /* border-radius: 50%; */
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;

}
}