.ech-box{
  border:1px solid #e6e6e6;
  padding:18px;
  margin:16px 0;
  background:#fff;
  border-radius:14px;
  box-shadow:0 6px 18px rgba(0,0,0,.04);
}

.ech-box h3{ margin:0 0 10px 0; }

.ech-row{ margin:12px 0; }
.ech-row label{ display:block; font-weight:600; margin-bottom:8px; }

.ech-row select,
.ech-row input{
  width:100%;
  max-width:560px;
  padding:10px 12px;
  border:1px solid #d9d9d9;
  border-radius:12px;
  background:#fff;
}

.ech-row select:focus,
.ech-row input:focus{
  outline:none;
  border-color:#bdbdbd;
  box-shadow:0 0 0 4px rgba(0,0,0,.04);
}

.ech-help{ margin:8px 0 0 0; color:#555; }

.ech-guests-wrap{ margin-top:14px; }

.ech-guest{
  border:1px solid #ececec;
  padding:14px;
  margin:12px 0;
  background:#fbfbfb;
  border-radius:14px;
}

.ech-guest h4{ margin:0 0 12px 0; font-size:1.02em; }

.ech-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
@media (max-width: 800px){ .ech-grid{ grid-template-columns:1fr; } }

.ech-grid label{ display:block; font-weight:600; margin-bottom:6px; }

.ech-paynow{
  border-top:1px solid #f0f0f0;
  margin-top:14px;
  padding-top:14px;
}

.ech-check{
  display:flex;
  gap:10px;
  align-items:center;
  margin:8px 0;
  padding:8px 10px;
  border-radius:12px;
  background:#f7f7f7;
  border:1px solid #efefef;
}

.ech-warning{
  margin-top:12px;
  padding:12px 14px;
  border:1px solid #f0e2b8;
  background:#fff8df;
  border-radius:14px;
}

.ech-total{
  margin-top:12px;
  padding:10px 12px;
  border:1px solid #ececec;
  background:#ffffff;
  border-radius:14px;
  font-size:1.1em;
}

/* Room page colors */
.ech-roompage .ech-green td{ background:#c8f7c5 !important; }
.ech-roompage .ech-yellow td{ background:#fff3b0 !important; }
.ech-roompage .ech-red td{ background:#ffd1d1 !important; }


.ech-breakdown{
  margin-top:10px;
  padding:12px 12px;
  border:1px solid #eeeeee;
  border-radius:14px;
  background:#fcfcfc;
}

.ech-breakdown-title{
  font-weight:700;
  margin-bottom:8px;
}

.ech-breakdown-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:8px;
}

.ech-breakdown-item{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:space-between;
  padding:8px 10px;
  border:1px solid #efefef;
  border-radius:12px;
  background:#ffffff;
}

.ech-breakdown-item.is-selected{
  background:#f7fff7;
  border-color:#e0f2e0;
}

.ech-b-who{ font-weight:600; }
.ech-b-meta{ opacity:.7; font-size:.95em; }
.ech-b-amt{ font-weight:700; }


/* Disabilita bottone acquisto durante ricalcolo totale */
.ech-btn-disabled{
  opacity: .55 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}

/* Checkbox quote: evidenzia nome */
.ech-check{
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  margin:8px 0;
  background:#fafafa;
}
.ech-check input{ transform: scale(1.05); }
.ech-pay-name{ font-weight:700; }
