
/* Scoped, theme-safe, mobile-first */
.dt-gift .dt-gift-box{
  border:1px solid #eaeaea;
  border-radius:10px;
  padding:14px;
  margin:16px 0;
  background:#fff;
}
.dt-gift .dt-gift-title{
  font-weight:700;
  margin-bottom:8px;
  font-size:16px;
}
.dt-gift .dt-row{ display:flex; align-items:center; gap:8px; margin:8px 0; }
.dt-gift .dt-fieldset{ margin-top:6px; }
.dt-gift .dt-legend{ font-weight:600; margin-bottom:6px; }
.dt-gift .dt-legend .dt-legend-opt{ opacity:.7; font-weight:400; }
.dt-gift .dt-grid{ display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.dt-gift .dt-card{
  border:1px solid #e5e5e5;
  border-radius:8px;
  padding:8px;
  background:#fff;
  display:block;
}
.dt-gift .dt-card-none{ border-style:dashed; }
.dt-gift .dt-card-name{ font-weight:600; margin-top:4px; }
.dt-gift .dt-card-img{ width:100%; height:auto; border-radius:6px; margin-top:6px; }
.dt-gift .dt-card-fee{ opacity:.85; margin-top:4px; }
.dt-gift .dt-card-msg textarea{ width:100%; max-width:700px; }
.dt-gift .dt-help{ opacity:.7; font-size:12px; margin-top:4px; }

/* Internal button: force visible */
.dt-gift .dt-internal-actions .dt-gift-save{ display:inline-block !important; }
@media (max-width: 640px){
  .dt-gift .dt-grid{ grid-template-columns:1fr; }
  .dt-gift .dt-internal-actions .dt-gift-save{ width:100%; margin-top:10px; }
}
