
/* Gift card styling to match payment box vibe */
.bmgs-gift-card{
  background: linear-gradient(0deg, rgba(68,171,173,.08), rgba(68,171,173,.08)), #fff;
  border: 1px solid rgba(68,171,173,.18);
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 8px 24px rgba(17,24,39,.08);
}

/* Bigger, bolder label and aligned checkbox */
.bmgs-gift-toggle .woocommerce-form__label.checkbox{
  display:flex;
  align-items:center;
  gap:10px;
  margin: 0 0 8px;
}
.bmgs-gift-toggle .woocommerce-form__label.checkbox input[type="checkbox"]{
  width:20px;height:20px;
}
.bmgs-gift-toggle .woocommerce-form__label.checkbox span{
  font-size:1.05rem;
  font-weight:700;
  color:#1f2a37;
}

/* Full-width fields and consistent spacing */
#bmgs_gift_email_field,
#bmgs_gift_message_field{
  margin-top: 6px;
}
#bmgs_gift_message{
  min-height: 90px;
  resize: vertical;
}

/* Respect site focus/inputs; only light tweaks */
.bmgs-visible{display:block !important;}
.bmgs-conditional{display:none;}
