/* dsc01 — DSC Categories — v0.3.0 */ /* --- Layout --- */ .dsc01-content { max-width: 48rem; } /* --- Header --- */ .dsc01-header h2 { margin-bottom: 0.25rem; } /* --- Content --- */ .dsc01-category { border: 1px solid var(--bs-border-color, #dee2e6); border-radius: 0.375rem; padding: 0.75rem 1rem; margin-bottom: 0.5rem; } .dsc01-category-label { display: block; cursor: pointer; } .dsc01-questions { margin-top: 0.5rem; } .dsc01-questions summary { cursor: pointer; color: var(--bs-secondary-color, #6c757d); } .dsc01-questions ul { margin-top: 0.5rem; margin-bottom: 0; padding-left: 1.25rem; } .dsc01-narrative textarea { width: 100%; } /* --- Category nav (index) --- */ .dsc01-category-nav .list-group-item p { margin-top: 0.25rem; } /* --- Association picker --- */ .dsc01-association-picker { margin-top: 1.5rem; } /* --- Placeholder states --- */ .dsc01-placeholder { padding: 1rem 0; }