
.page-id-23 .contact-us-form {
	margin: 0;
	.wpcf7-form-control-wrap {
		margin-bottom: 24px;
		display: block;
	}
	input, textarea, select {
		padding: 12px 16px;
		border: 1px solid #E5E7EB;
		border-radius: 6px;
		font-size: 16px;
		color: #000;
	}

	select {
		padding: 0 16px;
	}

	textarea {
		min-height: 120px;
    	resize: vertical;
	}

	button[type="submit"] {
		background: #000;
		color: #fff;
		border: none;
		padding: 16px 32px;
		border-radius: 6px;
		font-size: 16px;
		font-weight: 600;
		cursor: pointer;
		transition: background 0.2s;
		margin-top: 8px;
		width: 100%;
	}
	button[type="submit"]:hover {
		background: #333;
		color: #fff;
	}
}

.page-id-23 .hours-list {
	.hours-item {
		display: flex;
		justify-content: space-between;
		margin-bottom: 8px;
		font-size: 16px;
	}
	.hours-day {
		color: #000;
		font-weight: 600;
	}
	.hours-time {
		color: #666;
	}
}

.elementor-widget-text-editor a {
	color: #3B82F6;
	text-decoration: underline;
}
@media (max-width: 576px) {


}
