/* --- NetHub Complianz Cookie Banner Customization --- */

body .cmplz-show-banner a {
	cursor: pointer;
}
body .cmplz-blocked-content-container {
    max-height: 450px;
    object-fit: cover;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    border-radius: 32px;
}

.cmplz-show.cmplz-cookiebanner {
    padding: 24px 30px;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid #EAECF0;
    border-radius: 32px;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.1), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);
}

/* Title Styling - Using NetHub Teal */
.cmplz-show.cmplz-cookiebanner .cmplz-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #0e2b3c;
    line-height: 1.2em;
    width: 100%;
    text-align: center;
}

.cmplz-cookiebanner .cmplz-body {
    scrollbar-width: none;
}

.cmplz-show.cmplz-cookiebanner .cmplz-message {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #475467;
    line-height: 21px;
}

/* Links and Hover States */
.cmplz-show.cmplz-cookiebanner .cmplz-links .cmplz-link {
    text-decoration: none;
    transition: color .3s ease;
    font-weight: 700;
    font-size: 12px;
    color: #0e2b3c;
}

.cmplz-show.cmplz-cookiebanner .cmplz-links .cmplz-link:hover {
    color: #00828e;
}

.cmplz-show.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
    color: #00828e;
}

/* Buttons - Matching NetHub UI */
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
    background-color: #00828e !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 100px;
    border: none;
    transition: background 0.3s ease;
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover {
    background-color: #0e2b3c !important; /* Switch to Black on hover */
}

body .cmplz-show.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    height: 44px;
    padding: 10px 20px;
}

/* Secondary Buttons */
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
body .cmplz-show.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
    background-color: #F2F4F7 !important;
    color: #344054 !important;
    border: 1px solid #D0D5DD;
    transition: all .3s ease;
    border-radius: 100px;
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover,
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover,
body .cmplz-show.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover {
    background-color: #EAECF0 !important;
    color: #0e2b3c !important;
}

/* Categories Section */
body .cmplz-cookiebanner .cmplz-categories .cmplz-category {
    background-color: #F7FDFD;
    border: 1px solid #E0F2F1;
    border-radius: 24px;
    margin-bottom: 8px;
}

body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
	color: #0e2b3c;
	font-weight: 700;
}

body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	line-height: normal;
}

body .cmplz-show.cmplz-cookiebanner .cmplz-close {
    color: #0e2b3c;
	outline: unset;
    transition: color .3s ease;
}

body .cmplz-cookiebanner .cmplz-close:hover {
    color: #00828e;
}

/* Blocked Content Notice */
.cmplz-blocked-content-container .cmplz-blocked-content-notice, 
.cmplz-wp-video .cmplz-blocked-content-notice {
    background-color: rgba(255, 255, 255, 0.9);
    color: #0e2b3c;
    border: 1px solid #00828e;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    padding: 20px;
    font-weight: 600;
}