.prayer-times-widget-571 {
	font-family: var(--e-global-typography-primary-font-family), sans-serif;
}

.prayer-times-container-571 {
	background-color: #ffffff;
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
	max-width: 450px;
	margin: 0 auto;
	transition: all 0.3s ease;
	border: 1px solid rgba(0,0,0,0.03);
}

.prayer-times-container-571:hover {
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

.prayer-times-title-571 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 24px;
	color: #1D274E;
}

.prayer-city-selector-571 {
	margin-bottom: 24px;
	position: relative;
}

.prayer-city-select-571 {
	width: 100%;
	padding: 14px 18px;
	border-radius: 8px;
	border: 1px solid #e0e4eb;
	font-size: 16px;
	background-color: #f8f9fc;
	color: #1D274E;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	font-weight: 500;
}

.prayer-city-select-571:focus {
	outline: none;
	border-color: #1D274E;
	box-shadow: 0 0 0 3px rgba(29, 39, 78, 0.1);
	background-color: #ffffff;
}

.prayer-city-selector-571::after {
	content: '\e8a4'; /* Elementor icon for down arrow */
	font-family: 'eicons';
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: #747DA1;
	font-size: 14px;
}

.prayer-time-item-571 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #f0f2f5;
	transition: background-color 0.2s ease;
}

.prayer-time-item-571:first-child {
	border-top: 1px solid #f0f2f5;
}

.prayer-time-item-571:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.prayer-time-item-571:hover {
	background-color: #fcfcfd;
	border-radius: 8px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: -12px;
	margin-right: -12px;
}

.time-label-571 {
	color: #747DA1;
}

.time-value-571 {
	color: #F94C30;
	background-color: rgba(249, 76, 48, 0.08);
	padding: 6px 14px;
	border-radius: 30px;
}

.prayer-times-loading-571 {
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	color: #747DA1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.prayer-times-loading-571::before {
	content: '';
	width: 18px;
	height: 18px;
	border: 2px solid #e0e4eb;
	border-top-color: #1D274E;
	border-radius: 50%;
	animation: spin-571 1s linear infinite;
}

@keyframes spin-571 {
	to { transform: rotate(360deg); }
}

.prayer-times-error-571 {
	text-align: center;
	margin-top: 15px;
	color: #F94C30;
	font-weight: 500;
	padding: 12px;
	background-color: rgba(249, 76, 48, 0.08);
	border-radius: 8px;
}