:root {
	--hero-height-max: 715px;
	--form-max-width: 1200px;
}

.js-filter-form-locations {
	display: none;
}

.locations-list {
	grid-template-columns: repeat(auto-fit, minmax(375px, 1fr)) !important;
}

.page-template-template-page-userdashboard {
	#marketing-order-table {
		thead {
			background-color: transparent;
		}
		th {
			&:first-of-type {
				border-left: 1px solid var(--color-lighter);
			}
			&:last-of-type {
				border-right: 1px solid var(--color-lighter);
			}
		}
		tr {
			#order-status-column strong {
				background-color: var(--color-dark);
				color: var(--color-white);
				padding: 0.25rem 1rem;
				border-radius: var(--card-border-radius);
				border: 1px solid var(--color-darker);
				font-weight: 600;
				font-size: 14px;
				text-transform: uppercase;
				letter-spacing: 1px;
			}
		}
		.gform_confirmation_message {
			margin-top: 1rem;
		}
	}
	.dashboard--content {
		flex-direction: column;
		@media (min-width: 768px) {
			flex-direction: row;
		}
	}
}