/* Get Job Vacancy — frontend form/select readability fixes.
 * Scoped to plugin frontend components so theme styles are not disturbed elsewhere.
 */
.gjvais-market .gjvais-form select,
.gjvais-market .gjvais-search select,
.gjvais-market .gjvais-field select,
.gjvais-dashboard-main .gjvais-form select,
.gjvais-auth-form select,
.gjv-shortcode-select,
.gjv-shortcode-select select,
select.gjv-shortcode-select {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 50px !important;
  min-height: 50px !important;
  box-sizing: border-box;
  margin-top: 7px;
  padding: 10px 42px 10px 14px !important;
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  background-color: #fff;
  color: #172033;
  font: inherit;
  font-size: 16px;
  line-height: 28px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  -webkit-appearance: auto;
  appearance: auto;
}

.gjvais-market .gjvais-search select {
  margin-top: 0;
  min-height: 46px !important;
  height: 46px !important;
  padding: 8px 38px 8px 13px !important;
  line-height: 28px !important;
}

.gjvais-market .gjvais-form select:focus,
.gjvais-market .gjvais-search select:focus,
.gjvais-auth-form select:focus,
.gjv-shortcode-select:focus,
.gjv-shortcode-select select:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 4px rgba(99,102,241,.11);
}

.gjvais-market .gjvais-form select option,
.gjvais-market .gjvais-search select option,
.gjvais-auth-form select option,
.gjv-shortcode-select option,
.gjv-shortcode-select select option {
  white-space: nowrap;
  line-height: normal;
  font-size: 16px;
}

.gjvais-shortcode-list,
.gjvais-shortcode-help,
.gjv-shortcode-list,
.gjv-shortcode-help {
  white-space: normal;
  overflow: visible;
  word-break: normal;
}

@media (max-width: 520px) {
  .gjvais-market .gjvais-form select,
  .gjvais-dashboard-main .gjvais-form select,
  .gjvais-auth-form select {
    height: 48px !important;
    min-height: 48px !important;
    padding-left: 13px !important;
    padding-right: 38px !important;
    font-size: 16px;
  }
}
