/**
 * Stili per lo shortcode [cv_contratti].
 * Il layout base (table-responsive, text-end, table-striped) è fornito da Bootstrap Italia.
 */


:where(.cv-contratti-form) :is([type="text"], [type="search"], .select-wrapper select) {
	--border: 1px solid #eee;
	border-block-start: var(--border);
	border-inline: var(--border);
}

/* Rimuove il triangolo nativo di <details>/<summary> su tutti i browser */
.cv-contratti-table details summary {
	cursor: pointer;
	list-style: none;
}

.cv-contratti-table details summary::marker,
.cv-contratti-table details summary::-webkit-details-marker {
	display: none;
}
