.mnsa-wrap{
  width:100%;
  max-width:900px;
  position:relative;
  font-family:Inter,Arial,sans-serif;
}

.mnsa-form{
  display:flex;
  align-items:center;
  gap:10px;
  background:#fff;
  border:1px solid #dcecea;
  border-radius:999px;
  padding:8px;
  box-shadow:0 14px 38px rgba(0,0,0,.08);
  width:100%;
}

.mnsa-badge{
  width:44px;
  height:44px;
  border-radius:50%;
  background:#e7fbf8;
  color:#007f79;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:12px;
  flex:0 0 auto;
}

.mnsa-input-shell{
  flex:1;
  min-width:0;
}

.mnsa-label{
  display:block;
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#007f79;
  font-weight:900;
  margin:0 0 1px;
}

.mnsa-input{
  width:100%;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  padding:5px 0!important;
  font-size:15px;
  color:#111!important;
}

.mnsa-submit{
  border:0!important;
  background:#008b83!important;
  color:#fff!important;
  border-radius:999px!important;
  padding:14px 25px!important;
  font-weight:900!important;
  cursor:pointer!important;
  white-space:nowrap;
  min-height:46px;
}

.mnsa-submit:hover{
  background:#006f68!important;
}

.mnsa-panel{
  display:none;
  position:absolute;
  top:calc(100% + 12px);
  left:0;
  right:0;
  background:#fff;
  border:1px solid #e2eeec;
  border-radius:24px;
  box-shadow:0 28px 80px rgba(0,0,0,.18);
  z-index:99999;
  overflow:hidden;
}

.mnsa-panel.active{
  display:block;
}

.mnsa-assistant-note{
  padding:15px 18px;
  background:#f3fbfa;
  color:#111;
  border-bottom:1px solid #e4eeee;
  font-size:14px;
}

.mnsa-assistant-note strong{
  font-weight:900;
}

.mnsa-assistant-note span{
  color:#008b83;
  font-weight:900;
}

.mnsa-section-title{
  padding:14px 18px 8px;
  color:#008b83;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.mnsa-category-row{
  padding-bottom:12px;
  border-bottom:1px solid #edf4f3;
}

.mnsa-category-row a{
  display:inline-flex;
  margin:6px 0 0 10px;
  background:#eef8f7;
  color:#008b83!important;
  border:1px solid #d6eeeb;
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  text-decoration:none!important;
}

.mnsa-products{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  border-top:1px solid #edf4f3;
  max-height:520px;
  overflow:auto;
}

.mnsa-product{
  display:grid;
  grid-template-columns:72px 1fr auto;
  gap:12px;
  align-items:center;
  padding:14px 16px;
  border-bottom:1px solid #edf4f3;
  border-right:1px solid #edf4f3;
  background:#fff;
}

.mnsa-product:nth-child(2n){
  border-right:0;
}

.mnsa-product-img img{
  width:72px;
  height:72px;
  object-fit:cover;
  border-radius:15px;
  background:#f4f4f4;
  display:block;
}

.mnsa-product-title{
  display:block;
  color:#111!important;
  font-weight:800;
  text-decoration:none!important;
  font-size:14px;
  line-height:1.25;
  margin-bottom:5px;
}

.mnsa-product-price{
  font-size:13px;
  color:#111!important;
  font-weight:800;
}

.mnsa-product-price ins{
  text-decoration:none;
}

.mnsa-stock{
  display:inline-flex;
  margin-top:5px;
  font-size:11px;
  font-weight:900;
  border-radius:999px;
  padding:5px 8px;
}

.mnsa-stock.in{
  color:#007f38;
  background:#eaf8ef;
}

.mnsa-stock.out{
  color:#a13b00;
  background:#fff1e8;
}

.mnsa-product-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:58px;
  min-height:34px;
  border-radius:999px;
  background:#008b83!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  text-decoration:none!important;
  padding:8px 12px!important;
}

.mnsa-product-actions a:hover{
  background:#006f68!important;
}

.mnsa-view-all{
  display:block;
  padding:15px 18px;
  text-align:center;
  background:#f2fbfa;
  color:#008b83!important;
  font-weight:900;
  text-decoration:none!important;
}

.mnsa-empty{
  padding:20px;
  text-align:left;
}

.mnsa-empty strong{
  display:block;
  margin-bottom:6px;
}

.mnsa-empty span{
  display:block;
  color:#6a7775;
  font-size:14px;
  margin-bottom:12px;
}

.mnsa-empty a{
  color:#008b83!important;
  font-weight:900;
  text-decoration:none!important;
}

/* chips/tabs removed by default */
.mnsa-chips,
.mn-smart-tabs,
.mn-smart-chip-wrap,
.mn-smart-categories,
.mn-smart-tags{
  display:none!important;
}

.mnsa-style-compact .mnsa-label,
.mnsa-style-compact .mnsa-chips{
  display:none!important;
}

.mnsa-style-compact .mnsa-form{
  border-radius:999px;
}

.mnsa-style-compact .mnsa-input{
  padding:12px 0!important;
}

@media(max-width:760px){
  .mnsa-wrap{
    max-width:100%!important;
  }

  .mnsa-form{
    border-radius:22px;
    padding:11px;
    gap:9px;
  }

  .mnsa-badge{
    width:38px;
    height:38px;
  }

  .mnsa-label{
    font-size:9px;
  }

  .mnsa-input{
    font-size:14px;
  }

  .mnsa-submit{
    padding:12px 18px!important;
    min-height:42px;
  }

  .mnsa-products{
    grid-template-columns:1fr;
    max-height:70vh;
  }

  .mnsa-product{
    border-right:0!important;
  }
}

@media(max-width:520px){
  .mnsa-form{
    display:grid;
    grid-template-columns:38px 1fr;
    border-radius:20px;
  }

  .mnsa-submit{
    grid-column:1 / -1;
    width:100%;
  }

  .mnsa-panel{
    position:fixed;
    left:14px;
    right:14px;
    top:auto;
    bottom:18px;
    max-height:78vh;
    overflow:auto;
    border-radius:22px;
  }

  .mnsa-product{
    grid-template-columns:62px 1fr;
  }

  .mnsa-product-actions{
    grid-column:1 / -1;
  }

  .mnsa-product-actions a{
    width:100%;
  }

  .mnsa-product-img img{
    width:62px;
    height:62px;
  }
}


/* FLOATING AI WIDGET BLACK GLASS STYLE */
.mn-ai-floating-button,
.mnfaa-bubble,
.mn-ai-widget-trigger{
    background:rgba(0,0,0,.88)!important;
    color:#ffffff!important;
    border-radius:18px!important;
    border:1px solid rgba(255,255,255,.12)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
    box-shadow:0 10px 35px rgba(0,0,0,.35)!important;
}

.mnfaa-bubble span,
.mn-ai-floating-button span{
    color:#ffffff!important;
}

.mnfaa-bubble img{
    border-radius:50%!important;
    border:2px solid rgba(255,255,255,.15)!important;
}

.mnsa-view-all{
    background:#00a79d!important;
    color:#ffffff!important;
    border-radius:999px!important;
    padding:14px 24px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    font-weight:700!important;
    margin-top:18px!important;
}

.mnsa-view-all:hover{
    background:#008b83!important;
}
