


td {
	vertical-align: middle;
}

th,
thead td {
	font-weight: bold;
}


table#blocks td {
	padding: 1.5rem 1rem 1.5rem 2rem;
}

table#blocks td .handle {
	padding-right: 2rem !important;
}




.text-formatted table {
	width: 100%;
}

.text-formatted table th {
	background: rgb(57 58 63 / 10%);
	padding: 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
	text-transform: uppercase;
	color: var(--color-gray-900);
}

.text-formatted table tr {
	border-bottom: 1px solid var(--color-gray-300);
}

.text-formatted table td {
	padding: 0.8rem;
}


.text-formatted table p {
	margin-bottom: 0;
}



table td.views-field-field-time {
	white-space: nowrap;
}