.estate-directory .ed-toolbar { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 16px 24px; padding-bottom: 24px; }
.estate-directory .ed-toolbar .wo-tabs { margin-right: auto; min-height: 44px; }
.estate-directory .ed-search, .estate-directory .ed-sort { display: grid; gap: 6px; margin: 0; font-size: 12px !important; color: #686c74; }
.estate-directory .ed-search { flex: 0 1 340px; }
.estate-directory .ed-sort { flex: 0 1 180px; }
.estate-directory input, .estate-directory select { width: 100%; height: 40px; border: 1px solid #d5dae1; border-radius: 5px; padding: 8px 10px; background: #fff; color: #343a44; font-size: 14px !important; }
.estate-directory .ed-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 32px; }
.estate-directory .ed-list { min-width: 0; }
.estate-directory .ed-list-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.estate-directory .ed-list-header h2 > span { margin-left: 8px; font-size: 14px; font-weight: 400; color: #777d86; }
.estate-directory .ed-table-head, .estate-directory .ed-row { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(110px, .7fr) 100px; gap: 18px; }
.estate-directory .ed-table-head { background: #eef0f3; border-block: 1px solid #e3e7ec; padding: 12px; color: #686c74; font-size: 12px; }
.estate-directory .ed-row { background: transparent; width: 100%; text-align: left; padding: 20px 12px; border: 0; border-bottom: 1px solid #e2e6eb; align-items: start; line-height: 1.5; }
.estate-directory .ed-row:hover { background: #eef1f4; }
.estate-directory .ed-row > span { min-width: 0; overflow-wrap: anywhere; }
.estate-directory .ed-identity > strong { display: block; font-size: 15px; margin-bottom: 5px; }
.estate-directory .ed-identity > span:not(.ed-status) { display: block; font-size: 13px; color: #626872; }
.estate-directory .ed-progress { padding-top: 5px; }
.estate-directory .ed-progress > span { display: block; font-size: 12px; color: #626872; margin-top: 10px; }
.estate-directory .ed-status { display: inline-block; margin-top: 8px; padding: 2px 6px; border-radius: 3px; background: #e8ebef; color: #606773; font-size: 11px; }
.estate-directory .ed-status.is-filed { background: #e5f0ec; color: #286657; }
.estate-directory .ed-deadline strong { font-size: 13px; }
.estate-directory .ed-overdue { display: block; color: #a71e39; font-size: 12px; margin-top: 4px; }
.estate-directory .ed-updated { display: flex; gap: 6px; align-items: center; justify-content: space-between; color: #858c96; }
.estate-directory .ed-updated small { font-size: 12px !important; margin: 0; }
.estate-directory .ed-aside { border-left: 1px solid #dce0e5; padding-left: 24px; min-width: 0; }
.estate-directory .ed-aside section { padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid #dce0e5; }
.estate-directory .ed-aside p { color: #686c74; font-size: 12px !important; margin: 6px 0 16px; }
.estate-directory .ed-ring { width: 176px; height: 176px; position: relative; margin: 0 auto 18px; }
.estate-directory .ed-ring svg { width: 100%; height: 100%; }
.estate-directory .ed-ring circle { stroke-linecap: butt; }
.estate-directory .ed-ring > div { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.estate-directory .ed-ring strong { font-size: 30px; }
.estate-directory .ed-ring span { font-size: 12px; color: #686c74; }
.estate-directory .ed-legend button { display: flex; align-items: center; gap: 8px; width: 100%; background: transparent; font-size: 12px !important; padding: 10px 0; border-bottom: 1px solid #e8ebef; text-align: left; }
.estate-directory .ed-legend i { width: 8px; height: 8px; border-radius: 2px; flex-shrink: 0; }
.estate-directory .ed-legend strong { margin-left: auto; }
.estate-directory .ed-legend button:hover { color: #a71e39; }
.estate-directory .ed-dates button { display: flex; gap: 10px; width: 100%; background: transparent; padding: 12px 0; text-align: left; border-bottom: 1px solid #e8ebef; font-size: 13px !important; }
.estate-directory .ed-dates button > span { min-width: 0; overflow-wrap: anywhere; }
.estate-directory .ed-date-icon { color: #858c96; }
.estate-directory .ed-dates small { margin-block: 4px; }
.estate-directory .wo-metric[aria-pressed="true"] { box-shadow: inset 0 -2px #a71e39; }
@media (max-width: 1250px) {
  .estate-directory .ed-layout { grid-template-columns: minmax(0, 1fr); }
  .estate-directory .ed-aside { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; border-left: 0; padding-left: 0; }
}
@media (max-width: 700px) {
  .estate-directory .ed-toolbar .wo-tabs { flex-basis: 100%; }
  .estate-directory .ed-search { flex-basis: 100%; }
  .estate-directory .ed-sort { flex-basis: 100%; }
  .estate-directory .ed-table-head { display: none; }
  .estate-directory .ed-row { grid-template-columns: minmax(0, 1fr) minmax(100px, .65fr); gap: 16px; padding-inline: 0; }
  .estate-directory .ed-identity { grid-column: 1 / -1; }
  .estate-directory .ed-progress { grid-column: 1 / -1; }
  .estate-directory .ed-updated { grid-column: 1 / -1; justify-content: flex-start; }
  .estate-directory .ed-updated svg { margin-left: auto; }
  .estate-directory .ed-updated::before { content: "Updated"; font-size: 11px; flex-shrink: 0; }
  .estate-directory .ed-aside { grid-template-columns: minmax(0, 1fr); gap: 0; }
}
