.das-doc-archive {
	width: 100%;
}

.das-doc-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 24px;
}

.das-doc-summary {
	font-size: 15px;
	color: inherit;
}

.das-doc-filter-select {
	border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 999px;
    padding: 11px 40px 11px 18px;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--e-global-color-primary);
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5L6 8l3.5-3.5' stroke='%23072564' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.das-doc-group-header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
}

.das-doc-year-badge {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	font-weight: 700;
	line-height: 1.2;
}

.das-doc-year-divider {
	flex: 1 1 auto;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
}

.das-doc-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.das-loop-item {
	min-width: 0;
}

.das-doc-equal-height-yes .das-doc-grid {
	align-items: stretch;
}

.das-doc-equal-height-yes .das-loop-item,
.das-doc-equal-height-yes .das-loop-item > .e-loop-item,
.das-doc-equal-height-yes .das-loop-item > .e-loop-item > .elementor-section,
.das-doc-equal-height-yes .das-loop-item > .e-loop-item > .elementor-section > .elementor-container,
.das-doc-equal-height-yes .das-loop-item > .e-loop-item > .e-con {
	height: 100%;
}

.das-doc-group[hidden] {
	display: none;
}
