#mr-container {
    max-width: 600px;
    margin: 20px auto;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    font-family: Tahoma, sans-serif;
}
#mr-container h3 { text-align:center; margin-bottom:15px; }
#mr-container input[type=file] { width:100%; padding:8px; border-radius:8px; border:1px solid #ccc; }
#mr-container button {
    margin-top:10px; width:100%; padding:10px; border:none; border-radius:8px;
    background-color:#ff4081; color:#fff; font-weight:bold; cursor:pointer;
}
#mr-container button:hover { background-color:#e91e63; }
#mr-preview img { margin-top:10px; width:200px; height:200px; object-fit:cover; border-radius:10px; }
#mr-results .mr-product {
    display:flex; gap:10px; margin-top:10px; border:1px solid #ddd; border-radius:10px;
    padding:10px; align-items:center;
}
#mr-results .mr-product img { width:100px; height:100px; object-fit:cover; border-radius:10px; }
#mr-questions { margin-top:15px; }
#mr-questions p { margin:10px 0 5px; }
#mr-questions select { width:100%; padding:5px; border-radius:5px; margin-bottom:10px; }
#mr-questions button { background-color:#4caf50; }
#mr-questions button:hover { background-color:#43a047; }
