.molu-booking-widget {
	max-width: 420px;
	font-family: inherit;
	line-height: 1.5;
}

.molu-price-row {
	display: flex;
	gap: 12px;
	align-items: baseline;
	margin-bottom: 8px;
}

.molu-price {
	font-size: 1.4em;
	font-weight: 700;
	color: #1a1a1a;
}

.molu-price-secondary {
	font-size: 1em;
	font-weight: 500;
	color: #555;
}

.molu-price-unit {
	font-size: 0.6em;
	font-weight: 400;
	color: #777;
}

.molu-min-days {
	font-size: 0.9em;
	color: #666;
	margin: 0 0 12px;
}

.molu-terms-hint,
.molu-cal-hint {
	font-size: 0.85em;
	color: #666;
	margin: 0 0 8px;
}

.molu-calendar {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 12px;
	margin-bottom: 12px;
	background: #fff;
}

.molu-cal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: capitalize;
}

.molu-cal-nav {
	background: #f2f2f2;
	border: 1px solid #ddd;
	border-radius: 6px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	font-size: 1em;
}

.molu-cal-nav:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.molu-cal-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 4px;
	text-align: center;
}

.molu-cal-daylabel {
	font-size: 0.75em;
	color: #888;
	text-transform: uppercase;
	padding: 4px 0;
}

.molu-cal-day {
	aspect-ratio: 1 / 1;
	border: none;
	background: #f7f7f7;
	border-radius: 6px;
	cursor: pointer;
	font-size: 0.9em;
	min-height: 32px;
}

.molu-cal-day:hover:not(:disabled) {
	background: #e2e8f0;
}

.molu-cal-day-empty {
	background: transparent;
	cursor: default;
}

.molu-cal-day-disabled {
	background: repeating-linear-gradient(45deg, #f1f1f1, #f1f1f1 4px, #e6e6e6 4px, #e6e6e6 8px);
	color: #bbb;
	cursor: not-allowed;
}

.molu-cal-day-selected {
	background: #1a1a1a;
	color: #fff;
	font-weight: 700;
}

.molu-cal-day-inrange {
	background: #cbd5e1;
}

.molu-selected-range {
	background: #f7f7f7;
	border-radius: 6px;
	padding: 8px 12px;
	margin-bottom: 12px;
	font-size: 0.95em;
}

.molu-clear-range {
	background: none;
	border: none;
	color: #b91c1c;
	cursor: pointer;
	text-decoration: underline;
	margin-left: 8px;
	font-size: 0.9em;
}

.molu-booking-form p {
	margin: 0 0 10px;
}

.molu-booking-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
	font-size: 0.9em;
}

.molu-booking-form input[type="text"],
.molu-booking-form input[type="email"],
.molu-booking-form input[type="tel"],
.molu-booking-form textarea {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 1em;
}

.molu-hp-field {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.molu-submit-btn {
	background: #1a1a1a;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 10px 20px;
	font-size: 1em;
	cursor: pointer;
}

.molu-submit-btn:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.molu-form-msg {
	min-height: 1.2em;
	font-size: 0.9em;
}

.molu-form-msg.molu-error {
	color: #b91c1c;
}

.molu-success-msg {
	background: #ecfdf5;
	border: 1px solid #10b981;
	color: #065f46;
	border-radius: 6px;
	padding: 14px;
}

.molu-error {
	color: #b91c1c;
}

/* Maskinliste-shortcode */
.molu-machine-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 20px;
}

.molu-machine-card {
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.molu-machine-thumb img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	display: block;
}

.molu-machine-card h3 {
	margin: 10px 12px 4px;
	font-size: 1.05em;
}

.molu-machine-card .molu-price {
	margin: 0 12px 8px;
	font-size: 1.1em;
}

.molu-machine-cta {
	display: block;
	text-align: center;
	background: #1a1a1a;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	margin-top: 8px;
}

@media (max-width: 480px) {
	.molu-booking-widget {
		max-width: 100%;
	}
}
