.cookie-consent-open {
    overflow: hidden;
    position: relative;
    margin-right: var(--cookie-consent-scrollbar-width, 0);
}

.cookie-consent-open::after {
    content: '';
    display: block;
    background: #eeeeee;
    position: fixed;
    z-index: 2147483647;
    bottom: 0;
    top: 0;
    width: var(--cookie-consent-scrollbar-width, 0);
    right: 0;
}

/* IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cookie-consent-open {
        margin-right: 17px;
    }

    .cookie-consent-open::after {
        z-index: auto;
        width: 17px;
    }
}

@keyframes cookie-consent-loading-animation {
    100% {
        transform: rotate(360deg);
    }
}

.cookie-consent-loading {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    height: 44px;
    width: 44px;
    z-index: 1000;
    position: absolute;
    transform: translate(-50%, -50%);
    margin-top: -20px;
    left: 50%;
    top: 50%;
}

.cookie-consent-loading .cookie-consent-spinner {
    animation: cookie-consent-loading-animation 1s linear infinite;
    background: transparent;
    border: 4px solid rgba(136, 136, 136, 0.8);
    border-bottom-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 0;
    height: 24px;
    width: 24px;
    z-index: 1100;
    position: absolute;
    margin-left: -12px;
    margin-top: -12px;
    left: 50%;
    top: 50%;
}

.cookie-consent {
    border: none;
    display: block;
    position: fixed;
    z-index: 2147483646;
    height: 100%;
    width: 100%;
    padding: 0;
    left: 0;
    top: 0;
}

.cookie-consent-overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.0);
    transition: background 400ms linear;
}

.cookie-consent-fade .cookie-consent-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.cookie-consent-overlay .cookie-consent-loading {
    transition: opacity 400ms linear;
    opacity: 0;
}

.cookie-consent-fade .cookie-consent-overlay .cookie-consent-loading {
    opacity: 1;
}

.cookie-consent-loaded .cookie-consent-overlay .cookie-consent-loading {
    opacity: 0;
}

.cookie-consent-container {
}

.cookie-consent-dialog {
    border: none;
    display: none;
    position: fixed;
    background: unset;
    max-height: unset;
    max-width: unset;
    height: 100%;
    width: 100%;
    padding: 0;
    transition: opacity 400ms linear;
    opacity: 0;
}

.cookie-consent-dialog[open] {
    display: block;
}

.cookie-consent-dialog.cookie-consent-dialog-fade {
    opacity: 1;
}

.cookie-consent-dialog:focus-visible {
    outline: none;
}

.cookie-consent-dialog :focus-visible {
    outline: 2px auto Highlight;
    outline: 2px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.cookie-consent-dialog::backdrop {
    height: 100vh;
    height: 100lvh;
    background: none;
}

.cookie-consent-dialog-wrapper {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-y: scroll;
    padding: 10px;
}

.cookie-consent-dialog-table {
    display: table;
    height: 100%;
    width: 100%;
}

.cookie-consent-dialog-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.cookie-consent-real-dialog {
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin: 0 auto;
    max-width: 800px;
    vertical-align: middle;
    text-align: left;
    line-height: 1.4;
    font-size: 0.875rem;
    position: relative;
    overflow: hidden;
}

.cookie-consent-dialog .cookie-consent-dialog-overlay {
    display: none;
    position: absolute;
    background: rgba(30, 30, 30, 0.6);
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.cookie-consent-dialog .cookie-consent-dialog-overlay .cookie-consent-loading {
    transition: opacity 200ms linear;
    opacity: 0;
}

.cookie-consent-dialog .cookie-consent-dialog-overlay.cookie-consent-dialog-overlay-fade .cookie-consent-loading {
    opacity: 1;
}

.cookie-consent-dialog .cookie-consent-dialog-header {
    border-bottom: 1px solid #e0e0e0;
    display: table;
    width: 100%;
}

.cookie-consent-dialog .cookie-consent-dialog-body {
    padding: 10px;
}

.cookie-consent-dialog .cookie-consent-dialog-body a {
    color: inherit;
}

.cookie-consent-dialog .cookie-consent-dialog-footer {
    border-top: 1px solid #e0e0e0;
    display: table;
    width: 100%;
}

.cookie-consent-dialog .cookie-consent-dialog-footer:empty {
    display: none;
}

.cookie-consent-dialog-header .cookie-consent-dialog-title {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.1em;
    padding: 10px;
}

.cookie-consent-dialog-header .cookie-consent-dialog-languages {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 10px 10px 0;
    position: relative;
    width: 1%;
}

.cookie-consent-dialog-header .cookie-consent-dialog-languages button {
    display: inline-block;
    border-radius: 2px;
    padding: 6px 10px;
    color: #222222;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.06);
    transition: background-color 300ms;
    text-decoration: none;
    position: relative;
    padding-right: 5px;
    margin-right: 0;
    user-select: none;
    border: none;
}

.cookie-consent-dialog-header .cookie-consent-dialog-languages button svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 4px;
    height: 16px;
    width: 16px;
    transition: transform 0.3s;
    transform: rotate(0deg);
}

.cookie-consent-dialog-header .cookie-consent-dialog-languages ul {
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    background: #cccccc;
    background-color: rgba(0, 0, 0, 0.06);
    transition: background-color 0.3s;
    border-radius: 3px 0 3px 3px;
    white-space: nowrap;
    right: 10px;
}

.cookie-consent-dialog-header .cookie-consent-dialog-languages ul li {
    display: inline-block;
}

.cookie-consent-dialog-header .cookie-consent-dialog-languages ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 10px 10px;
}

.cookie-consent-dialog-header .cookie-consent-dialog-languages ul li a.active {
}

.cookie-consent-dialog-header .cookie-consent-dialog-languages button.toggled {
    border-radius: 2px 2px 0 0;
    background-color: #cccccc;
}

.cookie-consent-dialog-header .cookie-consent-dialog-languages button.toggled svg {
    transform: rotate(180deg);
}

.cookie-consent-dialog-header .cookie-consent-dialog-languages ul.toggled {
    pointer-events: auto;
    visibility: visible;
    background: #cccccc;
}

@media (hover: hover) {
    .cookie-consent-dialog-header .cookie-consent-dialog-languages :hover button {
        background-color: #cccccc;
        cursor: pointer;
    }

    /*.cookie-consent-dialog-header .cookie-consent-dialog-languages :hover button {
        border-radius: 2px 2px 0 0;
        background-color: #cccccc;
    }

    .cookie-consent-dialog-header .cookie-consent-dialog-languages :hover button svg {
        transform: rotate(180deg);
    }

    .cookie-consent-dialog-header .cookie-consent-dialog-languages :hover ul {
        pointer-events: auto;
        visibility: visible;
        background: #cccccc;
    }*/

    .cookie-consent-dialog-header .cookie-consent-dialog-languages a:hover {
        text-decoration: underline;
    }
}

