.note-btn {
  border: 1px solid #9fc5ea;
  background: #edf6ff;
  color: #1864ab;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  white-space: nowrap;
}
.note-btn:hover { background: #dceeff; }
.note-box {
  background: #fff9db;
  border-left: 5px solid #f2b94b;
  border-radius: 8px;
  padding: 18px;
  font-size: 17px;
  line-height: 1.55;
  white-space: pre-wrap;
  min-height: 90px;
}
.note-meta { margin-top: 14px; color: #68707a; }
.general-note {
  margin-top: 18px;
  background: #f3f6f9;
  border: 1px solid #e2e5e9;
  border-radius: 9px;
  padding: 12px 14px;
  line-height: 1.45;
}
.header-actions { display: flex; gap: 10px; align-items: center; }
.product-admin-row {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 130px 150px 110px 90px;
  gap: 12px;
  align-items: center;
  padding: 11px 13px;
  border-bottom: 1px solid #e2e5e9;
}
.product-admin-row:last-child { border-bottom: 0; }
.inactive-product { opacity: .55; background: #f5f5f5; }
.admin-filters { display: flex; gap: 10px; margin-bottom: 15px; }
.admin-filters input { flex: 1; }
@media(max-width:900px){
  .header-actions{flex-direction:column;align-items:stretch}
  .product-admin-row{grid-template-columns:1fr 100px}
}
