/* Zintra Listings — Frontend Form CSS */
.zl-submit-form { max-width: 860px; }
.zl-form-section { background: #fff; border: 2px solid #e8e8e8; border-radius: 8px; padding: 28px 32px; margin-bottom: 20px; }
.zl-form-section__title { font-size: 17px; font-weight: 800; color: #111; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid #e8e8e8; font-family: 'Urbanist',sans-serif; }
.zl-form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.zl-form-label { font-size: 13px; font-weight: 700; color: #111; font-family: 'Urbanist',sans-serif; }
.zl-form-label span { color: #207943; }
.zl-label-check { flex-direction: row; align-items: center; gap: 8px; font-size: 14px; cursor: pointer; }
.zl-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.zl-input,.zl-select,.zl-textarea { border: 2px solid #e8e8e8; border-radius: 4px; padding: 11px 14px; font-family: 'Urbanist',sans-serif; font-size: 14px; color: #111; background: #fff; outline: none; transition: border-color .2s; width: 100%; }
.zl-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; cursor: pointer; }
.zl-textarea { resize: vertical; min-height: 140px; }
.zl-input:focus,.zl-select:focus,.zl-textarea:focus { border-color: #207943; }
.zl-form-hint { font-size: 12px; color: #999; margin: 0; }
.zl-form-badge { font-size: 11px; font-weight: 700; color: #207943; background: #eaf5ee; padding: 2px 8px; border-radius: 20px; vertical-align: middle; margin-left: 6px; }
.zl-input-prefix { position: relative; }
.zl-input-prefix span { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); font-weight: 700; color: #207943; }
.zl-input-prefix .zl-input { padding-left: 26px; }
.zl-ai-hint { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.zl-ai-btn { background: #111; color: #fff; border: none; border-radius: 4px; padding: 7px 14px; font-size: 12px; font-weight: 700; font-family: 'Urbanist',sans-serif; cursor: pointer; display: flex; align-items: center; gap: 5px; transition: background .2s; }
.zl-ai-btn:hover { background: #207943; }
.zl-ai-btn.loading { opacity: .6; cursor: wait; }
.zl-photo-drop { border: 2px dashed #ccc; border-radius: 8px; padding: 40px; text-align: center; cursor: pointer; transition: border-color .2s,background .2s; }
.zl-photo-drop:hover,.zl-photo-drop.drag-over { border-color: #207943; background: #eaf5ee; }
.zl-photo-drop p { font-size: 14px; color: #999; margin: 8px 0 0; }
.zl-photo-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.zl-photo-thumb { position: relative; width: 100px; height: 80px; border-radius: 4px; overflow: hidden; border: 2px solid #e8e8e8; }
.zl-photo-thumb img { width: 100%; height: 100%; object-fit: cover; }
.zl-photo-thumb__remove { position: absolute; top: 4px; right: 4px; background: rgba(0,0,0,.7); color: #fff; border: none; border-radius: 50%; width: 20px; height: 20px; font-size: 12px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.zl-form-submit { padding: 24px 0; }
.zl-submit-btn { background: #207943; color: #fff; border: none; border-radius: 4px; padding: 14px 36px; font-size: 14px; font-weight: 800; font-family: 'Urbanist',sans-serif; cursor: pointer; text-transform: uppercase; letter-spacing: .04em; transition: background .2s; }
.zl-submit-btn:hover { background: #185f34; }
.zl-submit-btn:disabled { opacity: .6; cursor: wait; }
.zl-notice { padding: 14px 18px; border-radius: 6px; margin-bottom: 20px; font-size: 14px; font-weight: 600; }
.zl-notice p { margin: 0; }
.zl-notice-success { background: #eaf5ee; border: 1px solid #b8dfc6; color: #207943; }
.zl-notice-error { background: #fff0f0; border: 1px solid #f5c6cb; color: #c0392b; }
@media (max-width:640px) {
	.zl-form-row { grid-template-columns: 1fr; }
	.zl-form-section { padding: 20px 16px; }
}
