.mieu-cookie-banner{
    position:fixed;
    left:20px;
    bottom:20px;
    z-index:999999;
    width:340px;
    max-width:calc(100vw - 40px);
}
.mieu-cookie-card{
    background:#ffffff;
    color:#303846;
    border-radius:10px;
    box-shadow:0 12px 32px rgba(0,0,0,.18);
    padding:20px;
    font-family:Roboto, Arial, sans-serif;
}
.mieu-cookie-top{
    display:flex;
    gap:14px;
    align-items:flex-start;
}
.mieu-cookie-logo-box{
    width:44px;
    min-width:44px;
    height:44px;
    border-radius:10px;
    background:#f4f7fb;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}
.mieu-cookie-logo{
    width:100%;
    height:100%;
    object-fit:contain;
}
.mieu-cookie-logo-fallback{
    font-size:24px;
    font-weight:700;
    color:#1d8cf0;
    line-height:1;
}
.mieu-cookie-copy{
    flex:1;
}
.mieu-cookie-title{
    font-size:15px;
    font-weight:700;
    line-height:1.3;
    color:#1f2430;
    margin-bottom:6px;
}
.mieu-cookie-message{
    font-size:13px;
    line-height:1.54;
    color:#516173;
}
.mieu-cookie-links{
    margin-top:10px;
}
.mieu-cookie-policy-link{
    color:#1d8cf0;
    text-decoration:none;
    font-size:13px;
}
.mieu-cookie-policy-link:hover{
    text-decoration:underline;
}
.mieu-cookie-actions{
    display:flex;
    flex-direction:column;
    margin-top:20px;
}
.mieu-cookie-primary,
.mieu-cookie-secondary{
    padding:9px 20px;
    border-radius:4px;
    cursor:pointer;
    font-size:13px;
    font-weight:700;
    line-height:1.428571429;
    text-align:center;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    border:0;
    transition:all .2s ease;
}
.mieu-cookie-primary{
    background:#1d8cf0;
    color:#fff;
}
.mieu-cookie-primary:hover{
    background:#1678d0;
}
.mieu-cookie-secondary{
    background:#eef2f7;
    color:#445267;
    margin-top:12px;
}
.mieu-cookie-secondary:hover{
    background:#e3e8ef;
}
@media (max-width: 480px){
    .mieu-cookie-banner{
        left:12px;
        right:12px;
        width:auto;
        max-width:none;
        bottom:12px;
    }
}
