.ofd-register-editor { margin-top: 20px; padding-top: 16px; border-top: 1px solid #dce3e4; min-width: 0; }
.ofd-register-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 8px; }
.ofd-register-heading h3 { margin: 0; font-size: 18px; }
.ofd-register-heading button, .ofd-register-remove { width: 44px; height: 44px; flex: 0 0 44px; padding: 0; font-size: 24px; }
.ofd-register-row { display: grid; grid-template-columns: minmax(0, 1fr) 44px; gap: 10px; padding: 16px 0; border-bottom: 1px solid #dce3e4; }
.ofd-register-select { min-width: 0; }
.ofd-register-select select { width: 100%; min-width: 0; text-overflow: ellipsis; }
.ofd-register-remove { align-self: end; }
.ofd-register-address, .ofd-register-history { grid-column: 1 / -1; margin: 0; overflow-wrap: anywhere; font-size: 14px; line-height: 1.5; }
.ofd-register-address { color: #53626b; }
.ofd-register-address small { display: block; }
.ofd-register-history { color: #854d0e; }
.ofd-register-dates { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ofd-register-editor label { display: block; font-size: 14px; font-weight: 600; min-width: 0; }
.ofd-register-editor input, .ofd-register-editor select { margin-top: 6px; font-size: 16px; min-height: 44px; }
.ofd-register-dates input { width: 100%; min-width: 0; max-width: 100%; box-sizing: border-box; }
.ofd-register-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.ofd-register-error { color: #a12626; overflow-wrap: anywhere; }
.ofd-register-empty { color: #697780; margin: 8px 0; }
@media (max-width: 380px) { .ofd-register-dates { grid-template-columns: minmax(0, 1fr); } }
