.dhu-archive,
.dhu-single {
	max-width: 1100px;
	margin: 0 auto;
	padding: 2rem 1rem 3rem;
}

.dhu-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.dhu-card,
.dhu-panel {
	padding: 1rem 1.1rem;
	border: 1px solid #d7e0ea;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(20, 32, 51, 0.06);
}

.dhu-card-title,
.dhu-section-title {
	margin: 0 0 0.65rem;
}

.dhu-card-title a {
	text-decoration: none;
}

.dhu-card-type {
	margin: 0 0 0.45rem;
	font-size: 0.85rem;
	font-weight: 700;
	color: #4f6b88;
}

.dhu-section {
	margin-top: 1.25rem;
}

.dhu-section ul,
.dhu-contact-list {
	margin: 0;
	padding-left: 1.2rem;
}

.dhu-status-badge {
	display: inline-block;
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	background: #e8f0f8;
	font-size: 0.82rem;
	font-weight: 700;
}

.dhu-child-list {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.dhu-directory {
	display: grid;
	gap: 1rem;
}

.dhu-filters {
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr) minmax(220px, 1fr) auto;
	align-items: end;
	padding: 1rem 1.1rem;
	border: 1px solid #d7e0ea;
	border-radius: 12px;
	background: #f8fbff;
}

.dhu-filter-field {
	display: grid;
	gap: 0.35rem;
}

.dhu-filter-field label {
	font-size: 0.9rem;
	font-weight: 700;
	color: #214568;
}

.dhu-filter-field input,
.dhu-filter-field select {
	width: 100%;
	min-height: 42px;
	padding: 0.6rem 0.75rem;
	border: 1px solid #bfd0e1;
	border-radius: 8px;
	background: #fff;
}

.dhu-filter-actions {
	display: flex;
	gap: 0.6rem;
	flex-wrap: wrap;
}

.dhu-results-count {
	margin: 0;
	font-size: 0.92rem;
	color: #4f6b88;
}

.dhu-row-list {
	display: grid;
	gap: 1.35rem;
}

.dhu-row {
	display: grid;
	gap: 1rem;
	padding: 1.25rem 1.35rem;
	border: 1px solid #c6d5e4;
	border-left: 6px solid #2a659f;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #f9fbfe 100%);
	box-shadow: 0 10px 28px rgba(20, 32, 51, 0.08);
}

.dhu-row-depth-1 {
	margin-top: 0.75rem;
	margin-left: 1.25rem;
	padding: 1rem 1.1rem;
	border-left: 4px solid #8fb3d8;
	background: #f7fbff;
	box-shadow: none;
}

.dhu-row-header {
	display: grid;
	gap: 0.45rem;
	padding-bottom: 0.9rem;
	border-bottom: 1px solid #dde8f2;
}

.dhu-row-title {
	margin: 0;
	font-size: 1.7rem;
	line-height: 1.1;
	color: #1f3f66;
}

.dhu-row-type,
.dhu-row-subtitle,
.dhu-row-parent,
.dhu-row-status,
.dhu-row-note,
.dhu-row-address {
	margin: 0;
}

.dhu-row-subtitle {
	font-size: 1rem;
	font-weight: 700;
	font-style: italic;
	color: #2a659f;
}

.dhu-row-type {
	display: inline-flex;
	width: fit-content;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: #e8f0f8;
	font-size: 0.9rem;
	font-weight: 700;
	color: #2b5a86;
}

.dhu-primary-contact-list {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding: 0.8rem 0 0;
}

.dhu-primary-contact-item {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 0.5rem;
	align-items: start;
	margin: 0;
}

.dhu-primary-contact-item .dashicons {
	width: 20px;
	height: 20px;
	font-size: 18px;
	color: #3c5876;
}

.dhu-primary-contact-content {
	min-width: 0;
	line-height: 1.35;
}

.dhu-row-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.dhu-row-section {
	display: grid;
	gap: 0.5rem;
	align-content: start;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.dhu-row-section h4 {
	margin: 0;
	font-size: 1rem;
	color: #214568;
}

.dhu-inline-list,
.dhu-row-section .dhu-contact-list {
	margin: 0;
	padding-left: 1.2rem;
}

.dhu-inline-list li,
.dhu-row-section .dhu-contact-list li {
	margin-bottom: 0.3rem;
}

.dhu-service-detail-list {
	margin: 0.35rem 0 0.1rem 0;
	padding-left: 1rem;
	font-size: 0.92rem;
	color: #4a5969;
}

.dhu-service-detail-list li {
	margin-bottom: 0.2rem;
}

.dhu-secondary-contacts {
	margin-top: 0.9rem;
	padding-top: 0.75rem;
	border-top: 1px dashed #ccd9e6;
	font-size: 0.92rem;
	opacity: 0.82;
}

@media (max-width: 720px) {
	.dhu-filters {
		grid-template-columns: 1fr;
	}

	.dhu-row-depth-1 {
		margin-left: 0;
	}

	.dhu-row-title {
		font-size: 1.35rem;
	}
}
