/* #cc-wrapper {
    z-index: 10;
    position: fixed;
    bottom: 2em;
    right: 2em;
    max-width: min(30em, 90vw);
    width: 100%;
    background: #222222;
    border: 1px solid #aeaeae;
    border-radius: .125rem;
    box-shadow: 0 0 1.2em rgba(5, 0, 31, .25);
    padding: 1.0rem 2rem;
    transition: all .5s ease-in
}

#cc-close-icon {
    position: absolute;
    top: .6em;
    right: .6em;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    margin: 0;
    border: 0 none;
    border-radius: 5rem;
    background-color: #FFCC96;
    cursor: pointer
}

#cc-close-icon::after {
    content: "\f00d";
}

footer {
    border-top: 1px solid #eee
}

.cc-heading {
    font-weight: 800;
    line-height: 1;
    border-bottom: 1px solid #e9e9ed;
    font-size: 1.1em;
    text-align: left;
}

.cc-text {
    line-height: 1.4
}

.cc-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.cc-buttons>button {
    cursor: pointer;
    margin: .4em;
    padding: .5em 1em;
    height: auto;
    border: 0 none;
}


.button {
    display: inline-block;
    padding-block: .5rem;
    padding-inline: 1rem;
    border-radius: .25rem;
    font-weight: 800;
    color: #343434;
    text-decoration: none;
}

.button-white {
    background-color: #ffffff;
}

.button-yellow {
    background-color: #FFCC96;
}



.cc-footer {
    padding: 0;
    margin: .5em 0;
    font-size: smaller;
    text-align: center
}

.cc-footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.cc-footer li {
    display: inline-block;
    padding: 0 1em
}

.cc-footer li.cc-hidden {
    padding: 0;
    margin: 0;
    display: none
}

.cc-hidden {
    display: none
}

# sourceMappingURL=nocowoco.css.map */