.figues-rma-app {
	max-width: 640px;
	margin: 0 auto;
	font-family: inherit;
}

.figues-rma-app label {
	display: block;
	margin-top: 14px;
	margin-bottom: 4px;
	font-weight: 600;
}

.figues-rma-app input[type="text"],
.figues-rma-app input[type="email"],
.figues-rma-app textarea,
.figues-rma-app select {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 15px;
	box-sizing: border-box;
}

.figues-rma-app textarea {
	min-height: 90px;
	margin-top: 14px;
}

.figues-rma-app button {
	margin-top: 20px;
	padding: 12px 22px;
	border: none;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.figues-rma-app button:hover {
	opacity: 0.85;
}

.figues-rma-error {
	color: #c0392b;
	margin-top: 10px;
	font-size: 14px;
}

.figues-rma-item-card {
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 16px;
	margin-top: 14px;
}

.figues-rma-item-card h4 {
	margin: 0 0 8px 0;
}

.figues-rma-action-choice label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 400;
	margin-right: 18px;
	margin-top: 6px;
}

.figues-rma-item-card .figues-rma-variation-select,
.figues-rma-item-card .figues-rma-reason-select {
	margin-top: 10px;
}

.figues-rma-summary-line {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
