/* Cookies new WCC */
.wcc-notice-btn-wrapper {
    display: none !important;
}
button.wcc-btn.wcc-btn-accept,
button.wcc-btn.wcc-btn-reject,
button.wcc-btn.wcc-preference-btn,
button.wcc-btn.wcc-btn-preferences,
a.wcc-preference-btn
{
    background: var(--accent) !important;
    border: var(--accent);
    border-radius: 50px;
	color: #fff !important;
	display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
	padding: 8px !important;
	max-width: 200px;
}
button.wcc-show-desc-btn:not(:hover):not(:active) {
    color: var(--accent) !important;
}
.cli-bar-btn_container {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}


/* Tabla cookies */
table.wcc-cookie-audit-table th {
    background: var(--accent) !important;
    color: #fff !important;
}
.wcc-cookie-audit-table tr:nth-child(2n + 1) td {
    background: #fff !important;
}
.wcc-cookie-audit-table th, .wcc-cookie-audit-table td {
    
	background: var(--base) !important;
}



@media screen and (max-width: 991px) {
	.wcc-btn-revisit-wrapper {
		display: none !important;
	}
	.cli-bar-btn_container {
		display: flex;
		flex-direction: column;
		gap: 5px;	
	}
}
@media (max-width: 440px) {
    .wcc-notice-des {
        max-height: 50vh !important; 
    }
}