/* Seller extra fields wrapper */
.rtcl-seller-fields-wrapper {
	margin-top: 1.25rem;
	margin-bottom: 1rem;
	padding: 1.25rem 1.5rem;
	background: linear-gradient(180deg, #f8fbff 0%, #f0f6fc 100%);
	border: 1px solid #c5d9ed;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 115, 170, 0.08);
	transition: opacity 0.25s ease, margin 0.25s ease;
}

.rtcl-seller-fields-wrapper.rtcl-seller-fields-hidden {
	display: none !important;
}

.rtcl-seller-fields-wrapper.rtcl-seller-fields-visible {
	display: block !important;
}

.rtcl-seller-fields-wrapper .rtcl-form-group {
	margin-bottom: 1rem;
}

.rtcl-seller-fields-wrapper .rtcl-form-group:last-child {
	margin-bottom: 0;
}

.rtcl-seller-fields-wrapper .rtcl-field-label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 600;
	color: #333;
}

.rtcl-seller-fields-wrapper .rtcl-form-control {
	width: 100%;
	max-width: 100%;
	padding: 0.5rem 0.75rem;
	border: 1px solid #c5d9ed;
	border-radius: 6px;
	font-size: 1rem;
	background: #fff;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.rtcl-seller-fields-wrapper .rtcl-form-control:focus {
	border-color: #0073aa;
	outline: none;
	box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
}

.rtcl-seller-fields-wrapper .help-block {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.875rem;
	color: #666;
}

.rtcl-seller-fields-wrapper input[type="file"].rtcl-form-control {
	padding: 0.4rem 0;
}

/* Legacy class support */
.rtcl-seller-fields-wrapper.rtcl-hidden {
	display: none !important;
}

.rtcl-seller-fields-wrapper.rtcl-visible {
	display: block !important;
}

/* Optional: align with existing rtcl form controls if used elsewhere */
#rtcl-reg-user-type {
	width: 100%;
	padding: 0.5rem 0.75rem;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 1rem;
}

#rtcl-reg-user-type:focus {
	border-color: #0073aa;
	outline: none;
	box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
}

/* -------------------------------------------------------------------------
   Edit Account page: layout fix and seller read-only block
   ------------------------------------------------------------------------- */

/* Force seller block and profile row to full width and new row (fix overlap with location/address) */
.rtcl-MyAccount-wrap .rtcl-EditAccountForm .rtcl-form-group-wrap.rtcl-seller-fields-readonly,
.rtcl-MyAccount-wrap .rtcl-EditAccountForm .rtcl-form-group.rtcl-profile-picture-row {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
	clear: both;
}

/* Seller info read-only block: card-style container */
.rtcl-MyAccount-wrap .rtcl-EditAccountForm .rtcl-form-group-wrap.rtcl-seller-fields-readonly {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 24px;
	margin: 15px 0 40px 0;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.rtcl-seller-fields-readonly .rtcl-form-group {
	margin-bottom: 16px;
}

.rtcl-seller-fields-readonly .rtcl-form-group:last-child {
	margin-bottom: 0;
}

/* Section title */
.rtcl-seller-fields-readonly .rtcl-seller-fields-readonly-title {
	margin-bottom: 4px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e7eb;
}

.rtcl-seller-fields-readonly .rtcl-seller-fields-readonly-heading {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	color: #111;
	line-height: 1.3;
}

/* Labels and values */
.rtcl-seller-fields-readonly .rtcl-field-label {
	margin-bottom: 4px;
	font-size: 14px;
	color: #6b7280;
}

.rtcl-seller-fields-readonly .rtcl-form-control-static {
	margin: 0;
	font-size: 15px;
	color: #111;
	line-height: 1.4;
}

.rtcl-seller-fields-readonly .rtcl-form-control-static a {
	color: #0073aa;
	text-decoration: none;
}

.rtcl-seller-fields-readonly .rtcl-form-control-static a:hover {
	text-decoration: underline;
}
