.dcla-form{max-width:420px;margin:20px auto;padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
.dcla-form h3{margin:0 0 10px}
.dcla-field{margin-bottom:12px}
.dcla-field label{display:block;font-weight:600;margin-bottom:6px}
.dcla-field input[type="text"],
.dcla-field input[type="email"],
.dcla-field input[type="password"]{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:8px}
.dcla-btn{display:inline-block;padding:10px 18px;border-radius:8px;border:0;background:#111827;color:#fff;cursor:pointer}
.dcla-remember{display:inline-flex;gap:8px;align-items:center;margin:8px 0}
.dcla-msg{margin-top:10px;font-size:.95rem}
.dcla-msg.error{color:#b91c1c}
.dcla-msg.success{color:#065f46}
/* Segmented Guest/Owner switch for our shortcode form */
.dcla-register .dcla-account-switch{
  display:flex;
  gap:16px;
  margin:12px 0 18px;
}
.dcla-register .dcla-account-switch .dcla-radio{
  position:absolute;
  opacity:0;
  width:0;height:0;
}
.dcla-register .dcla-account-switch label{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border:1px solid #e5e7eb;
  background:#f7f8fb;
  color:#111827;
  font-weight:600;
  cursor:pointer;
  transition:.2s ease;
  line-height:1;
}
.dcla-register .dcla-account-switch label i{font-size:16px;}
.dcla-register .dcla-account-switch label:hover{
  transform:translateY(-1px);
  box-shadow:0 4px 12px rgba(0,0,0,.08);
}
.dcla-register .dcla-account-switch .dcla-radio:checked + label,.dcla-register .dcla-account-switch .dcla-radio:checked + label span{
  background:#0f172a; /* active color */
  color:#fff;
  border-color:#0f172a;
}

@media (max-width:480px){
  .dcla-register .dcla-account-switch{gap:10px;}
  .dcla-register .dcla-account-switch label{padding:10px 12px;font-size:14px;}
}

