.sp-trip-form fieldset.sp-fieldset {
	border: 1px solid #ddd;
	padding: 1em;
	margin-bottom: 1.5em;
}

.sp-trip-form legend {
	font-weight: 600;
	padding: 0 0.5em;
}

.sp-trip-form .form-row {
	margin-bottom: 1em;
}

.sp-trip-form .form-row label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25em;
}

.sp-trip-form input[type="text"],
.sp-trip-form input[type="number"],
.sp-trip-form input[type="tel"],
.sp-trip-form input[type="datetime-local"],
.sp-trip-form select,
.sp-trip-form textarea {
	width: 100%;
	max-width: 480px;
	padding: 0.5em;
}

.sp-component-row-frontend {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0.5em;
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
	border-bottom: 1px dashed #ccc;
}

.sp-component-row-frontend input,
.sp-component-row-frontend select,
.sp-component-row-frontend textarea {
	width: 100%;
	max-width: none;
}

.sp-notice {
	padding: 1em;
	margin-bottom: 1.5em;
	border-left: 4px solid #999;
}

.sp-notice-success {
	border-color: #46b450;
	background: #ecf7ed;
}

.sp-notice-error {
	border-color: #dc3232;
	background: #fbeaea;
}

.sp-selling-price-note {
	color: #666;
	font-weight: normal;
}
