/*
Theme Name: Hirvanta
Theme URI: https://hirvanta.com/
Author: Hirvanta
Description: Hirvanta recruitment portal frontend built from the supplied Stitch HTML design and connected to WP Job Portal data.
Version: 1.216.0
Requires at least: 5.5
Requires PHP: 7.4
Text Domain: hirvanta
*/


/* Hirvanta v184 - Post Job wizard alignment */
.hirvanta-post-job,
.post-job-page,
.job-post-form,
.job-posting-form,
.hirvanta-job-wizard {
  box-sizing: border-box;
}

.hirvanta-post-job *,
.post-job-page *,
.job-post-form *,
.job-posting-form *,
.hirvanta-job-wizard * {
  box-sizing: border-box;
}

.hirvanta-post-job .form-row,
.post-job-page .form-row,
.job-post-form .form-row,
.job-posting-form .form-row,
.hirvanta-job-wizard .form-row {
  align-items: start;
}

.hirvanta-post-job .form-group,
.post-job-page .form-group,
.job-post-form .form-group,
.job-posting-form .form-group,
.hirvanta-job-wizard .form-group {
  min-width: 0;
}

.hirvanta-post-job input,
.hirvanta-post-job select,
.hirvanta-post-job textarea,
.post-job-page input,
.post-job-page select,
.post-job-page textarea,
.job-post-form input,
.job-post-form select,
.job-post-form textarea,
.job-posting-form input,
.job-posting-form select,
.job-posting-form textarea,
.hirvanta-job-wizard input,
.hirvanta-job-wizard select,
.hirvanta-job-wizard textarea {
  max-width: 100%;
}

.hirvanta-post-job .wizard-actions,
.post-job-page .wizard-actions,
.job-post-form .wizard-actions,
.job-posting-form .wizard-actions,
.hirvanta-job-wizard .wizard-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  margin-top: 24px;
}

.hirvanta-post-job .wizard-step,
.post-job-page .wizard-step,
.job-post-form .wizard-step,
.job-posting-form .wizard-step,
.hirvanta-job-wizard .wizard-step {
  min-width: 0;
}

@media (max-width: 760px) {
  .hirvanta-post-job .wizard-actions,
  .post-job-page .wizard-actions,
  .job-post-form .wizard-actions,
  .job-posting-form .wizard-actions,
  .hirvanta-job-wizard .wizard-actions {
    justify-content: stretch;
  }
}
