.credits a {
    color: #0084d4;
}

.c-cookie-consent {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 1rem;

    transition: all .3s ease;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    text-align: center;

    background-color: #1c1c1c;
}

@media (min-width: 768px) {
    .c-cookie-consent__content {
        display: inline-flex;

        align-items: center;
    }
}

.c-cookie-consent__message {
    margin-bottom: 1rem;

    color: #fff;

    font-size: .8125rem;
    line-height: 1.6;
}

.c-cookie-consent__message p {
    margin: 0;
}

@media (min-width: 768px) {
    .c-cookie-consent__message {
        margin-right: 1rem;
        margin-bottom: 0;
    }
}

.c-cookie-consent__message a {
    transition: all .2s ease-in-out;

    color: #fff;
    border-bottom: 1px solid transparent;
}

.c-cookie-consent__message a:hover,
.c-cookie-consent__message a:active {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.c-cookie-consent__dismiss .c-button {
    padding-top: .375rem;
    padding-right: .75rem;
    padding-bottom: .375rem;
    padding-left: .75rem;

    transition: all .2s ease-in-out;

    border: 1px solid #fff;
    background-color: #fff;

    line-height: 1;
}

.c-cookie-consent__dismiss .c-button__label {
    margin-right: 0;

    color: #181817;

    font-size: .8125rem;
}

.c-cookie-consent__dismiss .c-button:hover,
.c-cookie-consent__dismiss .c-button:active {
    border: 1px solid #fff;
    background-color: transparent;
}

.c-cookie-consent__dismiss .c-button:hover .c-button__label,
.c-cookie-consent__dismiss .c-button:active .c-button__label {
    color: #fff;
}

.c-cookie-consent.in-view {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
