/* Returns & Complaints for WooCommerce – front-end form styles */

.sascom-rc {
	max-width: 640px;
	margin: 0 auto;
}

.sascom-rc-form h3 {
	margin: 0 0 1em;
}

.sascom-rc-field {
	margin: 0 0 1.2em;
}

.sascom-rc-field label,
.sascom-rc-label {
	display: block;
	margin-bottom: .35em;
	font-weight: 600;
}

.sascom-rc-field input[type="text"],
.sascom-rc-field input[type="email"],
.sascom-rc-field textarea {
	width: 100%;
	padding: .55em .7em;
	box-sizing: border-box;
}

.sascom-rc-required {
	color: #c0392b;
}

.sascom-rc-radio {
	display: block;
	font-weight: 400;
	margin: .25em 0;
}

.sascom-rc-order-summary {
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: .8em 1em;
	margin-bottom: 1.2em;
}

.sascom-rc-order-summary p {
	margin: .2em 0;
}

.sascom-rc-order-meta {
	color: #666;
	font-size: .9em;
}

.sascom-rc-product {
	display: flex;
	align-items: center;
	gap: .5em;
	padding: .35em 0;
	border-bottom: 1px solid #f0f0f0;
}

.sascom-rc-product-label {
	flex: 1;
	font-weight: 400 !important;
	margin: 0 !important;
}

.sascom-rc-product-qty {
	width: 70px;
	padding: .3em;
}

.sascom-rc-product-hint {
	color: #888;
	font-size: .85em;
}

.sascom-rc-product-unavailable {
	opacity: .6;
}

.sascom-rc-product-unavailable .sascom-rc-product-label {
	text-decoration: line-through;
}

.sascom-rc-product-reason {
	color: #8a5a00;
	font-size: .85em;
	font-style: italic;
}

.sascom-rc-actions {
	display: flex;
	gap: .6em;
	margin-top: 1.4em;
}

.sascom-rc-button {
	display: inline-block;
	padding: .65em 1.4em;
	background: #2271b1;
	color: #fff;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1em;
}

.sascom-rc-button:hover {
	background: #135e96;
}

.sascom-rc-button:disabled {
	opacity: .5;
	cursor: not-allowed;
}

.sascom-rc-button-secondary {
	background: #6c757d;
}

.sascom-rc-button-secondary:hover {
	background: #565e64;
}

.sascom-rc-message {
	padding: .7em 1em;
	border-radius: 4px;
	margin: 1em 0;
}

.sascom-rc-message-error {
	background: #fdecea;
	color: #8a1f11;
	border: 1px solid #f5c6cb;
}

.sascom-rc-message-warning {
	background: #fff7e6;
	color: #8a5a00;
	border: 1px solid #ffe2a8;
}

.sascom-rc-message-success {
	background: #eaf7ea;
	color: #1e5e20;
	border: 1px solid #b7e0b9;
}

.sascom-rc-bank-note {
	margin: 0 0 .5em;
	padding: .6em .8em;
	background: #f4f7fb;
	border: 1px solid #dbe4f0;
	border-radius: 4px;
	color: #44546a;
	font-size: .9em;
}

/* Honeypot anty-spam: poza ekranem (celowo nie display:none) */
.sascom-rc-hp {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
