.cookie-consent {
    /* visibility: hidden; */
    font-family: 'Chakra Petch', sans-serif;
    font-size: 12px;
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    padding: 0.6rem 0.9rem;
    margin: 1rem;
    right: 0;
    bottom: 0;
    background: #0c0f0c;
}

.pc-loaded .cookie-consent{
    visibility: visible;
}

.cookie-consent a {
    color: #676866;
    text-decoration: none;
}

.cookie-consent button {
    outline: 0;
    border: 0;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 12px;
    margin-left: .6rem;
    cursor: pointer;
    background-color: #484E48;
    color: #949794
}

.cookie-consent button:hover, .cookie-consent a:hover {
    color: rgba(255, 255, 255, 1);
}
