Template:Complex constraint section header/styles.css

.tpl-complex-constraint-section-header {
	display: grid;
	grid-template-columns: 1fr max-content max-content;
	column-gap: .5em;
	background-color: #eee;
	border: 2px solid #e5d6c7;
	padding: 3px;
}
.tpl-complex-constraint-section-header > div {
	grid-column: 1 / 4;
}
.tpl-complex-constraint-section-header > .tpl-complex-constraint-section-header-title,
.tpl-complex-constraint-section-header > .tpl-complex-constraint-section-header-wdqs,
.tpl-complex-constraint-section-header > .tpl-complex-constraint-section-header-count {
	grid-column: auto;
}