/*
Theme Name: Hirvanta
Theme URI: https://hirvanta.com/
Author: Hirvanta
Description: Hirvanta recruitment portal presentation layer for UAT. Versioned, branded and update-safe.
Version: 2.0.8
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;
  }
}

/* -------------------------------------------------------------------------
 * Hirvanta UAT v2.0.5 — global portal shell hardening
 * Presentation only. No WordPress core files are modified.
 * ------------------------------------------------------------------------- */
html, body { margin: 0 !important; padding: 0 !important; }
body.hirvanta-body { min-width: 320px; background: #faf8ff; }
body.hirvanta-body.admin-bar { margin-top: 0 !important; }
#wpadminbar { display: none !important; }
.hirvanta-header { margin-top: 0 !important; }
.hirvanta-main { min-height: calc(100vh - 70px); margin: 0 !important; padding: 0 !important; }
.hirvanta-page, .hv-info-page, .hvd-directory, .hv-404-page { box-sizing: border-box; }

/* Legal/information pages: deliberate separation between hero and content card. */
.hv-info-page .hv-legal-hero { margin-bottom: 28px !important; }
.hv-info-page .hv-legal-hero + .hv-prose { margin-top: 0 !important; }
.hv-info-page .hv-prose h2 + p { margin-top: 8px !important; }
.hv-info-page .hv-prose h2:not(:first-child) { margin-top: 30px !important; }

/* Avoid accidental full-width page-template whitespace. */
.hirvanta-page > .hirvanta-container:first-child { margin-top: 0; }

/* Branded 404 always stays inside the normal shell. */
.hv-404-page { margin-top: 0 !important; }

@media (max-width: 900px) {
  .hirvanta-container, .hirvanta-nav { width: min(100% - 32px, 1200px); }
}
