
[data-transparent-row=yes] [data-id=widget-area-1] {
    opacity: 0;
}

/**
@media screen and (min-width: 1024px) {
    .ct-header [data-id=widget-area-1] {
        width: calc(100% - 80px);
    }
}

@media screen and (min-width: 1100px) {
    .ct-header [data-id=widget-area-1] {
        width: calc(100% - 154px);
    }
}
**/

@media screen and (min-width: 1024px) {
    #header [data-column-set="2"]>div {
        grid-template-columns: 2fr 6fr !important;
    }
    [data-column=end] [data-items=primary]>*:last-child {
        width: 100%;
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 1100px) {
    #header [data-column-set="2"]>div {
        grid-template-columns: 1fr 1fr !important;
    }
}


.logotypes-title {
  display: grid;
  align-items: center;
  text-align: center;
}

@media screen and (min-width: 768px) {
    .logotypes-title {
      grid-template-columns: 4fr 5fr;
      text-align: left;
    }
}

@media screen and (min-width: 1100px) {
    .logotypes-title {
      grid-template-columns: 2fr 5fr;
    }
}

.logotypes-title:after {
  display: inline-flex;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--paletteColor1, #EFFF00);
}

/** Cookies **/
.ch2-dialog-bottom button,
.ch2-settings-actions button {
    text-align: center;
    color: black !important;
    font-size: 12px !important;
}

.ch2-declaration-category tr {
    color: black !important;
}