/* Submit a Listing — scoped with .lcm-submit- prefix to avoid conflicts */

.lcm-submit-container {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 20px;
}

.lcm-submit-hero {
	position: relative;
	background: linear-gradient(135deg, #185FA5, #6B3FA0);
	color: #fff;
	padding: 56px 0 40px;
	margin-bottom: 40px;
	overflow: hidden;
}
.lcm-submit-hero-accent {
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 6px;
	background: #E6A817;
}
.lcm-submit-eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #E6A817;
	margin-bottom: 12px;
}
.lcm-submit-hero h1 {
	font-size: 32px;
	font-weight: 800;
	margin: 0 0 12px;
	color: #fff;
}
.lcm-submit-hero p {
	font-size: 16px;
	max-width: 560px;
	opacity: 0.92;
	margin: 0;
}

/* Gate states (logged out / not-yet-vendor) */
.lcm-submit-gate {
	text-align: center;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 48px 32px;
	margin-bottom: 40px;
}
.lcm-submit-gate i {
	font-size: 40px;
	color: #6B3FA0;
	margin-bottom: 12px;
	display: block;
}
.lcm-submit-gate h2 {
	font-size: 22px;
	margin: 0 0 8px;
	color: #1a1a2e;
}
.lcm-submit-gate p {
	color: #555;
	margin: 0 0 20px;
}
.lcm-submit-gate-actions {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}
.lcm-submit-gate-error {
	color: #c0392b;
	font-size: 14px;
	margin-top: 12px;
}

/* Notices */
.lcm-submit-notice {
	border-radius: 8px;
	padding: 14px 18px;
	margin-bottom: 24px;
	font-size: 14px;
}
.lcm-submit-notice-error {
	background: #fdecea;
	color: #c0392b;
	border: 1px solid #f5c6cb;
}

/* Form sections */
.lcm-submit-form {
	padding-bottom: 60px;
}
.lcm-form-section {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 28px;
	margin-bottom: 24px;
}
.lcm-form-section h2 {
	font-size: 18px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0 0 16px;
	padding-bottom: 12px;
	border-bottom: 3px solid #E6A817;
	display: inline-block;
}
.lcm-pricing-heading {
	color: #000 !important;
	font-weight: 700;
}
.lcm-required {
	color: #c0392b;
}
.lcm-conditional-fields {
	margin-top: 14px;
	padding: 16px;
	background: #f7f8fa;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
}
.lcm-privacy-note {
	font-style: italic;
	margin-top: 10px !important;
}
.lcm-form-hint-tip {
	color: #185FA5;
	font-weight: 600;
}
.lcm-subheading {
	font-size: 15px;
	font-weight: 700;
	margin: 20px 0 4px;
	color: #1a1a2e;
}
.lcm-form-hint {
	font-size: 13px;
	color: #777;
	margin: 0 0 12px;
}

.lcm-submit-form label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin: 16px 0 6px;
}
.lcm-submit-form label:first-of-type {
	margin-top: 0;
}

.lcm-input {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	font-size: 15px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #fff;
}
.lcm-input:focus {
	outline: none;
	border-color: #185FA5;
	box-shadow: 0 0 0 3px rgba(24, 95, 165, 0.15);
}

/* Honeypot — visually hidden but present in the DOM/tab order-safe way */
.lcm-hp-wrap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Buttons */
.lcm-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 22px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 700;
	border: none;
	cursor: pointer;
	text-decoration: none;
	transition: transform 0.1s ease, opacity 0.1s ease;
}
.lcm-btn:hover { opacity: 0.92; }
.lcm-btn:active { transform: translateY(1px); }
.lcm-btn-primary { background: #185FA5; color: #fff; }
.lcm-btn-secondary { background: #6B3FA0; color: #fff; }
.lcm-btn-outline { background: #fff; color: #185FA5; border: 1.5px solid #185FA5; }
.lcm-btn-large { padding: 14px 28px; font-size: 16px; }
.lcm-btn:disabled { opacity: 0.6; cursor: not-allowed; }

/* Gallery */
.lcm-gallery-preview {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 14px;
}
.lcm-gallery-item {
	position: relative;
	width: 96px;
	height: 96px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #e5e7eb;
}
.lcm-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.lcm-gallery-remove {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 22px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	background: rgba(0,0,0,0.65);
	color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 14px;
	padding: 0;
}
.lcm-upload-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	background: #f0f4f9;
	border: 1.5px dashed #185FA5;
	border-radius: 8px;
	color: #185FA5;
	font-weight: 600;
	cursor: pointer;
}
.lcm-upload-status {
	font-size: 13px;
	color: #777;
	margin: 8px 0 0;
	min-height: 16px;
}

/* Pricing */
.lcm-price-mode-toggle {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}
.lcm-radio-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border: 1.5px solid #d1d5db;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	color: #444;
	cursor: pointer;
	margin: 0 !important;
}
.lcm-radio-pill input {
	accent-color: #185FA5;
}
.lcm-price-range-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

/* Packages */
.lcm-packages-rows {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 12px;
}
.lcm-package-row {
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 16px;
	background: #fafbfc;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.lcm-package-row-top {
	display: flex;
	gap: 10px;
	align-items: center;
}
.lcm-package-row-top .lcm-input { flex: 1; }
.lcm-package-remove {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border: none;
	background: #fdecea;
	color: #c0392b;
	border-radius: 6px;
	cursor: pointer;
	font-size: 16px;
}
.lcm-package-price-toggle {
	display: flex;
	gap: 8px;
}
.lcm-radio-pill-sm {
	padding: 5px 12px;
	font-size: 13px;
}
.lcm-package-price-fixed .lcm-input {
	max-width: 200px;
}
.lcm-package-price-range {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	max-width: 420px;
}

/* Delivery checkboxes */
.lcm-checkbox-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border: 1.5px solid #d1d5db;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	color: #444;
	cursor: pointer;
	margin: 0 12px 0 0 !important;
}
.lcm-checkbox-pill input {
	accent-color: #1D9E75;
}

/* Location */
.lcm-location-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.lcm-form-submit {
	text-align: center;
	padding: 12px 0;
}
.lcm-form-submit .lcm-form-hint {
	margin-top: 12px;
}

/* Mobile */
@media (max-width: 640px) {
	.lcm-submit-hero h1 { font-size: 24px; }
	.lcm-form-section { padding: 20px 16px; }
	.lcm-package-row {
		grid-template-columns: 1fr;
	}
	.lcm-package-remove { justify-self: end; }
	.lcm-location-row,
	.lcm-price-range-row {
		grid-template-columns: 1fr;
	}
}
