/* © muathemewpgiare.com – Compare CSS v3.0.0 */
.mfs-compare-btn{width:36px;height:36px;border-radius:50%;border:none;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .3s;box-shadow:0 2px 8px rgba(0,0,0,.1);opacity:0;}
.mfs-card:hover .mfs-compare-btn{opacity:1;}
.mfs-compare-btn:hover{transform:scale(1.15);background:var(--mfs-color,#6366f1);color:#fff;}
.mfs-compare-btn.mfs-compare-active{background:var(--mfs-color,#6366f1);color:#fff;opacity:1;}

.mfs-compare-bar{position:fixed;bottom:0;left:0;right:0;z-index:99997;background:#fff;border-top:2px solid var(--mfs-color,#6366f1);padding:12px 20px;box-shadow:0 -4px 20px rgba(0,0,0,.1);display:none;animation:mfsSlideUp .3s ease;}
.mfs-compare-bar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:16px;}
.mfs-compare-items{display:flex;gap:8px;flex:1;overflow-x:auto;}
.mfs-compare-item{width:50px;height:50px;border-radius:8px;overflow:hidden;border:2px solid #e5e7eb;position:relative;flex-shrink:0;}
.mfs-compare-item img{width:100%;height:100%;object-fit:cover;}
.mfs-compare-item-remove{position:absolute;top:-4px;right:-4px;width:18px;height:18px;border-radius:50%;background:#ef4444;color:#fff;font-size:10px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;}
.mfs-compare-action{background:var(--mfs-color,#6366f1);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .2s;}
.mfs-compare-action:hover{opacity:.9;}

.mfs-compare-modal{position:fixed;inset:0;z-index:999999;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;padding:20px;}
.mfs-compare-modal-content{background:#fff;border-radius:16px;max-width:900px;width:100%;max-height:85vh;overflow:auto;box-shadow:0 25px 50px rgba(0,0,0,.25);animation:mfsModalIn .3s ease;}
.mfs-compare-table{width:100%;border-collapse:collapse;font-size:14px;}
.mfs-compare-table th{background:#f9fafb;padding:12px 16px;text-align:left;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb;white-space:nowrap;width:120px;}
.mfs-compare-table td{padding:12px 16px;text-align:center;border-bottom:1px solid #f3f4f6;vertical-align:middle;}
.mfs-compare-table td img{width:80px;height:80px;object-fit:cover;border-radius:8px;}
@keyframes mfsSlideUp{from{transform:translateY(100%);}to{transform:translateY(0);}}
@keyframes mfsModalIn{from{transform:scale(.95);opacity:0;}to{transform:scale(1);opacity:1;}}
