.dashboard-shell {
  padding-bottom: 3rem;
}

.dashboard-header {
  margin-bottom: 2rem;
}

.snapshot-card {
  border: 1px solid var(--ex-border);
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
  height: 100%;
}

.snapshot-card p {
  margin-bottom: 0;
}

.snapshot-label,
.action-group-label {
  color: var(--ex-muted);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.snapshot-value {
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.1;
}

.workspace-url {
  overflow-wrap: anywhere;
}

.action-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  width: 100%;
  border: 1px solid var(--ex-border);
  border-radius: 8px;
  padding: .75rem .9rem;
  color: var(--ex-ink);
  font-weight: 700;
  text-decoration: none;
  background: #fff;
}

.action-button:hover {
  border-color: rgba(37, 99, 235, .35);
  color: var(--ex-primary);
}

.action-button[aria-disabled="true"] {
  color: var(--ex-muted);
  background: #f8fafc;
  pointer-events: none;
}

.attention-list {
  display: grid;
  gap: .75rem;
}

.attention-item,
.attention-empty {
  align-items: center;
  background: #fff;
  border: 1px solid var(--ex-border);
  border-radius: 8px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: .85rem 1rem;
}

.attention-item-warning {
  background: #fffbeb;
  border-color: #fde68a;
}

.attention-item h3,
.attention-empty h3 {
  font-size: .98rem;
  font-weight: 800;
  margin: 0 0 .2rem;
}

.attention-item p,
.attention-empty p {
  color: var(--ex-muted);
  font-size: .9rem;
  margin: 0;
}

.attention-item .btn {
  flex-shrink: 0;
}

.recent-actions {
  min-width: 220px;
}

.admin-card {
  border: 1px solid var(--ex-border);
  border-radius: 8px;
  background: #fff;
  padding: 1.25rem;
}

.workspace-settings-shell {
  padding-bottom: 4rem;
}

.workspace-settings-card {
  height: auto;
}

#blog-editor,
#doc-editor {
  min-height: 620px;
}

.toastui-editor-defaultUI {
  border-color: var(--ex-border);
}

@media (max-width: 767.98px) {
  .recent-actions {
    min-width: 0;
  }

  .recent-actions .btn {
    width: 100%;
    margin-bottom: .35rem;
  }

  .attention-item,
  .attention-empty {
    align-items: stretch;
    flex-direction: column;
  }

  .attention-item .btn {
    width: 100%;
  }
}