.cookie-consent-dialog-header .cookie-consent-dialog-close {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 10px 10px 0;
    width: 1%;
}

.cookie-consent-dialog-header .cookie-consent-dialog-close .cookie-consent-dialog-button {
    display: block;
    border-radius: 3px;
    line-height: 0;
    font-size: 0;
    padding: 6px;
    color: #222222;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.06);
    transition: background-color 300ms;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
    border: none;
}

@media (hover: hover) {
    .cookie-consent-dialog-header .cookie-consent-dialog-close .cookie-consent-dialog-button:hover {
        background-color: rgba(0, 0, 0, 0.06);
        background-color: #cccccc;
    }
}

.cookie-consent-dialog-header .cookie-consent-dialog-close:empty {
    display: none;
}

.cookie-consent-dialog-header .cookie-consent-dialog-close .cookie-consent-dialog-button svg {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    font-size: 0;
    height: 20px;
    width: 20px;
}

.cookie-consent-dialog-description {
    margin-bottom: 10px;
}

.cookie-consent-dialog-description:last-child {
    margin-bottom: 0;
}

.cookie-consent-dialog-description .cookie-consent-dialog-description-warning {
    border: 2px solid #ff0000;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px;
}

.cookie-consent-dialog-description .cookie-consent-dialog-description-warning strong {
    color: #ff0000;
}

