.love-price-periods-source-hidden {
	display: none !important;
}

.love-price-periods {
	margin: 0 0 22px;
	padding: 16px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fafafa;
}

.love-price-periods__display {
	margin: 0 0 16px;
	padding: 14px;
	border: 1px solid #fde68a;
	border-radius: 10px;
	background: #fffbeb;
}

.love-price-periods__display-title {
	display: block;
	font-size: 1.05rem;
	color: #92400e;
	margin-bottom: 12px;
}

.love-price-periods__display-grid {
	display: grid;
	grid-template-columns: minmax(0, 140px) minmax(0, 1fr);
	gap: 10px 12px;
	align-items: end;
}

@media (max-width: 640px) {
	.love-price-periods__display-grid {
		grid-template-columns: 1fr;
	}
}

.love-price-periods__head {
	margin-bottom: 12px;
}

.love-price-periods__title {
	display: block;
	font-size: 1.05rem;
	color: #1e4b8f;
	margin-bottom: 4px;
}

.love-price-periods__hint {
	margin: 0;
	font-size: 13px;
	color: #64748b;
	line-height: 1.4;
}

.love-price-periods__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.love-price-periods__row {
	padding: 12px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
}

.love-price-periods__row--base {
	border-color: #bfdbfe;
	background: #f8fbff;
}

.love-price-periods__row--base input[data-key="name"][readonly] {
	background: #eef2f7;
	color: #1e4b8f;
	font-weight: 600;
	cursor: default;
}

.love-price-periods__actions--locked {
	min-width: 40px;
	min-height: 40px;
}

.love-price-periods__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 12px;
	align-items: end;
}

@media (min-width: 900px) {
	.love-price-periods__grid {
		grid-template-columns: 1.1fr 1.1fr 1.4fr 0.9fr 1.5fr 0.8fr 0.8fr auto;
	}
}

.love-price-periods__field {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	margin: 0;
	font-size: 12px;
	color: #475569;
}

.love-price-periods__field span {
	font-weight: 600;
}

.love-price-periods__field input,
.love-price-periods__field select {
	width: 100%;
	min-height: 40px;
	padding: 8px 10px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
	color: #111827;
}

.love-price-periods__field--type {
	grid-column: 1 / -1;
}

@media (min-width: 900px) {
	.love-price-periods__field--type {
		grid-column: auto;
	}
}

.love-price-periods__actions {
	display: flex;
	align-items: end;
	justify-content: flex-end;
}

.love-price-periods__remove {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 40px;
	height: 40px;
	padding: 0 !important;
	margin: 0;
	border: 1px solid #fecaca;
	border-radius: 8px;
	background: #fff;
	color: #b91c1c;
	font-size: 0;
	line-height: 0 !important;
	cursor: pointer;
	box-sizing: border-box;
}

.love-price-periods__remove-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	line-height: 0;
}

.love-price-periods__remove-icon svg {
	display: block;
	flex-shrink: 0;
}

.love-price-periods__remove:hover {
	background: #fef2f2;
}

.love-price-periods__add {
	margin-top: 12px;
	min-height: 40px;
	padding: 8px 14px;
	border: 1px dashed #93c5fd;
	border-radius: 8px;
	background: #eff6ff;
	color: #1e4b8f;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.love-price-periods__add:hover {
	background: #dbeafe;
}

.love-price-periods__field--picker-host {
	position: relative;
}

.love-price-periods__date-input {
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
	padding-right: 36px !important;
}

.love-md-picker {
	position: absolute;
	z-index: 40;
	top: calc(100% + 6px);
	left: 0;
	width: 280px;
	padding: 12px;
	border: 1px solid #d1d5db;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14);
}

.love-md-picker__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 10px;
}

.love-md-picker__month {
	font-size: 14px;
	color: #111827;
}

.love-md-picker__nav-btn {
	width: 32px;
	height: 32px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #f8fafc;
	color: #0f766e;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.love-md-picker__nav-btn:hover {
	background: #ecfeff;
}

.love-md-picker__weekdays,
.love-md-picker__grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 4px;
}

.love-md-picker__weekdays {
	margin-bottom: 4px;
}

.love-md-picker__weekdays span {
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	color: #64748b;
}

.love-md-picker__day {
	min-height: 32px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #111827;
	font-size: 13px;
	cursor: pointer;
}

.love-md-picker__day:not(.is-empty):hover {
	background: #ecfeff;
}

.love-md-picker__day.is-empty {
	visibility: hidden;
	pointer-events: none;
}

.love-md-picker__day.is-selected {
	background: #0f766e;
	color: #fff;
	font-weight: 700;
}

