.oodz-photo-item {
	position: relative;
	aspect-ratio: 1;
	border-radius: 6px;
	overflow: hidden;
	background: #f1f5f9;
	border: 1px solid #e5e7eb;
}

.oodz-photo-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.oodz-photo-remove {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, .65);
	color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .15s;
}

.oodz-photo-remove:hover {
	background: rgba(220, 38, 38, .9);
}

.oodz-photo-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 4px 6px;
	background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
	color: #fff;
	font-size: .7rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.oodz-deadline-info {
	padding: 10px 14px;
	border-radius: 4px;
	font-size: .875rem;
	margin-bottom: 16px;
	line-height: 1.5;
}

.oodz-deadline-ok {
	background: #ecfdf5;
	border-left: 4px solid #10b981;
	color: #065f46;
}

.oodz-deadline-warning {
	background: #fffbeb;
	border-left: 4px solid #f59e0b;
	color: #92400e;
}

.oodz-deadline-expired {
	background: #fef2f2;
	border-left: 4px solid #ef4444;
	color: #991b1b;
	font-weight: 500;
}

.oodz-custom-notice {
	margin: 12px 0 16px;
	padding: 14px 18px;
	background: #eff6ff;
	border-left: 4px solid #3b82f6;
	border-radius: 4px;
	color: #1e3a8a;
	font-size: .9rem;
	line-height: 1.55;
}

.oodz-custom-notice p {
	margin: 0 0 8px;
}

.oodz-custom-notice p:last-child {
	margin-bottom: 0;
}

.oodz-custom-notice a {
	color: #1d4ed8;
	text-decoration: underline;
}

.oodz-custom-notice strong {
	color: #1e3a8a;
}

.oodz-produkty-checkboxes {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 4px;
}

.oodz-produkt-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 14px;
	background: #fafafa;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	cursor: pointer;
	transition: background .15s, border-color .15s;
}

.oodz-produkt-item:hover {
	background: #f1f5f9;
	border-color: #cbd5e1;
}

.oodz-produkt-item input[type="checkbox"] {
	width: 20px;
	height: 20px;
	accent-color: #1a1a2e;
	flex-shrink: 0;
	margin-top: 1px;
	cursor: pointer;
}

.oodz-produkt-info {
	flex: 1;
	min-width: 0;
}

.oodz-produkt-name {
	font-weight: 600;
	color: #111;
	font-size: 15px;
}

.oodz-produkt-meta {
	color: #6b7280;
	font-size: 13px;
	margin-top: 2px;
}

.oodz-refund-info {
	margin-top: 8px;
	padding: 10px 14px;
	background: #ecfdf5;
	border-left: 4px solid #10b981;
	border-radius: 4px;
	font-size: 14px;
	color: #065f46;
}

.oodz-refund-info strong {
	color: #064e3b;
}

.oodz-guest-note {
	margin-top: 12px;
	padding: 12px 16px;
	background: #fff8e1;
	border-left: 4px solid #f59e0b;
	border-radius: 4px;
	font-size: 15px;
	color: #78350f;
	line-height: 1.55;
}

@media (max-width:560px) {}

.oodz-field fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.oodz-radio-group {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.oodz-radio-label {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

.oodz-radio-label input[type="radio"] {
	width: 20px;
	height: 20px;
	accent-color: #1a1a2e;
	cursor: pointer;
}

.oodz-field-gdpr {
	background: #f8f8f8;
	border-radius: 6px;
	padding: 16px;
	margin-top: 4px;
}

.oodz-check-label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
	font-size: 15px;
	color: #444;
	line-height: 1.5;
	font-weight: 400 !important;
}

.oodz-check-label input[type="checkbox"] {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin-top: 1px;
	accent-color: #1a1a2e;
	cursor: pointer;
}