.ijc-builder.ijc-studio-enabled {
  --ijc-studio-accent: #243f55;
  --ijc-studio-soft: #e9eff3;
  --ijc-studio-ink: #17212b;
  --ijc-studio-green: #157a63;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.ijc-studio-enabled h1,
.ijc-studio-enabled legend,
.ijc-studio-enabled .ijc-section-heading h2,
.ijc-studio-enabled .ijc-photo-choice h2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.ijc-studio-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0 0 24px;
  padding: 16px;
  border: 1px solid #d8e0e5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(30, 48, 61, 0.06);
}

.ijc-studio-language,
.ijc-studio-toolbar__actions,
.ijc-studio-page-status,
.ijc-studio-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ijc-studio-language label {
  margin: 0;
  color: #344653;
  font-size: 0.82rem;
  font-weight: 750;
}

.ijc-studio-language select {
  min-height: 43px;
  padding: 8px 34px 8px 12px;
  border: 1px solid #cbd6dd;
  border-radius: 8px;
  background: #fff;
  color: var(--ijc-studio-ink);
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
}

.ijc-studio-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 9px 15px;
  border: 1px solid #cbd6dd;
  border-radius: 8px;
  background: #fff;
  color: #243847;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.ijc-studio-button:hover,
.ijc-studio-button:focus-visible {
  border-color: var(--ijc-studio-accent);
  background: #f4f7f8;
  color: var(--ijc-studio-accent);
  transform: translateY(-1px);
}

.ijc-studio-button--share {
  border-color: var(--ijc-studio-green);
  background: var(--ijc-studio-green);
  color: #fff;
}

.ijc-studio-button--pdf {
  border-color: var(--ijc-studio-accent);
  background: var(--ijc-studio-accent);
  color: #fff;
}

.ijc-studio-button--share:hover,
.ijc-studio-button--share:focus-visible,
.ijc-studio-button--pdf:hover,
.ijc-studio-button--pdf:focus-visible {
  background: #172f40;
  color: #fff;
}

.ijc-studio-enabled .ijc-progress {
  max-width: none;
  grid-template-columns: repeat(6, 1fr);
  border-color: #d8e0e5;
  border-radius: 12px;
  box-shadow: none;
}

.ijc-studio-enabled .ijc-progress button {
  position: relative;
  min-height: 62px;
  border-color: #e1e6ea;
  color: #64717a;
  font-size: 0.84rem;
}

.ijc-studio-enabled .ijc-progress button span {
  background: #edf1f3;
  color: #53636f;
}

.ijc-studio-enabled .ijc-progress button.is-active {
  background: #fff;
  color: var(--ijc-studio-ink);
}

.ijc-studio-enabled .ijc-progress button.is-active::after {
  position: absolute;
  right: 12px;
  bottom: 0;
  left: 12px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--ijc-studio-accent);
  content: "";
}

.ijc-studio-enabled .ijc-progress button.is-active span {
  background: var(--ijc-studio-accent);
  color: #fff;
}

.ijc-studio-enabled .ijc-progress button.is-complete span {
  background: #dff2ec;
  color: #17684f;
}

.ijc-studio-enabled .ijc-editor,
.ijc-studio-enabled .ijc-preview-panel {
  border-color: #d8e0e5;
  box-shadow: 0 16px 42px rgba(30, 48, 61, 0.07);
}

.ijc-studio-enabled .ijc-step,
.ijc-studio-panel {
  display: none;
}

.ijc-studio-enabled .ijc-step.is-active,
.ijc-studio-panel.is-active {
  display: block;
}

.ijc-studio-enabled .ijc-step legend,
.ijc-studio-panel legend {
  color: var(--ijc-studio-ink);
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  letter-spacing: -0.035em;
}

.ijc-studio-photo-block {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid #e0e6ea;
}

