/* Funkcia na odstúpenie od zmluvy – frontend */
.ooz-container {
	max-width: 640px;
}

.ooz-widget {
	font-size: 15px;
	line-height: 1.55;
	color: #1a1a1a;
}

.ooz-intro,
.ooz-step-hint {
	margin: 0 0 18px;
	color: #444;
}

.ooz-step-title,
.ooz-done__title {
	margin: 0 0 12px;
	font-size: 1.25em;
}

/* Polia */
.ooz-field {
	margin: 0 0 18px;
}

.ooz-field > label,
.ooz-field > legend {
	display: block;
	font-weight: 600;
	margin: 0 0 6px;
}

.ooz-field input[type="text"],
.ooz-field input[type="email"],
.ooz-field textarea {
	width: 100%;
	max-width: 100%;
	padding: 10px 12px;
	border: 1px solid #c7c7c7;
	border-radius: 6px;
	font: inherit;
	box-sizing: border-box;
}

.ooz-field input:focus,
.ooz-field textarea:focus {
	outline: none;
	border-color: #1f6feb;
	box-shadow: 0 0 0 3px rgba( 31, 111, 235, 0.15 );
}

.ooz-req {
	color: #d63638;
}

.ooz-hint {
	display: block;
	margin-top: 4px;
	font-size: 0.85em;
	color: #666;
}

/* Výber objednávok */
.ooz-field--orders {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 14px 16px;
}

.ooz-order-option {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
	cursor: pointer;
	font-weight: 400;
}

.ooz-order-option:last-child {
	border-bottom: none;
}

.ooz-order-option input[type="radio"] {
	margin-top: 3px;
}

.ooz-order-label {
	display: block;
}

.ooz-order-total {
	display: inline-block;
	margin-left: 8px;
	color: #555;
}

.ooz-order-deadline {
	display: block;
	font-size: 0.85em;
	color: #2a7d2e;
	margin-top: 2px;
}

.ooz-order-deadline--past {
	color: #b32d2e;
}

.ooz-checkbox {
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 8px;
}

/* Honeypot */
.ooz-hp {
	position: absolute !important;
	left: -9999px !important;
	height: 0;
	overflow: hidden;
}

/* Tlačidlá */
.ooz-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 8px;
}

.ooz-btn {
	display: inline-block;
	padding: 12px 22px;
	border: none;
	border-radius: 6px;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease, opacity 0.15s ease;
}

.ooz-btn--primary,
.ooz-btn--confirm {
	background: #1f6feb;
	color: #fff;
}

.ooz-btn--primary:hover,
.ooz-btn--confirm:hover {
	background: #1a5fd0;
}

.ooz-btn--confirm {
	background: #2a7d2e;
}

.ooz-btn--confirm:hover {
	background: #246b28;
}

.ooz-btn--secondary {
	background: #eceff3;
	color: #333;
}

.ooz-btn--secondary:hover {
	background: #dfe3e8;
}

.ooz-btn[disabled],
.ooz-btn.is-loading {
	opacity: 0.6;
	cursor: default;
}

/* Rekapitulácia a zhrnutie */
.ooz-summary {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px;
}

.ooz-summary th,
.ooz-summary td {
	text-align: left;
	padding: 10px 12px;
	border: 1px solid #e2e2e2;
	vertical-align: top;
}

.ooz-summary th {
	width: 42%;
	background: #fafafa;
	font-weight: 600;
}

/* Oznámenia */
.ooz-notice {
	padding: 14px 16px;
	border-radius: 8px;
	margin: 0 0 20px;
}

.ooz-notice ul {
	margin: 0;
	padding-left: 18px;
}

.ooz-notice--error {
	background: #fde8e8;
	border: 1px solid #f5b5b5;
	color: #8a1f1f;
}

.ooz-notice--success {
	background: #e9f7ec;
	border: 1px solid #b6e0c0;
	color: #1d5b2a;
}
