.cookie-consent {
    background-color: #eeece7;
    bottom: 20px;
    box-shadow:
        0 1px 2px rgba(0,0,0,0.07),
        0 2px 4px rgba(0,0,0,0.07),
        0 4px 8px rgba(0,0,0,0.07),
        0 8px 16px rgba(0,0,0,0.07),
        0 16px 32px rgba(0,0,0,0.07),
        0 32px 64px rgba(0,0,0,0.07);
    flex-direction: column;
    max-width: 450px;
    left: auto;
    padding: 20px;
    position: fixed;
    right: 20px;
    width: 100%;
    z-index: 999;
}

@media (max-width: 47.9375em) {
    .cookie-consent {
        font-size: 12px;
        left: 20px;
        width: auto;
    }
}

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

.cookie-consent:hover {
    text-decoration: none;
}

.cookie-consent__panel.is-hidden {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.cookie-consent__toggle {
    margin-bottom: 12px;
}

.cookie-consent__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.cookie-consent__actions * + * {
    margin-left: 12px;
}

.cookie-consent__button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    font-family: "Univers LT W01_65 Bold1475968", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: .6em;
    padding-top: .6em;
    padding-left: 1em;
    padding-right: 1em;
}

.cookie-consent__button--primary {
    background-color: #a89f87;
    color: #fff;
}

.cookie-consent__button--secondary {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

.cookie-consent__title {
    font-family: "Univers LT W01_65 Bold1475968", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 12px;
}

.cookie-consent__panel p {
    font-size: 13px;
}

.cookie-consent__body p {
    margin-bottom: 13px;
}

.toggle-switch {
    color: #000;
    display: flex;
    font-size: 13px;
    line-height: 16px;
    position: relative;
}

.toggle-switch__control {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.toggle-switch__indicator {
    background-color: #000;
    border-radius: 8px;
    flex: none;
    height: 16px;
    margin-right: 8px;
    padding: 2px;
    position: relative;
    width: 32px;
}

.toggle-switch__indicator:after {
    background-color: rgb(238, 238, 238);
    border-radius: 50%;
    content: '';
    height: 12px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 12px;
}

.toggle-switch__control:checked ~ .toggle-switch__indicator {
    background-color: rgb(102, 153, 51);
    pointer-events: none;
}

.toggle-switch__control:disabled:checked ~ .toggle-switch__indicator {
    background-color: #747574;
}

.toggle-switch__control:checked ~ .toggle-switch__indicator:after {
    left: auto;
    right: 2px;
}
