/* **************************************************************************
 * © 2010-2026 Spencer Planton (UK). All rights reserved.
 * Licence: Use permitted only under written agreement with Spencer Planton.
 * UK: Protected under the Copyright, Designs and Patents Act 1988.
 * Contact: contact@spencerplanton.com
 ***************************************************************************/

/* --------------------------------------------------------------------------- */
/* Postcode Lookup                                                             */
/* --------------------------------------------------------------------------- */

		#postcodesearch{
			margin-bottom:20px;
		}
		#postcodesearch dl{
			align-items: center;
		}
		#postcodesearch dt{
			display:flex;
			align-items: center;
		}
		#postcodesearch dd{
			display:flex;
			align-items: center;
			column-gap: 10px;
		}
		#postcodesearch .nodisplay{
			display:none !important;
		}
