.sro-recesso-online {
	margin: 24px 0;
	color: inherit;
	font: inherit;
}

.sro-box {
	max-width: 920px;
	padding: 24px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: linear-gradient(180deg, #fff 0%, #fcfcfd 100%);
	box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
	box-sizing: border-box;
}

.sro-box-centered {
	max-width: 720px;
	margin: 0 auto;
}

.sro-title {
	margin: 0 0 12px;
	color: #111827;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.3;
}

.sro-order-button-box .sro-title {
	font-size: 0.95rem;
	margin-bottom: 8px;
}

.sro-description {
	margin: 0 0 16px;
	color: #4b5563;
	line-height: 1.6;
}

.sro-summary {
	margin: 0 0 24px;
	padding: 16px 18px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #f8fafc;
}

.sro-summary-row {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #e5e7eb;
	line-height: 1.5;
}

.sro-summary-row:first-child {
	padding-top: 0;
}

.sro-summary-row:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.sro-summary-row span {
	color: #4b5563;
}

.sro-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.sro-field {
	margin: 0;
}

.sro-label {
	display: block;
	margin: 0 0 8px;
	font-weight: 600;
	line-height: 1.4;
}

.sro-input,
.sro-select,
.sro-textarea {
	display: block;
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid #d1d5db;
	border-radius: 14px;
	background: #fff;
	color: inherit;
	font: inherit;
	line-height: 1.5;
	box-sizing: border-box;
}

.sro-select {
	appearance: auto;
}

.sro-textarea {
	min-height: 120px;
	resize: vertical;
}

.sro-input:focus,
.sro-select:focus,
.sro-textarea:focus {
	border-color: #111827;
	outline: 2px solid transparent;
	box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.08);
}

.sro-field-checkbox {
	padding: 14px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #f8fafc;
}

.sro-label-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	font-weight: 400;
}

.sro-label-checkbox input[type="checkbox"] {
	flex: 0 0 auto;
	margin: 3px 0 0;
}

.sro-button,
.sro-button:visited,
.sro-button-secondary,
.sro-button-secondary:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid #111827;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	font: inherit;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	box-sizing: border-box;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sro-button:hover,
.sro-button:focus,
.sro-button-secondary:hover,
.sro-button-secondary:focus {
	background: #1f2937;
	border-color: #1f2937;
	color: #fff;
	text-decoration: none;
}

.sro-button-secondary,
.sro-button-secondary:visited {
	background: #fff;
	color: #111827;
}

.sro-notice {
	margin: 0 0 16px;
	padding: 14px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	line-height: 1.6;
}

.sro-notice p {
	margin: 0 0 8px;
}

.sro-notice p:last-child {
	margin-bottom: 0;
}

.sro-notice-success {
	background: #f0fdf4;
	border-color: #bbf7d0;
	color: #166534;
}

.sro-notice-error {
	background: #fef2f2;
	border-color: #fecaca;
	color: #991b1b;
}

.sro-notice-warning {
	background: #fffbeb;
	border-color: #fde68a;
	color: #92400e;
}

.sro-product-list {
	display: grid;
	gap: 16px;
}

.sro-product-card {
	padding: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 4px 18px rgba(17, 24, 39, 0.03);
}

.sro-product-card__header {
	margin-bottom: 14px;
}

.sro-product-card__title {
	margin: 0 0 6px;
	font-weight: 600;
	line-height: 1.5;
}

.sro-product-card__quantity,
.sro-product-card__actions {
	margin: 0;
	color: #4b5563;
}

.sro-order-button-box {
	max-width: none;
	margin-top: 12px;
	padding: 14px 16px;
	background: #fff;
}

.sro-order-button-box__actions {
	margin: 0;
}

@media (max-width: 640px) {
	.sro-box,
	.sro-product-card {
		padding: 18px;
	}

	.sro-summary-row {
		flex-direction: column;
		gap: 4px;
	}

	.sro-button,
	.sro-button-secondary {
		width: 100%;
	}
}
