.dsd-widget-shell,
.dsd-account,
.dsd-owner-dashboard,
.dsd-dashboard,
.dsd-form { box-sizing: border-box; }
.dsd-account-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; align-items:start; }
.dsd-account-grid > div,
.dsd-account,
.dsd-owner-dashboard,
.dsd-dashboard { background:#fff; border:1px solid #dbe4e9; border-radius:18px; padding:24px; color:#152536; }
.dsd-account h2,
.dsd-owner-dashboard h2,
.dsd-dashboard h3,
.dsd-form h3 { margin-top:0; color:#071f38; }
.dsd-registration-form { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; max-width:760px; }
.dsd-registration-form h3,
.dsd-registration-form .dsd-success,
.dsd-registration-form .dsd-error,
.dsd-registration-form button { grid-column:1/-1; }
.dsd-registration-form label { margin:0; }
.dsd-registration-form label[hidden] { display:none!important; }
.dsd-registration-form input,
.dsd-registration-form select,
.dsd-registration-form textarea { display:block; width:100%; min-height:48px; margin-top:6px; border:1px solid #dbe4e9; border-radius:10px; padding:10px 12px; background:#fff; }
.dsd-registration-form textarea { min-height:100px; }
.dsd-owner-dashboard .dsd-dashboard { margin:18px 0; background:#f5f9fb; }
.dsd-owner-dashboard .dsd-dashboard p { display:flex; justify-content:space-between; gap:16px; padding:13px 0; margin:0; border-bottom:1px solid #dbe4e9; }
.dsd-owner-dashboard .dsd-dashboard p:last-child { border-bottom:0; }
@media(max-width:700px){.dsd-account-grid,.dsd-registration-form{grid-template-columns:1fr}.dsd-registration-form h3,.dsd-registration-form button{grid-column:auto}}
