.dfbq-wrap{max-width:920px;margin:24px auto;padding:0 12px;}
.dfbq-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 8px 24px rgba(0,0,0,.06);}
.dfbq-card h2{margin:0 0 6px 0;font-size:26px;line-height:1.2;}
.dfbq-sub{margin:0 0 16px 0;color:#4b5563;}
.dfbq-form{margin-top:12px;}
.dfbq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
@media (max-width:720px){.dfbq-grid{grid-template-columns:1fr;}}
.dfbq-field{margin-bottom:12px;}
.dfbq-field label{display:block;font-weight:600;margin:0 0 6px 0;}
.dfbq-field input,.dfbq-field textarea{width:100%;border:1px solid #d1d5db;border-radius:10px;padding:10px 12px;font-size:14px;}
.dfbq-field textarea{min-height:92px;}
.dfbq-hr{border:none;border-top:1px solid #e5e7eb;margin:20px 0;}
.dfbq-section-title{font-size:16px;font-weight:700;color:#6d28d9;margin:0 0 14px 0;text-transform:uppercase;letter-spacing:.04em;}
.dfbq-alert{border-radius:12px;padding:12px 14px;margin:12px 0;}
.dfbq-success{background:#ffffff;border:1px solid #10b981;color:#065f46;}
.dfbq-error{background:#ffffff;border:1px solid #ef4444;color:#7f1d1d;}
.dfbq-help{margin:6px 0 0 0;color:#6b7280;font-size:12px;}

/* --- DF Medios - Ajustes UI (fila acciones: checkbox + botón) --- */
.dfbq-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:10px;
  background:#ffffff;
}
.dfbq-actions .dfbq-check{
  margin:0;
}
.dfbq-actions .dfbq-check label{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0;
  font-weight:600;
}
.dfbq-actions .dfbq-check input{margin:0;}

.dfbq-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#ffffff;
  color:#ffffff;
  border:none;
  border-radius:12px;
  padding:12px 18px;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  margin:0;
}
.dfbq-btn:hover{opacity:.95;}

@media (max-width:720px){
  .dfbq-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:10px;
  background:#ffffff;
}
}

/* Button color */
.dfbq-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#B89FF2 !important;
  color:#ffffff;
  border:none;
  border-radius:12px;
  padding:12px 18px;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  margin:0;
}