.ijc-studio-photo-block > h2 {
  margin: 0 0 14px;
  color: var(--ijc-studio-ink);
  font-size: 1.15rem;
}

.ijc-studio-enabled .ijc-photo-choice {
  border-color: #d8e0e5;
  background: #f5f7f7;
}

.ijc-studio-enabled .ijc-switch input:checked + span {
  background: var(--ijc-studio-accent);
}

.ijc-studio-enabled .ijc-repeater {
  border-color: #dce3e7;
  background: #fafbfb;
}

.ijc-studio-enabled .ijc-repeater__head strong,
.ijc-studio-enabled .ijc-link-button,
.ijc-studio-enabled .ijc-preview-heading strong,
.ijc-studio-enabled .ijc-preview-heading button {
  color: var(--ijc-studio-accent);
}

.ijc-studio-enabled .ijc-form-actions {
  display: none;
}

.ijc-studio-actions {
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #e0e6ea;
}

.ijc-studio-actions__status {
  margin-right: auto;
  color: #66747d;
  font-size: 0.76rem;
}

.ijc-studio-page-status {
  margin-left: auto;
}

.ijc-studio-page-count {
  padding: 4px 9px;
  border: 1px solid #ccd7de;
  border-radius: 999px;
  background: #f7f9fa;
  color: #4e606d;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.ijc-studio-page-warning {
  color: #934122;
  font-size: 0.7rem;
  font-weight: 750;
}

.ijc-studio-design-intro,
.ijc-studio-jobs-intro {
  margin: 0 0 24px;
  color: #65727b;
}

.ijc-studio-option-group {
  margin: 0 0 28px;
}

.ijc-studio-option-group h2 {
  margin: 0 0 12px;
  color: var(--ijc-studio-ink);
  font-size: 1rem;
}

.ijc-studio-template-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ijc-studio-template {
  position: relative;
  min-height: 118px;
  padding: 16px;
  border: 1px solid #d5dee4;
  border-radius: 11px;
  background: #fff;
  color: #273946;
  cursor: pointer;
  text-align: left;
}

.ijc-studio-template:hover,
.ijc-studio-template:focus-visible,
.ijc-studio-template.is-selected {
  border-color: var(--ijc-studio-accent);
  box-shadow: 0 0 0 2px rgba(36, 63, 85, 0.16);
}

.ijc-studio-template.is-selected::after {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: var(--ijc-studio-accent);
  color: #fff;
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
}

.ijc-studio-template strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.94rem;
}

.ijc-studio-template small {
  margin: 0;
  color: #687780;
  font-size: 0.75rem;
}

.ijc-studio-template__preview {
  display: grid;
  gap: 5px;
  width: 74px;
  height: 42px;
  margin-bottom: 11px;
  padding: 7px;
  border: 1px solid #d9e0e4;
  background: #f9fafb;
}

.ijc-studio-template__preview i {
  display: block;
  height: 3px;
  background: #bec9d0;
}

.ijc-studio-template__preview i:first-child {
  width: 58%;
  background: var(--ijc-studio-accent);
}

.ijc-studio-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ijc-studio-swatch,
.ijc-studio-font {
  min-height: 43px;
  border: 1px solid #d3dde3;
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
}

.ijc-studio-swatch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #354854;
  font-weight: 700;
}

.ijc-studio-swatch i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--swatch);
}

.ijc-studio-font {
  padding: 8px 14px;
  color: #2d3f4b;
}

.ijc-studio-swatch.is-selected,
.ijc-studio-font.is-selected {
  border-color: var(--ijc-studio-accent);
  box-shadow: 0 0 0 2px rgba(36, 63, 85, 0.14);
}

.ijc-studio-font[data-font="classic"] { font-family: Georgia, "Times New Roman", serif; }
.ijc-studio-font[data-font="humanist"] { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; }

.ijc-studio-download-card,
.ijc-studio-job-card,
.ijc-studio-privacy-card {
  padding: 20px;
  border: 1px solid #d8e1e6;
  border-radius: 12px;
  background: #f8fafb;
}

