.dlwd-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100000;
	align-items: center;
	justify-content: center;
}

body.dlwd-modal-open {
	overflow: hidden;
}

.dlwd-modal {
	position: relative;
	background: #fff;
	width: 92%;
	max-width: 520px;
	max-height: 85vh;
	overflow-y: auto;
	padding: 28px 24px 20px;
	border-radius: 6px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.dlwd-modal-close {
	position: absolute;
	top: 10px;
	right: 14px;
	background: none;
	border: none;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	color: #555;
}

.dlwd-modal-error {
	background: #fdeceb;
	color: #a3231f;
	padding: 10px 14px;
	border-radius: 4px;
	margin-bottom: 14px;
}

.dlwd-modal-spinner {
	text-align: center;
	padding: 20px 0;
	color: #777;
}

.dlwd-product-row {
	margin: 6px 0;
}

.dlwd-modal-actions {
	margin-top: 18px;
}

.dlwd-status {
	color: #777;
	font-style: italic;
}

.dlwd-guest-page {
	max-width: 640px;
}

.dlwd-guest-page h1 {
	margin-bottom: 10px;
}

.dlwd-guest-intro {
	margin-bottom: 20px;
}
