#cookies {padding: 60px 0;}

#cookies-title h1 {text-align: center;}

#cookies-content {margin: 32px 0 0;}
#cookies-content table {width: 100%; color: #334d60; border: 1px solid;}
#cookies-content td {padding: 8px; vertical-align: top;}
#cookies-content thead {background: #334d60; color: #fff; text-transform: uppercase; font-weight: bold;}
#cookies-content tbody tr:not(:last-child) {border-bottom: 1px solid;}
#cookies-content tbody tr td:first-child {text-transform: uppercase;}
#cookies-content tbody tr td:not(:last-child) {border-right: 1px solid;}

#cookies-content td.center {text-transform: uppercase; text-align: center; vertical-align: middle;}

.consent-control {display: flex; justify-content: center; gap: 12px;}
.consent-control-item {width: 36px; height: 36px; background-size: 100%; cursor: pointer;}
.consent-control-item.active {background-position: 0 100%;}
.consent-control-yes {background-image: url(/img/pages/cookies/yes.svg);}
.consent-control-no {background-image: url(/img/pages/cookies/no.svg);}