.wpwc-yandex-map-wrapper {
	position: relative;
	margin-bottom: 25px;
}

#wpwc-yandex-map-search-input {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
	width: 300px;
	padding: 10px 15px 10px 35px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-search" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 16px;
	background-color: #fff;
}

.wpwc-yandex-map-preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 200;
	transition: opacity 0.3s ease-in-out;
}

.wpwc-yandex-map-spinner {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #b8d717;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Affiliate info styles */
#wpwc-affiliate-info-changeable {
	margin-bottom: 25px;
}

.affiliate-item .wpwc-affiliate-info__name {
	font-size: 1.4em;
	margin-bottom: 15px;
}

.affiliate-item .wpwc-affiliate-info__item,
.affiliate-item .affiliate-schedule-item {
	margin-top: 8px;
	margin-bottom: 8px;
}

.affiliate-item .affiliate-work-schedule__title {
    font-size: 20px;
    font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}

.affiliate-item .wpwc-affiliate-info__label,
.affiliate-item .affiliate_day {
    font-weight: 500;
}
