.cmplz-cookiebanner .cmplz-categories .cmplz-category .reseto-consent-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
}

.cmplz-cookiebanner .reseto-consent-header .reseto-consent-toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: start;
    cursor: pointer;
}

.cmplz-cookiebanner .reseto-consent-toggle:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .reseto-consent-toggle .cmplz-icon.cmplz-open {
    grid-column-start: 2;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .reseto-consent-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open {
    transform: rotate(180deg);
}

.cmplz-cookiebanner .reseto-consent-header + .cmplz-description[hidden] {
    display: none !important;
}
