#hcc-cookie-consent {
    position: fixed;
    overflow: auto;
    max-height: calc(100% - 6em);
    z-index: 1000;
}
.hcc-small {

}
#hcc-cookie-consent h4 {
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.hcc-fullwidth h4 {
    font-weight: bold;
    font-size: 1.4em;
}
#hcc-cookie-consent .button-container {
    margin-top: 1em;
    text-align: right;
    clear: both;
}
#hcc-cookie-consent .hcc-button-link {
    text-transform: uppercase;
    width: 8em;
}
#hcc-cookie-consent .hcc-cookie-group {
    float: left;
    padding-right: 1em;
}

#hcc-cookie-consent-detail .hcc-cookie-group,
#hcc-cookie-consent-form-full .hcc-cookie-group {
    border-top: 1px solid #666666;
    padding-top: 1em;
    width: 100%;
}
.hcc-cookie-title {
    width: 100%;
}
#hcc-cookie-consent-form-detail,
#hcc-cookie-consent-form-full {
    .hcc-cookie-title {
        padding-left: 2em;
    }
}
#hcc-cookie-consent .hcc-row {
    width: 100%;
    clear: both;
}
#hcc-cookie-consent #hcc-cookie-consent-settings {
    display: inline-block;
}
#hcc-cookie-consent .hcc-row .hcc-cookie-name {
    float: left;
}
#hcc-cookie-consent .hcc-row .hcc-cookie-checkbox {
    float: right;
}
#hcc-cookie-consent-detail .hcc-cookie-description,
#hcc-cookie-consent-full .hcc-cookie-description {
    padding-top: 1em;
    margin-bottom: 1em;
    display: block !important;
}
#hcc-cookie-consent .hcc-cookie {
    margin-bottom: 1em;
}
.hcc-cookie-information {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 1em;
    border-top: 1px solid #eeeeee;
    border-collapse: unset;
    th {
        vertical-align: top;
        padding-right: 1em;
    }
}


.hcc-fullwidth #hcc-accept-link {
    display: none;
}

.hcc-small #hcc-hide-detail-link {
    display: none;
}

.hcc-small .hcc-hide-when-small {
    display: none;
}
.hcc-hidden {
    display: none;
}
#hcc-cookie-tab {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0.2em 1em;
    font-size: 0.8em;
    z-index: 1000;
}
#hcc-cookie-tab a {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0 0 0 / 0.4);
}
#hcc-cookie-tab svg {
    fill: #2062AF;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.2));
}
