/* Any Digital - Date Kit 2 Widget Styles */

.any-digital-datekit-wrapper {
	display: block;
	width: 100%;
}

.any-digital-datekit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	font-size: 1rem;
	font-weight: 600;
	border: none;
	border-radius: 50px;
	background-color: #c89556;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
}

.any-digital-datekit-button .elementor-button-content-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.any-digital-datekit-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
