.amorislab-order-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin: 20px 0;
}
.order-card {
  border: 2px solid #f37161;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-family: sans-serif;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
}
.order-card h3 {
  margin: 0 0 8px;
  color: #e44;
}
.amorislab-order-products-block{
    margin-bottom: 10px;
    display: block;
}
p.order-product-line{
  margin: 0px 0px 0px 0px !important;
}
.order-single-product{
    margin: 0 0 !important;
}
.order-card hr {
  border: none;
  border-top: 1px dashed #ccc;
  margin: 3px 0 3px 0 !important;
}
.order-ref-info{
    margin: 0 0 !important;
    font-size: 0.8em;
}
.order-contact-info{
    font-size: 0.9em;
    margin: 0 0 !important;
    position: relative;
}
.order-contact-info-block{
  margin: 0 0 !important;
  display: inline-block;
  position: relative;
}
/* One-line name + phone with flex */
.order-contact-info-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  gap: 5px;
  font-size: 0.85em;
  flex-wrap: wrap; /* allows wrapping on small screens */
}

.order-contact-info {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.amoris-phone-mask {
  display: inline-block;
  font-family: monospace;
  background: #eee;
  padding: 2px 4px;
  border-radius: 4px;
}


/* 👁️ Eye button same size as phone text */
.toggle-phone {
  font-size: 0.9em;
  padding: 2px 6px;
  margin-left: 4px;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.toggle-phone:hover {
  background: #ddd;
}
