﻿@media (min-width: 769px)
{
    .cookie-consent
    {
        /*box-shadow: 0px 0px 1px 0px rgb(19 23 26 / 32%), 0px 16px 32px -16px rgb(19 23 26 / 24%);*/
        max-width: 740px;
        bottom: 32px;
        right: inherit;
        left: 50%;
        animation-name: slide-up-md;
    }
}

.cookie-consent
{
    background: #fff;
    border: 2px solid;
    /*box-shadow: 0px 0px 1px 0px rgb(19 23 26 / 32%), 0px -16px 32px -16px rgb(19 23 26 / 24%);*/
    padding: 24px;
    position: fixed;
    border-color: #000000;
    border-radius: 4px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    animation: .3s slide-up-xs forwards;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition: .3s transform;
    z-index: 1049;
    display: none;
}

.cookie-consent__title
{
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 0;
}

.cookie-consent__description
{
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}

.cookie-consent__button
{
    border: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    padding-right: 24px;
    padding-left: 24px;
    margin-top: 16px;
}

@media (min-width: 769px)
{
    .cookie-consent__description
    {
        font-size: 13px;
        line-height: 20px;
        margin: 0;
    }
}

@media (max-width: 768px)
{
    .cookie-consent__button
    {
        width: 100%;
    }
}
