/* ==========================================================
   QR Heaven Enhancements — front-end styles
   ========================================================== */

/* --- Live plaque preview --- */
.qrhx-preview{
  background:#fff;border:1px solid #E7E0D4;border-radius:16px;
  padding:clamp(1rem,2.4vw,1.4rem);margin:0 0 1.4rem;
  box-shadow:0 10px 30px rgba(23,39,51,.08);
}
.qrhx-preview[hidden]{display:none}
.qrhx-preview h3{
  margin:0 0 .8rem;font-size:1.1rem;color:#172733;
  font-family:'Palatino Linotype',Palatino,Georgia,serif;
}
.qrhx-preview-canvas{
  width:100%;height:auto;display:block;border-radius:12px;background:#F7F3EC;
}
.qrhx-size-hint{display:none}
.qrhx-size-hint{
  margin:.7rem 0 0;font-size:.85rem;color:#728176;line-height:1.5;
}
.qrhx-preview-note{
  margin:.5rem 0 0;font-size:.84rem;color:#728176;line-height:1.55;
}
.qrhx-preview-warning{
  margin:.7rem 0 0;padding:.7em .9em;border-radius:10px;
  background:#faf0ee;border:1px solid #c07a6a;color:#6b2f23;
  font-size:.88rem;line-height:1.55;
}

/* --- "What's included" note under the photographs --- */
.qrhx-included-note{
  margin:.9rem 0 0;padding:.7em .95em;
  background:#F7F3EC;border-left:3px solid #B49465;border-radius:8px;
  font-size:.9rem;line-height:1.6;color:#283138;
}

@media(max-width:600px){
  .qrhx-preview{padding:.9rem;border-radius:14px}
  .qrhx-preview h3{font-size:1.02rem}
}
