/* ABA site — base additions on top of app.css (extracted from the export) */
html, body {
  margin: 0;
  padding: 0;
  background: #fdfaf3;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }

/* editable image slots (admin / member session) */
.img-slot-editable { cursor: pointer; }
.img-slot-editable:hover { outline: 2px dashed #b98a2e; outline-offset: -2px; }
.img-slot-edit {
  position: absolute;
  right: 6px;
  bottom: 6px;
  background: #ffffffd9;
  border: 1px solid #e8dcc4;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1;
  padding: 4px 6px;
  pointer-events: none;
}
@media print {
  .img-slot-edit { display: none !important; }
}

/* ปุ่มแก้รูป (ไอคอนกล้อง) ต้องไม่ติดไปกับงานพิมพ์/บันทึก PDF */
@media print {
  .img-slot-edit { display: none !important; }
}