.cookie-consent-dialog-categories ul {
    display: block;
}

/*.cookie-consent-dialog-categories ul ul {
    margin-right: -10px;
}*/

.cookie-consent-dialog-categories ul li {
    display: block;
    margin-bottom: 10px;
}

.cookie-consent-dialog-categories ul li:last-child {
    margin-bottom: 0;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row {
    border-radius: 3px;
    background: #f2f2f2;
    display: table;
    width: 100%;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-name,
.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input {
    display: table-cell;
    border-radius: 3px;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-name button {
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    text-align: left;
    border: none;
    padding: 8px 10px;
    min-height: 24px;
    background: transparent;
    border-radius: 3px;
    color: inherit;
    width: 100%;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-name button svg {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 5px 5px 0;
    height: 14px;
    width: 14px;
    transform-origin: center;
    transform: rotate(0deg);
    transition: transform 0.2s;
}

.cookie-consent-dialog-categories li.toggled > .cookie-consent-dialog-category-row .cookie-consent-dialog-category-name button svg.cookie-consent-dialog-category-arrow {
    transform: rotate(90deg);
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-name button svg.cookie-consent-dialog-category-warning {
    fill: #ff0000;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-name button span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.22em;
    max-width: calc(100% - 19px);
    user-select: none;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-name button span::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

@media (hover: hover) {
    .cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-name button:hover {
        cursor: pointer;
    }

    .cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-name button:hover span {
        text-decoration: underline;
    }
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input {
    width: 44px;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input label {
    display: inline-block;
    vertical-align: middle;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 0 10px;
    position: relative;
    height: 24px;
    width: 44px;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input label input {
    position: absolute;
    height: 24px;
    width: 24px;
    padding: 0;
    margin: 0;
    opacity: 0;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input label input + .cookie-consent-dialog-category-checkbox {
    position: absolute;
    background: transparent;
    border: 2px solid #333333;
    border-radius: 3px;
    display: block;
    height: 100%;
    width: calc(100% - 20px);
    transition: background 0.3s, border 0.3s;
    cursor: pointer;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input label input:focus-visible + .cookie-consent-dialog-category-checkbox {
    outline: 2px auto Highlight;
    outline: 2px auto -webkit-focus-ring-color;
    outline-offset: 2px;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input label input:disabled + .cookie-consent-dialog-category-checkbox {
    border-color: #cccccc;
    cursor: default;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input label:hover input:not(:disabled) + .cookie-consent-dialog-category-checkbox {
    border-color: #666666;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input label input:indeterminate + .cookie-consent-dialog-category-checkbox,
.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input label input:checked + .cookie-consent-dialog-category-checkbox {
    background: #333333;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input label input:disabled:indeterminate + .cookie-consent-dialog-category-checkbox,
.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input label input:disabled:checked + .cookie-consent-dialog-category-checkbox {
    background: #cccccc;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input label:hover input:not(:disabled):indeterminate + .cookie-consent-dialog-category-checkbox,
.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input label:hover input:not(:disabled):checked + .cookie-consent-dialog-category-checkbox {
    border-color: #666666;
    background: #666666;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input label input:indeterminate + .cookie-consent-dialog-category-checkbox::before,
.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input label input:indeterminate + .cookie-consent-dialog-category-checkbox::after {
    content: '';
    display: block;
    position: absolute;
    background: #ffffff;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 14px;
    height: 3px;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input label input:checked + .cookie-consent-dialog-category-checkbox::before,
.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input label input:checked + .cookie-consent-dialog-category-checkbox::after {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
    height: 7px;
    left: calc(50% + 1px);
    top: calc(50% - 2px);
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-row .cookie-consent-dialog-category-input label input:checked + .cookie-consent-dialog-category-checkbox::before {
    border-color: rgba(0, 0, 0, 0.1);
    margin-top: 1px;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-details {
    display: none;
    padding: 10px 10px 0 10px;
}

.cookie-consent-dialog-categories .cookie-consent-dialog-category-details .cookie-consent-dialog-category-description {
    margin-bottom: 10px;
    font-size: 1em;
}

.cookie-consent-dialog-footer .cookie-consent-dialog-buttons {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.cookie-consent-dialog-footer .cookie-consent-dialog-buttons .cookie-consent-dialog-button {
    display: block;
    border-radius: 3px;
    padding: 6px 10px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #222222;
    text-align: center;
    font-family: inherit;
    background-color: rgba(0, 0, 0, 0.06);
    transition: background-color 300ms;
    text-decoration: none;
    user-select: none;
    appearance: none;
    cursor: pointer;
    border: none;
    width: 100%;
}

.cookie-consent-dialog-footer .cookie-consent-dialog-buttons .cookie-consent-dialog-button:last-child {
    margin-bottom: 0;
}

@media (min-width: 500px) {
    .cookie-consent-dialog-footer .cookie-consent-dialog-buttons .cookie-consent-dialog-button {
        display: inline-block;
        margin-bottom: 0;
        width: auto;
    }

    .cookie-consent-dialog-footer .cookie-consent-dialog-buttons .cookie-consent-dialog-button:not([data-button="policy"]) {
        margin-left: 10px;
        float: right;
    }
}

@media (hover: hover) {
    .cookie-consent-dialog-footer .cookie-consent-dialog-buttons .cookie-consent-dialog-button:hover {
        background-color: rgba(0, 0, 0, 0.06);
        background-color: #cccccc;
    }
}

.cookie-consent-categories-table {
    margin-bottom: 10px;
    border: 1px solid #9b9b9b;
    border-collapse: separate;
    border-radius: 3px;
    width: 100%;
}

.cookie-consent-categories-table:last-child {
    margin-bottom: 0;
}

.cookie-consent-categories-table td {
    border-bottom: 1px solid #9b9b9b;
    padding: 10px;
}

.cookie-consent-categories-table tr:last-child td {
    border-bottom: 0;
}

.cookie-consent-cookies-table {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #c2c2c2;
    border-collapse: separate;
    border-spacing: 2px;
    border-spacing: 0;
}

.cookie-consent-cookies-table td {
    border: 0;
    padding: 4px 6px;
}

.cookie-consent-cookies-table tbody td {
    border-top: 1px solid #c2c2c2;
    font-size: 0.9em;
}

@media (hover: hover) {
    .cookie-consent-cookies-table tbody :hover td {
        background: #fafafa;
    }
}

.cookie-consent-cookies-table tr:nth-child(even) td {
    _background: #f2f2f2;
}

.cookie-consent-cookies-table thead td {
    vertical-align: middle;
    background: #f2f2f2;
    font-weight: bold;
    font-size: 0.9em;
}

.cookie-consent-cookies-table thead tr:first-child td:first-child {
    border-top-left-radius: 2px;
}

.cookie-consent-cookies-table thead tr:first-child td:last-child {
    border-top-right-radius: 2px;
}

.cookie-consent-cookies-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 2px;
}

.cookie-consent-cookies-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 2px;
}

.cookie-consent-cookies-table .cookie-consent-cookies-table-name {
}

.cookie-consent-cookies-table .cookie-consent-cookies-table-name svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    height: 14px;
    width: 14px;
    transform-origin: center;
    transform: rotate(0deg);
    transition: transform 0.2s;
    fill: #ff0000;
}

.cookie-consent-cookies-table .cookie-consent-cookies-table-description {
}

.cookie-consent-cookies-table .cookie-consent-cookies-table-expirity {
}

.cookie-consent-cookies-table a {
    color: inherit;
    text-decoration: none;
}

.cookie-consent-cookies-table a:hover {
    text-decoration: underline;
}

.cookie-consent-dialog .cookie-consent-dialog-body a[target="_blank"]::after,
.cookie-consent-cookies-table a[target="_blank"]::after {
    --cookie-consent-external-link-icon: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0ibTIwLjc2IDItLjAyLjAwMmgtNy40ODljLS42OTIgMC0xLjI1LjU1Ny0xLjI1IDEuMjUgMCAuNjkyLjU1OCAxLjI1IDEuMjUgMS4yNWg0LjQ5NUw3LjM2NCAxNC44ODFhMS4yNCAxLjI0IDAgMCAwIDAgMS43NTYgMS4yNCAxLjI0IDAgMCAwIDEuNzU2IDBMMTkuNSA2LjI1NnY0LjQ5NGMwIC42OTIuNTU3IDEuMjUgMS4yNSAxLjI1LjY5MiAwIDEuMjUtLjU1OCAxLjI1LTEuMjVWMy4yNTJsLS4wMDItLjA1NWExLjI4OCAxLjI4OCAwIDAgMC0uMzMyLS43OTdjLS4wMS0uMDExLS4wMTgtLjAyNC0uMDMtLjAzNS0uMDEtLjAxLS4wMjMtLjAxOC0uMDM0LS4wM2ExLjIzOCAxLjIzOCAwIDAgMC0uNTY3LS4zIDEuMjc1IDEuMjc1IDAgMCAwLS4yMy0uMDMxYy0uMDE1IDAtLjAzLS4wMDQtLjA0NS0uMDA0ek0zLjg3NSA0LjUwMkExLjg3NSAxLjg3NSAwIDAgMCAyIDYuMzc3djEzLjc0OEExLjg3NSAxLjg3NSAwIDAgMCAzLjg3NSAyMmgxMy43NTJhMS44NzUgMS44NzUgMCAwIDAgMS44NzMtMS44NzVWMTUuNzVhMS4yNSAxLjI1IDAgMCAwLTEuMjUtMS4yNUExLjI1IDEuMjUgMCAwIDAgMTcgMTUuNzV2My4xMjVhLjYyNS42MjUgMCAwIDEtLjYyNS42MjVINS4xMjZhLjYyNS42MjUgMCAwIDEtLjYyNi0uNjI1VjcuNjI1QS42MjUuNjI1IDAgMCAxIDUuMTI1IDdoMy4xMjZBMS4yNSAxLjI1IDAgMCAwIDkuNSA1Ljc1MmExLjI1IDEuMjUgMCAwIDAtMS4yNS0xLjI1WiIvPjwvc3ZnPg==');
    -webkit-mask-image: var(--cookie-consent-external-link-icon);
    mask-image: var(--cookie-consent-external-link-icon);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: currentColor;
    padding: 0 7px;
    margin: 0 3px;
    content: '';
}

/* IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cookie-consent-dialog .cookie-consent-dialog-body a[target="_blank"]::after,
    .cookie-consent-cookies-table a[target="_blank"]::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .cookie-consent-cookies-table,
    .cookie-consent-cookies-table thead,
    .cookie-consent-cookies-table tbody,
    .cookie-consent-cookies-table tr,
    .cookie-consent-cookies-table td {
        display: block;
    }

    .cookie-consent-cookies-table,
    .cookie-consent-cookies-table tbody tr td:first-child {
        border: 0;
    }

    .cookie-consent-cookies-table thead {
        display: none;
    }

    .cookie-consent-cookies-table tr {
        border: 1px solid #c2c2c2;
        margin-bottom: 10px;
        border-radius: 2px;
    }

    .cookie-consent-cookies-table tr:last-child {
        margin-bottom: 0;
    }

    .cookie-consent-cookies-table td {
        line-height: 1.32;
    }

    .cookie-consent-cookies-table td::before {
        content: attr(data-heading);
        font-weight: bold;
        font-size: 0.9em;
        display: block;
    }

    @media (hover: hover) {
        .cookie-consent-cookies-table tbody :hover td {
            background: none;
        }

        .cookie-consent-cookies-table tbody :hover td:hover {
            background: #fafafa;
        }
    }
}

button.cookie-consent-button {
    cursor: pointer;
    border-radius: 3px;
    padding: 6px 10px;
    line-height: 20px;
    color: #222222;
    text-align: center;
    font-family: inherit;
    background-color: rgba(0, 0, 0, 0.06);
    transition: background-color 300ms;
    text-decoration: none;
    user-select: none;
    appearance: none;
    border: none;
}

@media (hover: hover) {
    button.cookie-consent-button:hover {
        background-color: rgba(0, 0, 0, 0.06);
        background-color: #cccccc;
    }
}

.mce-content-body button.cookie-consent-button {
    cursor: default;
}

.cookie-consent-dialog button.cookie-consent-button {
    pointer-events: none;
    opacity: 0.6;
}