/* R&G Automotive Centre — small additions on top of the ORIGINAL skin
   (skin.css, the DNN Porto CSS captured from rngauto.com). Keep this file
   tiny: the look must stay exactly the old site's. */

/* XModPro form styles — copied VERBATIM from the <style> block DNN injected
   into the Contact-Us / Request-Appointment / Subscribe pages (including its
   stray ", padding" typo, which browsers ignore exactly as they did before). */
.xmp-ContactUs { padding: 10px 5px 5px 5px; } .xmp-ContactUs .xmp-form-row { margin: 3px; , padding: 3px; clear:left; } .xmp-ContactUs label.xmp-form-label, .xmp-ContactUs span.xmp-form-label{ display:block; float:left; width: 100%; text-align: left; margin-right: 5px; } .xmp-ContactUs .xmp-button { margin-right: 5px; } .xmp-ContactUs label.xmp-form-label, .xmp-ContactUs span.xmp-form-label{ display:block; float:left; width: 100%; text-align: left; margin-right: 5px; }

/* Spam-trap field: off-screen for people, still present for bots */
.hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Result banner shown after a form submits */
#form-status { margin: 10px 0 20px; }
#form-status ul { margin: 6px 0 0; padding-left: 20px; }

/* Subscribe consent checkbox (added for CASL; not on the DNN form) */
.xmp-consent label { font-weight: normal; }
.xmp-consent input { margin-right: 6px; }
