/* Modern Cookie Notice - Minimal Design - Sol Alt */
/* Higher specificity to override theme.css */
html body #mio-cookie-popup {
    position: fixed !important;
    bottom: 20px !important;
    left: 20px !important;
    right: auto !important;
    top: auto !important;
    z-index: 99999 !important;
    max-width: 380px !important;
    width: auto !important;
    transform: none !important;
    opacity: 1 !important;
}

html body #mio-cookie-popup:hover {
    opacity: 1 !important;
}

html body #mio-cookie-popup .mio-cookie-popup__card,
html body #mio-cookie-popup .mio-cookie-popup__c-p-card {
    background: rgba(255, 255, 255, 0.98) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 12px !important;
    padding: 14px 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    width: auto !important;
    max-width: 100% !important;
}

html body #mio-cookie-popup .mio-cookie-popup__content {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-direction: row !important;
    padding: 0 !important;
    text-align: left !important;
}

html body #mio-cookie-popup .mio-cookie-popup__content::before {
    content: '🍪';
    font-size: 20px;
    flex-shrink: 0;
}

html body #mio-cookie-popup .mio-cookie-popup__content h3 {
    display: none !important;
}

html body #mio-cookie-popup .mio-cookie-popup__content p,
html body #mio-cookie-popup p {
    flex: 1 !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #444 !important;
}

html body #mio-cookie-popup .mio-cookie-popup__content p a,
html body #mio-cookie-popup a {
    color: #f7941d !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

html body #mio-cookie-popup .mio-cookie-popup__content p a:hover,
html body #mio-cookie-popup a:hover {
    text-decoration: underline !important;
}

html body #mio-cookie-popup .mio-cookie-popup__c-p-button,
html body #mio-cookie-popup button {
    background: #f7941d !important;
    color: white !important;
    border: none !important;
    padding: 8px 16px !important;
    border-radius: 18px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    height: auto !important;
    line-height: 1.4 !important;
}

html body #mio-cookie-popup .mio-cookie-popup__c-p-button:hover,
html body #mio-cookie-popup button:hover {
    background: #e8850a !important;
    box-shadow: none !important;
}

/* Mobile - Ortada Alt */
@media (max-width: 576px) {
    html body #mio-cookie-popup {
        left: 10px !important;
        right: 10px !important;
        bottom: 10px !important;
        max-width: none !important;
    }
    
    html body #mio-cookie-popup .mio-cookie-popup__card,
    html body #mio-cookie-popup .mio-cookie-popup__c-p-card {
        padding: 12px !important;
        border-radius: 10px !important;
    }
    
    html body #mio-cookie-popup .mio-cookie-popup__content {
        flex-wrap: wrap !important;
        justify-content: center !important;
        text-align: center !important;
        gap: 8px !important;
    }
    
    html body #mio-cookie-popup .mio-cookie-popup__content::before {
        font-size: 18px;
        width: 100%;
    }
    
    html body #mio-cookie-popup .mio-cookie-popup__content p,
    html body #mio-cookie-popup p {
        font-size: 11px !important;
        width: 100% !important;
        text-align: center !important;
    }
    
    html body #mio-cookie-popup .mio-cookie-popup__c-p-button,
    html body #mio-cookie-popup button {
        padding: 10px 24px !important;
        margin-top: 4px !important;
    }
}
