/* --- Site Overrides (loads last) ----------------------------------------- */

/* VN bold + EN gray labels */
.label-vn { font-weight: 700; }
.label-en { color: gray; font-style: italic; }

/* Make AWPCP form labels consistent */
.awpcp-form-field label,
.awpcp-range-form-field label { display: inline-block; margin-bottom: 4px; }

/* Example: shrink listing thumbnails & clear floats (already in customizer; here as fallback) */
.awpcp-listing-excerpt,
.awpcp-browse-ads-excerpt { display: flow-root; }

.awpcp-listing-excerpt img,
.awpcp-browse-ads-excerpt img { max-width: 120px; height: auto; float: left; margin: 0 10px 8px 0; }

/* Select2 (category dropdown) tune-ups */
.select2-container .select2-selection--multiple { min-height: 38px; }
.select2-container .select2-search__field { line-height: 20px; }

/* Headings & spacing touch-ups */
.page-title { margin-bottom: 12px; }
.awpcp-form-spacer { margin-bottom: 12px; }