.ijc-studio-download-card h2,
.ijc-studio-job-card h2,
.ijc-studio-privacy-card h2 {
  margin: 0 0 7px;
  color: var(--ijc-studio-ink);
  font-size: 1.05rem;
}

.ijc-studio-download-card p,
.ijc-studio-job-card p,
.ijc-studio-privacy-card p {
  margin: 0 0 14px;
  color: #61717c;
  font-size: 0.86rem;
}

.ijc-studio-download-actions,
.ijc-studio-job-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ijc-studio-job-match {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e5f2ee;
  color: #17684f;
  font-size: 0.75rem;
  font-weight: 800;
}

.ijc-studio-job-note {
  margin-top: 16px !important;
  font-size: 0.75rem !important;
}

.ijc-studio-enabled .ijc-cv-paper {
  --ijc-cv-accent: var(--ijc-studio-accent);
  --ijc-cv-soft: var(--ijc-studio-soft);
  font-family: Arial, Helvetica, sans-serif;
}

.ijc-studio-enabled .ijc-cv-paper.ijc-font-classic {
  font-family: Georgia, "Times New Roman", serif;
}

.ijc-studio-enabled .ijc-cv-paper.ijc-font-humanist {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

.ijc-studio-enabled .ijc-cv-paper.ijc-palette-navy { --ijc-cv-accent: #243f55; --ijc-cv-soft: #e9eff3; }
.ijc-studio-enabled .ijc-cv-paper.ijc-palette-purple { --ijc-cv-accent: #67407d; --ijc-cv-soft: #f0eaf4; }
.ijc-studio-enabled .ijc-cv-paper.ijc-palette-teal { --ijc-cv-accent: #176b68; --ijc-cv-soft: #e6f3f1; }
.ijc-studio-enabled .ijc-cv-paper.ijc-palette-burgundy { --ijc-cv-accent: #743449; --ijc-cv-soft: #f5eaee; }

.ijc-studio-enabled .ijc-cv-paper .ijc-cv-header h2,
.ijc-studio-enabled .ijc-cv-paper section h3 {
  font-family: inherit;
}

.ijc-studio-enabled .ijc-cv-paper section h3 {
  border-color: var(--ijc-cv-accent);
}

.ijc-studio-enabled .ijc-cv-paper.ijc-template-modern {
  border-top: 14px solid var(--ijc-cv-accent);
}

.ijc-studio-enabled .ijc-cv-paper.ijc-template-modern .ijc-cv-header h2 {
  color: var(--ijc-cv-accent);
}

.ijc-studio-enabled .ijc-cv-paper.ijc-template-classic .ijc-cv-header {
  display: block;
  text-align: center;
}

.ijc-studio-enabled .ijc-cv-paper.ijc-template-classic .ijc-cv-header h2 {
  text-transform: none;
}

.ijc-studio-enabled .ijc-cv-paper.ijc-template-classic #ijc-preview-photo {
  display: block;
  margin: 0 auto 12px;
  border-radius: 50%;
}

.ijc-studio-enabled .ijc-cv-paper.ijc-template-classic section h3 {
  padding: 4px 0;
  border-top: 1px solid var(--ijc-cv-accent);
  border-bottom: 1px solid var(--ijc-cv-accent);
  text-align: center;
}

.ijc-studio-enabled .ijc-cv-paper.ijc-template-compact {
  min-height: 900px;
  padding: 34px 36px 30px;
  font-size: 10.5px;
  line-height: 1.28;
}

.ijc-studio-enabled .ijc-cv-paper.ijc-template-compact .ijc-cv-header {
  margin-bottom: 9px;
}

.ijc-studio-enabled .ijc-cv-paper.ijc-template-compact section {
  margin-bottom: 7px;
}

.ijc-studio-enabled .ijc-cv-paper.ijc-template-compact section h3 {
  margin-bottom: 4px;
}

.ijc-studio-enabled .ijc-cv-paper.ijc-template-executive {
  border-left: 12px solid var(--ijc-cv-accent);
}

.ijc-studio-enabled .ijc-cv-paper.ijc-template-executive .ijc-cv-header {
  margin: -20px -18px 14px;
  padding: 20px 18px;
  background: var(--ijc-cv-soft);
}

.ijc-studio-enabled .ijc-cv-paper.ijc-template-executive section h3 {
  padding-left: 7px;
  border-bottom: 0;
  border-left: 3px solid var(--ijc-cv-accent);
}

.ijc-studio-modal[hidden] {
  display: none !important;
}

.ijc-studio-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(13, 25, 33, 0.66);
}

.ijc-studio-modal__dialog {
  width: min(620px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 28px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.28);
  color: var(--ijc-studio-ink);
}

.ijc-studio-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.ijc-studio-modal__head h2 {
  margin: 0;
  font-size: 1.45rem;
}

.ijc-studio-modal__close {
  width: 38px;
  height: 38px;
  border: 1px solid #d5dee4;
  border-radius: 50%;
  background: #fff;
  color: #334752;
  cursor: pointer;
  font-size: 1.15rem;
}

.ijc-studio-modal__body > p {
  color: #5f6f79;
}

.ijc-studio-consent {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  margin: 18px 0 !important;
  padding: 14px;
  border: 1px solid #d8e2e7;
  border-radius: 10px;
  background: #f8fafb;
  font-size: 0.82rem !important;
}

.ijc-studio-consent input {
  margin-top: 3px;
  accent-color: var(--ijc-studio-accent);
}

.ijc-studio-share-result {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #bfdbd0;
  border-radius: 10px;
  background: #f1f9f6;
}

.ijc-studio-share-result input {
  width: 100%;
  min-height: 44px;
  margin: 8px 0 10px;
  padding: 9px 11px;
  border: 1px solid #b9cbc3;
  border-radius: 7px;
  background: #fff;
  color: #203a30;
}

.ijc-studio-modal__status {
  min-height: 22px;
  margin: 12px 0 0;
  color: #53636e;
  font-size: 0.8rem;
  font-weight: 650;
}

.ijc-studio-modal__status.is-error {
  color: #9b2d37;
}

@media (max-width: 900px) {
  .ijc-studio-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .ijc-studio-toolbar__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ijc-studio-enabled .ijc-progress {
    grid-template-columns: repeat(6, minmax(62px, 1fr));
    overflow-x: auto;
  }
}

@media (max-width: 620px) {
  .ijc-studio-toolbar__actions,
  .ijc-studio-template-grid {
    grid-template-columns: 1fr;
  }

  .ijc-studio-language {
    justify-content: space-between;
  }

  .ijc-studio-enabled .ijc-progress button {
    font-size: 0;
  }

  .ijc-studio-enabled .ijc-progress button span {
    font-size: 0.8rem;
  }

  .ijc-studio-actions {
    flex-wrap: wrap;
  }

  .ijc-studio-actions__status {
    order: 3;
    width: 100%;
  }

  .ijc-studio-modal__dialog {
    padding: 22px 18px;
  }
}

@media print {
  .ijc-studio-enabled .ijc-cv-paper.ijc-template-modern {
    border-top: 5mm solid var(--ijc-cv-accent);
  }

  .ijc-studio-enabled .ijc-cv-paper.ijc-template-compact {
    min-height: 297mm;
    padding: 11mm 14mm;
    font-size: 9.4pt;
  }

  .ijc-studio-enabled .ijc-cv-paper.ijc-template-executive {
    border-left: 4mm solid var(--ijc-cv-accent);
  }
}

/* IJC CV Builder page title removal */
#Subheader {
    display: none !important;
}
