#wdds-fields-wrapper {
	margin: 20px 0;
	padding: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fafafa;
}

#wdds-fields-wrapper h3 {
	margin-top: 0;
	font-size: 16px;
}

.wdds-date-field input {
	background: #fff;
	cursor: pointer;
}

.wdds-slots-row .wdds-slots-options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 6px;
}

.wdds-slot-option {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	font-weight: normal;
	transition: all 0.15s ease-in-out;
}

.wdds-slot-option:hover {
	border-color: #999;
}

.wdds-slot-option input[type="radio"] {
	margin: 0;
}

.wdds-slot-option input[type="radio"]:checked + * ,
.wdds-slot-option:has(input[type="radio"]:checked) {
	border-color: #7f54b3;
	background: #f3edfa;
}

.ui-datepicker .wdds-day-disabled a {
	text-decoration: line-through;
	opacity: 0.4;
}

.wdds-pickup-badge {
	display: inline-block;
	margin-left: 6px;
	padding: 2px 8px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.6;
	color: #7f54b3;
	background: #f3edfa;
	border: 1px solid #d9c8ee;
	border-radius: 10px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	vertical-align: middle;
}

ul.products li.product .wdds-pickup-badge {
	display: block;
	margin: 6px 0 0;
	text-align: center;
	width: fit-content;
}

.wdds-pickup-badge--overlay {
	position: absolute;
	top: 10px;
	right: 10px;
	left: auto;
	z-index: 999;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	letter-spacing: normal;
	vertical-align: initial;
	box-sizing: border-box;
	background-color: #F2A527;
	color: #fff;
	font-size: 7px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	clip-path: polygon(50% 0%, 61% 15%, 79% 9%, 79% 28%, 97% 35%, 87% 50%, 97% 65%, 79% 72%, 79% 91%, 61% 85%, 50% 100%, 39% 85%, 21% 91%, 21% 72%, 3% 65%, 13% 50%, 3% 35%, 21% 28%, 21% 9%, 39% 15%);
}

