/* xl - DESKTOP STYLES */ 
.cmplz-categories .cmplz-category {
    background-color: rgb(237, 237, 237,) !important;
    padding: 0px !important;
  margin-bottom: 10px;
}
.cmplz-cookiebanner {
    right: 20px !important;
    bottom: 20px !important;
    grid-row-gap: 2px !important;
	z-index: 9999999 !important;
}

.cmplz-message, .cmplz-categories {
 	width: 350px !important;
	font-size: 12px !important;
    margin-bottom: 10px !important;
    justify-content: center !important;
}

.cmplz-cookiebanner .cmplz-header {
    grid-template-columns: auto !important;
}

.cmplz-cookiebanner .cmplz-title {
    font-weight: 600 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 16px !important;
}

#cmplz-document h2 {
    font-size: 22px !important;
	font-weight: 600 !important;
    text-align: left;
    margin-top: 15px;
    text-transform: initial;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #c6c6c6;
    margin-bottom: 10px;*/
}

#cmplz-document h3 {
    font-size: 18px !important;
	font-weight: 500 !important;
    text-align: left;
    margin-top: 15px;
    text-transform: initial;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #c6c6c6;
    margin-bottom: 10px;*/
}

.cmplz-links .cmplz-link {
    color: blue !important;
    font-size: 12px !important;
}
.cmplz-links.cmplz-documents {
    margin-top: 5px !important;
}

#cmplz-document {
    font-size: 16px !important;
    margin-top: 0;
    max-width: 100% !important;
    text-justify: inter-word;
}
#cmplz-document p, #cmplz-document li, #cmplz-document td {
    font-size: 16px !important;
}

.cc-window.cc-floating {
    padding: 20px !important;
    width: 350px !important;
}
#cc-window.cc-floating {
    min-width: 350px !important;
    max-width: 350px !important;
}
.cc-link {
    opacity: 1 !important;
    display: inline-block;
    padding: 0em !important;
    color: blue !important;
}
.cc-bottom {
    bottom: 2em !important;
}
.cc-right {
    right: 2em !important;
}


