.cookie-notice {
    width: 425px;
    position: fixed;
    bottom: 16px;
    left: 16px;
    background-color: #fff;
    color: #b4bac1;
    padding: 24px;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    font-size: 14px;

    &.hidden {
        display: none;
    }

    img {
        margin-bottom: 12px;
    }

    p {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        color: #000;
        text-wrap: balance;
    }

    a:link, a:visited {
        font-size: 18px;
        line-height: 20px;
    }

    .buttons {
        button {
            border: none;
            background-color: #004da7;
            border-radius: 36px;
            padding: 16px 60px;
            color: #fff;
            font-size: 18px;
            font-weight: 500;
        }
    }
}
