/* IMD Logic Core — front-end fallback styling.
   The IMD Logic Enterprise theme supplies the full design system. These rules
   only ensure the forms and job list stay legible if the plugin is used with a
   different theme. */
.imd-form:not([class*="imd-"]) { max-width: 720px; }

.imd-form input[type="text"],
.imd-form input[type="email"],
.imd-form input[type="tel"],
.imd-form input[type="url"],
.imd-form input[type="search"],
.imd-form select,
.imd-form textarea {
  max-width: 100%;
}

.imd-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.imd-job-list { list-style: none; margin: 0; padding: 0; }
