/* ClickJobs Keycloak login theme */
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo/Archivo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo/Archivo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo/Archivo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo/Archivo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

:root {
  color-scheme: light;
  --cj-bg: radial-gradient(ellipse at center, #ffffff 0%, #ebeef1 80%);
  --cj-page-accent-primary: rgba(86, 131, 130, 0.14);
  --cj-page-accent-secondary: rgba(152, 225, 223, 0.22);
  --cj-surface-primary: #ffffff;
  --cj-surface-secondary: #f4f6f7;
  --cj-surface-tertiary: #ebeef1;
  --cj-surface-elevated: #ffffff;
  --cj-panel-bg: rgba(255, 255, 255, 0.9);
  --cj-benefits-bg: #ffffff;
  --cj-input-bg: #fdfdfe;
  --cj-input-bg-focus: #ffffff;
  --cj-hover-surface: rgba(86, 131, 130, 0.08);
  --cj-text: #1a1a1a;
  --cj-text-secondary: rgb(70, 70, 70);
  --cj-muted: #666666;
  --cj-text-inverted: #ffffff;
  --cj-border: #e5e7eb;
  --cj-border-strong: #d1d5db;
  --cj-panel-border: rgba(229, 231, 235, 0.92);
  --cj-focus: #568382;
  --cj-primary: #3d6b6a;
  --cj-primary-hover: #335958;
  --cj-primary-rgb: 86, 131, 130;
  --cj-button-primary-bg: #3d6b6a;
  --cj-button-primary-bg-hover: #335958;
  --cj-secondary: #568382;
  --cj-getbonus: #fbe910;
  --cj-primary-bg: rgba(86, 131, 130, 0.08);
  --cj-secondary-bg: rgba(86, 131, 130, 0.08);
  --cj-getbonus-bg: #fffbeb;
  --cj-benefit-icon-bg: rgba(86, 131, 130, 0.08);
  --cj-mark-icon-bg: rgba(251, 233, 16, 0.16);
  --cj-mark-icon-border: rgba(197, 166, 10, 0.32);
  --cj-danger: #dc2626;
  --cj-danger-soft: rgba(248, 113, 113, 0.08);
  --cj-success: #047857;
  --cj-success-soft: rgba(16, 185, 129, 0.12);
  --cj-info: #1d4ed8;
  --cj-info-soft: rgba(59, 130, 246, 0.12);
  --cj-warning: #b45309;
  --cj-warning-soft: rgba(245, 158, 11, 0.14);
  --cj-warning-soft-strong: rgba(245, 158, 11, 0.22);
  --cj-control-icon-filter: none;
  --cj-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  --cj-shadow-strong: 0 30px 80px rgba(15, 23, 42, 0.14);
  --cj-button-primary-shadow: 0 3px 8px rgba(var(--cj-primary-rgb), 0.16);
  --cj-button-secondary-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
  --cj-recaptcha-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(244, 246, 247, 0.94) 100%);
  --cj-recaptcha-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
  --cj-radius-pill: 999px;
  --cj-blob-opacity: 1;
  --cj-blob-filter: none;
  --cj-logo-filter: none;
  --cj-mosaic-overlay: linear-gradient(180deg, rgba(86, 131, 130, 0.1) 0%, rgba(15, 23, 42, 0.48) 72%);
  --cj-font: "Archivo", "Inter", "Poppins", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

html.clickjobs-html.dark {
  color-scheme: dark;
  --cj-bg: radial-gradient(ellipse at center, #181824 0%, #13131f 80%);
  --cj-page-accent-primary: rgba(86, 131, 130, 0.22);
  --cj-page-accent-secondary: rgba(152, 225, 223, 0.12);
  --cj-surface-primary: #181824;
  --cj-surface-secondary: #1e1e2c;
  --cj-surface-tertiary: #13131f;
  --cj-surface-elevated: #222232;
  --cj-panel-bg: rgba(24, 24, 36, 0.88);
  --cj-benefits-bg: #1e1e2c;
  --cj-input-bg: #1e1e2c;
  --cj-input-bg-focus: #222232;
  --cj-hover-surface: rgba(107, 165, 164, 0.14);
  --cj-text: #e8e8ec;
  --cj-text-secondary: #a8a8b8;
  --cj-muted: #707080;
  --cj-text-inverted: #ffffff;
  --cj-border: #323246;
  --cj-border-strong: #454560;
  --cj-panel-border: rgba(69, 69, 96, 0.82);
  --cj-focus: #6ba5a4;
  --cj-primary: #6ba5a4;
  --cj-primary-hover: #8cc0bf;
  --cj-primary-rgb: 107, 165, 164;
  --cj-button-primary-bg: #3d6b6a;
  --cj-button-primary-bg-hover: #335958;
  --cj-secondary: #6ba5a4;
  --cj-getbonus: #fce900;
  --cj-primary-bg: rgba(86, 131, 130, 0.12);
  --cj-secondary-bg: rgba(86, 131, 130, 0.06);
  --cj-getbonus-bg: #1a1a12;
  --cj-benefit-icon-bg: rgba(107, 165, 164, 0.14);
  --cj-mark-icon-bg: rgba(251, 233, 16, 0.10);
  --cj-mark-icon-border: rgba(251, 233, 16, 0.22);
  --cj-danger: #f87171;
  --cj-danger-soft: rgba(248, 113, 113, 0.12);
  --cj-success: #6ee7b7;
  --cj-success-soft: rgba(16, 185, 129, 0.16);
  --cj-info: #93c5fd;
  --cj-info-soft: rgba(59, 130, 246, 0.18);
  --cj-warning: #fbbf24;
  --cj-warning-soft: rgba(251, 191, 36, 0.18);
  --cj-warning-soft-strong: rgba(251, 191, 36, 0.28);
  --cj-control-icon-filter: brightness(0) invert(1);
  --cj-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --cj-shadow-strong: 0 40px 100px rgba(0, 0, 0, 0.42);
  --cj-button-primary-shadow: 0 3px 8px rgba(0, 0, 0, 0.32);
  --cj-button-secondary-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  --cj-recaptcha-bg: linear-gradient(180deg, rgba(34, 34, 50, 0.96) 0%, rgba(30, 30, 44, 0.98) 100%);
  --cj-recaptcha-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  --cj-blob-opacity: 0.78;
  --cj-blob-filter: saturate(0.9) brightness(0.9);
  --cj-logo-filter: brightness(0) invert(1) saturate(0) brightness(1.2);
  --cj-mosaic-overlay: linear-gradient(180deg, rgba(86, 131, 130, 0.16) 0%, rgba(7, 7, 12, 0.66) 72%);
}

html.clickjobs-html {
  overflow-y: auto !important;
  overflow-x: hidden;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body.clickjobs-body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh; /* iOS dynamic viewport height */
  background: radial-gradient(circle at top right, var(--cj-page-accent-primary), transparent 32%),
    radial-gradient(circle at top left, var(--cj-page-accent-secondary), transparent 28%),
    var(--cj-bg);
  font-family: var(--cj-font);
  color: var(--cj-text);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow-y: auto !important;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.clickjobs-body .kc-login-theme {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 620px) !important;
  width: 100% !important;
  max-width: 1400px !important;
  margin: auto !important; /* Center vertically when content is shorter than viewport */
  gap: 0 !important;
  align-items: stretch !important;
  background: var(--cj-panel-bg) !important;
  border: 1px solid var(--cj-panel-border);
  border-radius: 32px !important;
  box-shadow: var(--cj-shadow-strong);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: visible !important; /* Allow content to scroll on iOS */
}

body.clickjobs-body .kc-login-theme__mosaic {
  display: flex !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-items: stretch !important;
  justify-content: center !important;
  position: relative !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  min-height: 560px;
  box-shadow: none !important;
}

body.clickjobs-body .kc-mosaic-single {
  display: flex !important;
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

body.clickjobs-body .kc-mosaic-single__image {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.clickjobs-body .kc-login-theme__mosaic::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--cj-mosaic-overlay);
}

body.clickjobs-body .kc-mosaic-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  grid-auto-rows: 96px !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 720px !important;
}

body.clickjobs-body .kc-mosaic-tile {
  position: relative !important;
  overflow: hidden !important;
  background: var(--cj-surface-tertiary) !important;
}

body.clickjobs-body .kc-mosaic-tile img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

body.clickjobs-body .kc-mosaic-tile.w1 { grid-column: span 1 !important; }
body.clickjobs-body .kc-mosaic-tile.w2 { grid-column: span 2 !important; }
body.clickjobs-body .kc-mosaic-tile.w3 { grid-column: span 3 !important; }

body.clickjobs-body .kc-mosaic-tile.h1 { grid-row: span 1 !important; }
body.clickjobs-body .kc-mosaic-tile.h2 { grid-row: span 2 !important; }
body.clickjobs-body .kc-mosaic-tile.h3 { grid-row: span 3 !important; }

body.clickjobs-body .kc-mosaic-tile.r16 { border-radius: 16px !important; }
body.clickjobs-body .kc-mosaic-tile.r20 { border-radius: 20px !important; }
body.clickjobs-body .kc-mosaic-tile.r24 { border-radius: 24px !important; }
body.clickjobs-body .kc-mosaic-tile.r32 { border-radius: 32px !important; }
body.clickjobs-body .kc-mosaic-tile.r999 { border-radius: 999px !important; }

body.clickjobs-body .kc-login-theme__panel {
  position: relative !important;
  padding: 48px 60px !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: center !important;
  background: transparent !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
}

body.clickjobs-body .kc-panel {
  width: 100% !important;
  min-height: 100% !important;
  max-width: 600px !important;
  background: transparent !important;
  border-radius: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 0 15px !important;
  box-shadow: none !important;
  position: relative !important;
  overflow: visible !important;
  clip-path: none !important;
}

body.clickjobs-body .kc-panel__nav {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 16px !important;
  margin-bottom: 32px !important;
}

body.clickjobs-body .kc-panel__header {
  display: none !important;
}

body.clickjobs-body .kc-panel__logo {
  display: none !important;
}

body.clickjobs-body .kc-panel__logo img {
  width: 168px !important;
  height: auto !important;
  object-fit: contain !important;
}

body.clickjobs-body .kc-panel__actions {
  /* display: flex !important; */
  display: none !important;
  align-items: center !important;
  gap: 16px !important;
  position: relative !important;
  z-index: 2 !important;
}

body.clickjobs-body .kc-locale-switcher {
  display: inline-flex !important;
  gap: 8px !important;
}

body.clickjobs-body .kc-locale-switcher__item {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--cj-muted) !important;
  text-decoration: none !important;
  background: var(--cj-surface-secondary) !important;
  transition: all 0.2s ease !important;
}

body.clickjobs-body .kc-locale-switcher__item:hover,
body.clickjobs-body .kc-locale-switcher__item.is-active {
  color: var(--cj-text) !important;
  background: var(--cj-hover-surface) !important;
}

body.clickjobs-body .kc-register-cta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: var(--cj-text) !important;
  position: relative !important;
  z-index: 3 !important;
  pointer-events: auto !important;
}

body.clickjobs-body .kc-register-cta--mobile {
  display: none !important;
  position: relative !important;
  z-index: 3 !important;
  pointer-events: auto !important;
}

body.clickjobs-body .kc-register-cta__label {
  font-weight: 400 !important;
  color: var(--cj-text) !important;
}

body.clickjobs-body .kc-register-cta__action {
  font-weight: 700 !important;
  color: var(--cj-primary) !important;
  text-decoration: none !important;
  transition: color 0.2s ease, text-decoration-color 0.2s ease !important;
  font-size: 22px !important;
}

body.clickjobs-body .kc-register-cta__action:hover,
body.clickjobs-body .kc-register-cta__action:focus-visible {
  color: var(--cj-primary-hover) !important;
  text-decoration: underline !important;
}

body.clickjobs-body .kc-register-cta__sep {
  color: var(--cj-muted) !important;
  font-weight: 400 !important;
}


/* Scope with theme specific html/body classes so upstream Keycloak CSS cannot override */
html.clickjobs-html body.clickjobs-body .kc-login-theme__panel .kc-panel__subheader {
  display: none !important;
  gap: 24px !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 2 !important;
}


/* Override parent theme link defaults to keep custom back button styling */
html.clickjobs-html body.clickjobs-body .kc-login-theme__panel .kc-back-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: var(--cj-muted) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transition: color 0.2s ease !important;
  padding: 8px 12px !important;
  border-radius: 12px !important;
  align-self: start !important;
}

html.clickjobs-html body.clickjobs-body .kc-login-theme__panel .kc-back-button:hover,
html.clickjobs-html body.clickjobs-body .kc-login-theme__panel .kc-back-button:focus-visible {
  color: var(--cj-text) !important;
  background: var(--cj-hover-surface) !important;
  text-decoration: none !important;
}

body.clickjobs-body .kc-theme-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  border-radius: 50%;
  border: 1px solid var(--cj-border);
  background: var(--cj-surface-secondary);
  color: var(--cj-text-secondary);
  cursor: pointer;
  transition: all 0.2s ease;
  flex: 0 0 auto;
  box-sizing: border-box;
}

body.clickjobs-body .kc-theme-toggle:hover,
body.clickjobs-body .kc-theme-toggle:focus-visible {
  border-color: var(--cj-border-strong);
  background: var(--cj-surface-tertiary);
  color: var(--cj-text);
}

body.clickjobs-body .kc-theme-toggle:focus-visible {
  outline: 2px solid var(--cj-focus);
  outline-offset: 2px;
}

body.clickjobs-body .kc-theme-toggle__icon-set {
  position: relative;
  width: 20px;
  height: 20px;
}

body.clickjobs-body .kc-theme-toggle__icon {
  position: absolute;
  inset: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: rotate(-90deg) scale(0.8);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

body.clickjobs-body .kc-theme-toggle[data-theme-icon="sun"] .kc-theme-toggle__icon--sun,
body.clickjobs-body .kc-theme-toggle[data-theme-icon="moon"] .kc-theme-toggle__icon--moon {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

body.clickjobs-body .kc-panel__nav-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

body.clickjobs-body .kc-lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

body.clickjobs-body .kc-lang-switcher__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--cj-border);
  border-radius: 9999px;
  background: var(--cj-surface-secondary);
  color: var(--cj-text);
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

body.clickjobs-body .kc-lang-switcher__trigger:hover {
  border-color: var(--cj-border-strong);
  background: var(--cj-surface-tertiary);
}

body.clickjobs-body .kc-lang-switcher__trigger:focus-visible {
  outline: 2px solid var(--cj-focus);
  outline-offset: 2px;
}

body.clickjobs-body .kc-lang-switcher__current-flag {
  width: 20px;
  height: 14px;
  border-radius: 3px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.12);
}

body.clickjobs-body .kc-lang-switcher__menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 60;
  min-width: 160px;
  margin-top: 8px;
  padding: 6px;
  border: 1px solid var(--cj-border);
  border-radius: 14px;
  background: var(--cj-surface-primary);
  box-shadow: var(--cj-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

body.clickjobs-body .kc-lang-switcher.is-open .kc-lang-switcher__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.clickjobs-body .kc-lang-switcher__option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  color: var(--cj-text);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.16s ease;
}

body.clickjobs-body .kc-lang-switcher__option:hover,
body.clickjobs-body .kc-lang-switcher__option--active {
  background: var(--cj-surface-secondary);
}

body.clickjobs-body .kc-lang-switcher__flag {
  width: 18px;
  height: 12px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.12);
}

body.clickjobs-body .kc-back-button__arrow {
  font-size: 18px;
  font-weight: 700;
}

body.clickjobs-body .kc-back-button__text {
  white-space: nowrap;
}

body.clickjobs-body .kc-register-caption {
  margin: 0 !important;
  font-size: 14px !important;
  color: var(--cj-text) !important;
  font-weight: 400 !important;
}

body.clickjobs-body .kc-register-caption--desktop {
  text-align: right !important;
}

body.clickjobs-body .kc-register-caption--mobile {
  display: none !important;
}

body.clickjobs-body .kc-register-cta-group {
  display: flex !important;
  flex-direction: column !important;
  min-height: auto;
  color: var(--cj-text);
  pointer-events: auto;
}

body.clickjobs-body .kc-register-cta-group--mobile {
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: flex;
  color: var(--cj-primary-hover);
  position: relative;
  z-index: 1;
}

body.clickjobs-body .kc-panel__title-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--cj-text);
}

body.clickjobs-body .kc-panel__title-group--brand {
  align-items: center;
  text-align: center;
  color: var(--cj-muted);
}

body.clickjobs-body .kc-panel__title-logo-wrap {
  display: grid;
  place-items: center;
  margin: 0 auto 40px auto !important;
}

body.clickjobs-body .kc-panel__title-logo {
  width: clamp(420px, 70%, 520px) !important;
  height: auto;
  display: block;
  margin: 0 auto;
}

body.clickjobs-body .kc-panel__title-logo--light {
  display: none;
}

html.clickjobs-html.dark body.clickjobs-body .kc-panel__title-logo--dark {
  display: none;
}

html.clickjobs-html.dark body.clickjobs-body .kc-panel__title-logo--light {
  display: block;
}

body.clickjobs-body .kc-panel__title {
  margin: 0;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-wrap: balance;
}

body.clickjobs-body .kc-panel__title * {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

body.clickjobs-body .kc-panel__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 18px;
  justify-content: center;
}

body.clickjobs-body .kc-required-fields {
  margin: 0;
  color: var(--cj-muted);
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

body.clickjobs-body .kc-feedback {
  border-radius: 16px;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

body.clickjobs-body .kc-feedback--error {
  background: var(--cj-danger-soft);
  color: var(--cj-danger);
}

body.clickjobs-body .kc-feedback--success {
  background: var(--cj-success-soft);
  color: var(--cj-success);
}

body.clickjobs-body .kc-feedback--warning {
  background: var(--cj-warning-soft);
  color: var(--cj-warning);
}

body.clickjobs-body .kc-feedback--info {
  background: var(--cj-info-soft);
  color: var(--cj-info);
}

body.clickjobs-body .kc-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.clickjobs-body .kc-form-wrapper > .kc-info-block {
  padding: 16px 18px;
}

body.clickjobs-body .kc-register-benefits {
  background: var(--cj-benefits-bg);
  border: 1px solid var(--cj-panel-border);
  border-radius: 32px;
  padding: 48px;
  box-shadow: var(--cj-shadow);
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: auto;
  margin: 48px;
  align-items: stretch;
  justify-content: center;
  grid-column: 2 !important;
  grid-row: 1 !important;
  position: relative;
  z-index: 2;
  color: var(--cj-text);
  pointer-events: auto;
  height: fit-content;
  align-self: center;
}

body.clickjobs-body .kc-register-benefits__eyebrow {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cj-text);
  display: none;
  align-self: flex-start;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--cj-surface-tertiary);
}

body.clickjobs-body .kc-register-benefits__title {
  margin: 0;
  font-size: 26px;
  line-height: 1.3;
  color: var(--cj-text);
  padding: 0;
}

body.clickjobs-body .kc-register-benefits__lead {
  margin: 0;
  font-size: 14px;
  color: var(--cj-muted);
  padding: 0;
}

body.clickjobs-body .kc-register-benefits__intro-card {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  pointer-events: auto;
}

body.clickjobs-body .kc-register-benefits__grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

/* Each benefit is a row split into an icon chip and a text column. The icon
   spans both rows so the description lines up with the heading instead of
   running back underneath the chip. */
body.clickjobs-body .kc-register-benefit-card {
  background: transparent;
  border: none;
  border-top: 1px solid var(--cj-border);
  border-radius: 0;
  padding: 16px 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  row-gap: 3px;
  column-gap: 14px;
  min-height: auto;
  color: var(--cj-text);
  pointer-events: auto;
}

body.clickjobs-body .kc-register-benefit-card:first-child {
  border-top: none;
  padding-top: 4px;
}

body.clickjobs-body .kc-register-benefit-card:last-child {
  padding-bottom: 4px;
}

body.clickjobs-body .kc-register-benefit-card__icon {
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--cj-benefit-icon-bg);
  border: 1px solid rgba(var(--cj-primary-rgb), 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cj-primary);
  margin-top: 2px;
}

body.clickjobs-body .kc-register-benefit-card__icon .kc-benefit-icon {
  width: 19px;
  height: 19px;
  display: block;
}

/* ClickBonus is the only brand mark in the list. Its chip picks up a warm
   tint so the gold coin reads as deliberate instead of clashing with the
   teal chips around it. */
body.clickjobs-body .kc-register-benefit-card__icon--mark {
  background: var(--cj-mark-icon-bg);
  border-color: var(--cj-mark-icon-border);
}

/* The coin is a filled mark rather than a stroke icon, so it needs a little
   more room than the Lucide glyphs to read at the same optical weight. */
body.clickjobs-body .kc-register-benefit-card__icon .kc-benefit-icon--mark {
  width: 23px;
  height: 23px;
}

body.clickjobs-body .kc-register-benefit-card__title {
  grid-column: 2;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--cj-text);
}

body.clickjobs-body .kc-register-benefit-card__text {
  grid-column: 2;
  margin: 0;
  font-size: 13.5px;
  color: var(--cj-muted);
  line-height: 1.55;
}

body.clickjobs-body .kc-register-benefits__cta {
  margin-top: 12px;
  align-self: flex-start;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: var(--cj-radius-pill);
  border-color: transparent;
  font-weight: 600;
  text-transform: none;
  pointer-events: auto;
}

body.clickjobs-body .kc-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.clickjobs-body .kc-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.clickjobs-body .kc-field__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--cj-text-secondary);
  padding: 0 0 0 16px;
}

body.clickjobs-body .kc-input {
  font-size: 16px;
  padding: 12px 20px;
  border-radius: var(--cj-radius-pill);
  border: 1px solid var(--cj-border);
  background: var(--cj-input-bg);
  color: var(--cj-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.clickjobs-body .kc-input::placeholder {
  color: var(--cj-muted);
  opacity: 1;
}

body.clickjobs-body .kc-input:focus {
  outline: none;
  border-color: var(--cj-focus);
  box-shadow: 0 0 0 4px rgba(var(--cj-primary-rgb), 0.18);
  background: var(--cj-input-bg-focus);
}

body.clickjobs-body .kc-input.is-invalid {
  border-color: var(--cj-danger);
  background: var(--cj-danger-soft);
}

body.clickjobs-body .kc-field__error {
  margin: 0;
  font-size: 13px;
  color: var(--cj-danger);
  padding: 0 0 0 16px;
}

body.clickjobs-body .kc-field--password {
  position: relative;
}

body.clickjobs-body .kc-password-input {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid var(--cj-border);
  border-radius: var(--cj-radius-pill);
  background: var(--cj-input-bg);
  padding-right: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.clickjobs-body .kc-password-input:focus-within {
  border-color: var(--cj-focus);
  box-shadow: 0 0 0 4px rgba(var(--cj-primary-rgb), 0.18);
  background: var(--cj-input-bg-focus);
}

body.clickjobs-body .kc-password-input.has-error {
  border-color: var(--cj-danger);
  background: var(--cj-danger-soft);
  box-shadow: none;
}

body.clickjobs-body .kc-password-input.has-error:focus-within {
  border-color: var(--cj-danger);
  box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.18);
}

body.clickjobs-body .kc-password-input .kc-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 20px;
  padding-right: 0;
  box-shadow: none;
}

body.clickjobs-body .kc-password-input .kc-input:focus {
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
}

body.clickjobs-body .kc-password-input .kc-input.is-invalid {
  border: none;
}

body.clickjobs-body .kc-password-toggle {
  border: none;
  background: transparent;
  padding: 8px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  color: var(--cj-muted);
  width: 32px;
  height: 32px;
  margin-left: 4px;
}

body.clickjobs-body .kc-password-toggle img {
  display: block;
  filter: var(--cj-control-icon-filter);
}

body.clickjobs-body .kc-password-toggle:focus-visible {
  outline: 2px solid var(--cj-focus);
  outline-offset: 2px;
}

body.clickjobs-body .kc-password-toggle:hover,
body.clickjobs-body .kc-password-toggle.is-active {
  background: var(--cj-hover-surface);
}

body.clickjobs-body .kc-form__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.clickjobs-body .kc-form__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

body.clickjobs-body .kc-form__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 10;
}

body.clickjobs-body .kc-register-prompt {
  width: 100%;
  margin: 8px 0 0;
  font-size: 14px;
  text-align: center;
  color: var(--cj-muted);
}

body.clickjobs-body .kc-register-prompt__link {
  color: var(--cj-primary);
  font-weight: 600;
  text-decoration: none;
}

body.clickjobs-body .kc-register-prompt__link:hover,
body.clickjobs-body .kc-register-prompt__link:focus-visible {
  text-decoration: underline;
}

body.clickjobs-body #kc-reset-password-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

body.clickjobs-body #kc-passwd-update-form {
  gap: 18px;
}

body.clickjobs-body #kc-update-profile-form .kc-form__actions {
  margin-top: 24px;
}

body.clickjobs-body .kc-panel__body:has(#kc-passwd-update-form),
body.clickjobs-body .kc-panel__body:has(#kc-reset-password-form) {
  gap: 24px;
}

body.clickjobs-body #kc-reset-password-form .kc-form__actions {
  margin-top: 4px;
}

body.clickjobs-body #kc-reset-password-form .kc-form__actions > .kc-button {
  width: 100%;
  justify-content: center;
}

body.clickjobs-body #kc-reset-password-form .kc-link--back-to-login {
  align-self: flex-start;
  margin-top: -2px;
}

body.clickjobs-body .kc-panel__body:has(#kc-reset-password-form) .kc-form-wrapper + .kc-info-block {
  margin-top: 16px;
  padding-top: 14px;
}

body.clickjobs-body .kc-inline-form {
  display: inline;
}

body.clickjobs-body .kc-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--cj-text-secondary);
}

body.clickjobs-body .kc-checkbox__input {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid var(--cj-border);
  accent-color: var(--cj-primary);
}

body.clickjobs-body .kc-checkbox__label {
  font-weight: 500;
}

/* Inline links that Keycloak renders from message bundles carry no class of
   their own, so they would fall back to the browser blue. */
body.clickjobs-body .kc-checkbox__label a,
body.clickjobs-body .kc-login-theme__panel a:not([class]) {
  color: var(--cj-primary);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

body.clickjobs-body .kc-checkbox__label a:hover,
body.clickjobs-body .kc-login-theme__panel a:not([class]):hover {
  color: var(--cj-primary-hover);
  text-decoration: underline;
}

body.clickjobs-body .kc-account-choice__lead {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cj-muted);
}

body.clickjobs-body .kc-account-choice {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body.clickjobs-body .kc-account-choice__card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border: 1px solid var(--cj-border);
  border-radius: 20px;
  background: var(--cj-surface-secondary, transparent);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

body.clickjobs-body .kc-account-choice__card:hover,
body.clickjobs-body .kc-account-choice__card:focus-visible {
  border-color: var(--cj-primary);
  transform: translateY(-1px);
  box-shadow: var(--cj-shadow);
  text-decoration: none;
}

body.clickjobs-body .kc-account-choice__icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: var(--cj-benefit-icon-bg);
  border: 1px solid rgba(var(--cj-primary-rgb), 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cj-primary);
  flex-shrink: 0;
}

body.clickjobs-body .kc-account-choice__icon .kc-benefit-icon {
  width: 21px;
  height: 21px;
  display: block;
}

body.clickjobs-body .kc-account-choice__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

body.clickjobs-body .kc-account-choice__title {
  font-size: 17px;
  font-weight: 600;
  color: var(--cj-text);
}

body.clickjobs-body .kc-account-choice__text {
  font-size: 14px;
  line-height: 1.45;
  color: var(--cj-muted);
}

body.clickjobs-body .kc-account-choice__arrow {
  font-size: 20px;
  color: var(--cj-primary);
}

body.clickjobs-body .kc-account-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  font-size: 14px;
  color: var(--cj-muted);
}

body.clickjobs-body .kc-account-badge__value {
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--cj-surface-tertiary);
  color: var(--cj-text);
  font-weight: 600;
}

body.clickjobs-body .kc-account-badge__switch {
  color: var(--cj-primary);
  font-weight: 500;
  text-decoration: none;
}

body.clickjobs-body .kc-account-badge__switch:hover,
body.clickjobs-body .kc-account-badge__switch:focus-visible {
  text-decoration: underline;
}

body.clickjobs-body .kc-link {
  color: var(--cj-text-secondary);
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
}

body.clickjobs-body .kc-link:hover {
  text-decoration: underline;
  color: var(--cj-primary);
}

body.clickjobs-body .kc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-sizing: border-box;
  border-radius: var(--cj-radius-pill);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  font-family: inherit;
  text-decoration: none;
  white-space: nowrap;
  padding: 13px 22px;
  min-height: 48px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  position: relative;
  z-index: 10;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  user-select: none;
  -webkit-user-select: none;
}

body.clickjobs-body .kc-button:focus-visible {
  outline: 2px solid var(--cj-focus);
  outline-offset: 2px;
}

body.clickjobs-body .kc-button--primary {
  background: var(--cj-button-primary-bg);
  color: var(--cj-text-inverted);
  box-shadow: var(--cj-button-primary-shadow);
}

body.clickjobs-body .kc-button--primary:hover {
  background: var(--cj-button-primary-bg-hover);
  transform: translateY(-1px);
}

body.clickjobs-body .kc-button--primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

body.clickjobs-body .kc-button--secondary {
  background: var(--cj-surface-elevated);
  color: var(--cj-text);
  border: 1px solid var(--cj-border);
  box-shadow: var(--cj-button-secondary-shadow);
}

body.clickjobs-body .kc-button--secondary:hover {
  border-color: var(--cj-border-strong);
  background: var(--cj-hover-surface);
  transform: translateY(-1px);
}

body.clickjobs-body .kc-button--danger {
  background: #ef4444;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(239, 68, 68, 0.25);
}

body.clickjobs-body .kc-button--danger:hover {
  background: #dc2626;
}

body.clickjobs-body .kc-button:disabled,
body.clickjobs-body .kc-button[aria-disabled="true"] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

body.clickjobs-body .kc-button--block {
  width: 100%;
  justify-content: center;
}

body.clickjobs-body #updateProfile {
  margin-bottom: 14px;
}

body.clickjobs-body .kc-button--ghost {
  background: transparent;
  border: 1px dashed var(--cj-border);
  color: var(--cj-muted);
  box-shadow: none;
}

body.clickjobs-body .kc-button--ghost:hover {
  border-color: var(--cj-border-strong);
  color: var(--cj-text);
}

body.clickjobs-body .kc-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--cj-muted);
  font-size: 14px;
  margin-top: 8px;
}

body.clickjobs-body .kc-divider::before,
body.clickjobs-body .kc-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--cj-border);
}

body.clickjobs-body .kc-social-providers {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.clickjobs-body .kc-social-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: var(--cj-radius-pill);
  border: 1px solid var(--cj-border);
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 600;
  color: var(--cj-text);
  transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  background: var(--cj-surface-elevated);
}

body.clickjobs-body .kc-social-button:hover {
  border-color: var(--cj-border-strong);
  box-shadow: var(--cj-shadow);
}

body.clickjobs-body .kc-social-button--google {
  border-color: var(--cj-border);
  background: var(--cj-surface-elevated);
}

body.clickjobs-body .kc-social-button__icon img,
body.clickjobs-body .kc-social-button__icon i {
  width: 20px;
  height: 20px;
  display: block;
}

body.clickjobs-body .kc-social-button__icon i {
  font-size: 18px;
  color: var(--cj-text-secondary);
}

body.clickjobs-body .kc-social-button__placeholder {
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  background: var(--cj-surface-tertiary);
  color: var(--cj-text-secondary);
  font-size: 12px;
  font-weight: 700;
}

body.clickjobs-body .kc-social-button__label {
  font-size: 15px;
}

body.clickjobs-body .kc-field__helper {
  margin: 6px 0 0;
  padding: 0 0 0 16px;
  font-size: 13px;
  color: var(--cj-muted);
}

body.clickjobs-body .kc-input--textarea {
  min-height: 120px;
  resize: vertical;
}

body.clickjobs-body .kc-select select,
body.clickjobs-body .kc-select .kc-input {
  width: 100%;
}

body.clickjobs-body .kc-select::after {
  content: "";
}

body.clickjobs-body .kc-choice-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

body.clickjobs-body .kc-choice {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid var(--cj-border);
  border-radius: 18px;
  background: var(--cj-input-bg);
}

body.clickjobs-body .kc-choice__input {
  width: 18px;
  height: 18px;
}

body.clickjobs-body .kc-choice__label {
  font-size: 14px;
  font-weight: 500;
  color: var(--cj-text);
}

body.clickjobs-body .kc-field--checkbox .kc-checkbox {
  gap: 12px;
}

body.clickjobs-body .kc-try-another-way {
  margin-top: 8px;
}

body.clickjobs-body .kc-try-another-way__button {
  background: none;
  border: none;
  color: var(--cj-primary);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}

body.clickjobs-body .kc-panel__footer {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

body.clickjobs-body .kc-social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

body.clickjobs-body .kc-social-icons__item {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--cj-surface-secondary);
  border: 1px solid var(--cj-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cj-text);
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

body.clickjobs-body .kc-social-icons__item img {
  width: 26px;
  height: 26px;
}

body.clickjobs-body .kc-social-icons__item:hover {
  transform: translateY(-2px);
  background: var(--cj-hover-surface);
  border-color: var(--cj-border-strong);
}

body.clickjobs-body .kc-show-username {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--cj-surface-secondary);
  border-radius: 20px;
  font-size: 14px;
  color: var(--cj-text-secondary);
}

body.clickjobs-body .kc-panel__body:has(.kc-verification-card) {
  justify-content: flex-start;
  padding-top: clamp(12px, 4vh, 40px);
}

body.clickjobs-body .kc-panel__body:has(.kc-recovery-page) {
  justify-content: flex-start;
  padding-top: clamp(8px, 3vh, 28px);
  gap: 20px;
}

body.clickjobs-body .kc-verification-card {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid var(--cj-border);
  background: linear-gradient(180deg, var(--cj-surface-primary) 0%, var(--cj-surface-secondary) 100%);
  box-shadow: var(--cj-shadow);
}

body.clickjobs-body .kc-verification-card--info {
  border-color: rgba(var(--cj-primary-rgb), 0.18);
}

body.clickjobs-body .kc-verification-card--success {
  border-color: rgba(16, 185, 129, 0.2);
}

body.clickjobs-body .kc-verification-card--error {
  border-color: rgba(239, 68, 68, 0.25);
}

body.clickjobs-body .kc-verification-card--error .kc-verification-card__icon {
  color: var(--cj-danger);
}

body.clickjobs-body .kc-verification-card__status {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.clickjobs-body .kc-verification-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  background: var(--cj-info-soft);
  color: var(--cj-info);
}

body.clickjobs-body .kc-verification-card--success .kc-verification-card__icon {
  background: var(--cj-success-soft);
  color: var(--cj-success);
}

body.clickjobs-body .kc-verification-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--cj-surface-elevated);
  border: 1px solid var(--cj-border);
  color: var(--cj-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.clickjobs-body .kc-verification-card__lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: var(--cj-text);
}

body.clickjobs-body .kc-verification-card__meta {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 20px;
  background: var(--cj-surface-elevated);
  border: 1px solid var(--cj-border);
}

body.clickjobs-body .kc-verification-card__meta-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cj-muted);
}

body.clickjobs-body .kc-verification-card__email {
  font-size: 16px;
  font-weight: 600;
  color: var(--cj-text);
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.clickjobs-body .kc-verification-card__summary {
  display: grid;
  gap: 12px;
}

body.clickjobs-body .kc-verification-card__paragraph {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--cj-text-secondary);
}

body.clickjobs-body .kc-verification-card__hint {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--cj-muted);
}

body.clickjobs-body .kc-verification-card .kc-button {
  margin-top: 2px;
}

body.clickjobs-body .kc-resend-section {
  margin-top: 16px;
}

body.clickjobs-body .kc-resend-section > .kc-button {
  margin-top: 0;
}

body.clickjobs-body .kc-resend-message {
  margin: 8px 0 0;
  font-size: 13px;
  text-align: center;
}

body.clickjobs-body .kc-resend-message--success {
  color: var(--cj-success);
}

body.clickjobs-body .kc-resend-message--error {
  color: var(--cj-danger);
}

body.clickjobs-body .kc-idp-review-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 20px;
  border: 1px solid var(--cj-border);
  border-radius: 20px;
  background: var(--cj-surface-secondary);
}

body.clickjobs-body .kc-idp-review-card__body {
  text-align: center;
}

body.clickjobs-body .kc-idp-review-card__message {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cj-text);
}

body.clickjobs-body .kc-idp-review-card__email {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid var(--cj-border);
  border-radius: var(--cj-radius-pill);
  background: var(--cj-input-bg);
}

body.clickjobs-body .kc-idp-review-card__email-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--cj-muted);
  text-transform: uppercase;
}

body.clickjobs-body .kc-idp-review-card__email-value {
  font-size: 15px;
  font-weight: 600;
  color: var(--cj-text);
  word-break: break-all;
}

body.clickjobs-body .kc-idp-review-card__actions {
  margin-top: 8px;
}

body.clickjobs-body .kc-idp-review-card__hint {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--cj-muted);
  text-align: center;
}

body.clickjobs-body .kc-ordered-list--compact {
  margin: 0;
  gap: 10px;
  padding-left: 22px;
}

body.clickjobs-body .kc-info-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 12px 18px 12px;
  border: 1px solid var(--cj-border);
  border-radius: 20px;
  background: var(--cj-surface-secondary);
  font-size: 14px;
  color: var(--cj-text);
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.clickjobs-body .kc-info-block > p {
  margin: 0;
}

body.clickjobs-body .kc-info-block > p + p {
  margin-top: 8px;
}

body.clickjobs-body .kc-info-block__back-link {
  margin: 0;
}

body.clickjobs-body .kc-info-block__back-link .kc-info-link {
  margin-top: 0;
}

body.clickjobs-body .kc-info-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 18px;
  border-radius: var(--cj-radius-pill);
  border: 1px solid var(--cj-border);
  background: var(--cj-surface-elevated);
  box-sizing: border-box;
  color: var(--cj-primary);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.clickjobs-body .kc-info-link:hover {
  background: var(--cj-hover-surface);
  border-color: var(--cj-border-strong);
  transform: translateY(-1px);
}

body.clickjobs-body .kc-info-block--oauth {
  gap: 20px;
}

body.clickjobs-body .kc-info-block--richtext {
  line-height: 1.6;
}

body.clickjobs-body .kc-info-text {
  margin: 0;
  font-size: 14px;
  color: var(--cj-muted);
}

body.clickjobs-body .kc-info-text--strong {
  font-weight: 600;
  color: var(--cj-text);
}

body.clickjobs-body .kc-list,
body.clickjobs-body .kc-ordered-list {
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--cj-text);
  font-size: 14px;
  display: grid;
  gap: 8px;
}

body.clickjobs-body .kc-ordered-list {
  list-style: decimal;
}

body.clickjobs-body #kc-totp-settings {
  margin-bottom: 24px;
}

body.clickjobs-body #kc-totp-settings > li {
  display: grid;
  gap: 12px;
}

body.clickjobs-body #kc-totp-supported-apps,
body.clickjobs-body #kc-totp-settings li > p + ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
  color: var(--cj-text-secondary);
}

body.clickjobs-body #kc-totp-secret-key {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px dashed var(--cj-border);
  background: var(--cj-surface-elevated);
  font-family: "Roboto Mono", "Fira Code", monospace;
  font-size: 14px;
  letter-spacing: 0.08em;
  word-break: break-all;
}

body.clickjobs-body #kc-totp-secret-qr-code {
  display: block;
  width: min(100%, 220px);
  height: auto;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid var(--cj-border);
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

body.clickjobs-body #mode-barcode,
body.clickjobs-body #mode-manual {
  color: var(--cj-primary);
  font-weight: 600;
  text-decoration: none;
}

body.clickjobs-body #mode-barcode:hover,
body.clickjobs-body #mode-barcode:focus-visible,
body.clickjobs-body #mode-manual:hover,
body.clickjobs-body #mode-manual:focus-visible {
  text-decoration: underline;
}

body.clickjobs-body .kc-alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid transparent;
  background: var(--cj-warning-soft);
  color: var(--cj-warning);
}

body.clickjobs-body .kc-alert--warning {
  border-color: var(--cj-warning-soft-strong);
}

body.clickjobs-body .kc-alert__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

body.clickjobs-body .kc-alert__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body.clickjobs-body .kc-alert__title {
  font-weight: 600;
  color: inherit;
}

body.clickjobs-body .kc-alert__description {
  font-size: 14px;
  color: var(--cj-text-secondary);
}

body.clickjobs-body .kc-recovery-codes {
  position: relative;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--cj-panel-border);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(var(--cj-primary-rgb), 0.12), transparent 38%),
    linear-gradient(180deg, var(--cj-surface-primary) 0%, var(--cj-surface-secondary) 100%);
  box-shadow: var(--cj-shadow);
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}

body.clickjobs-body .kc-recovery-page {
  display: grid;
  gap: 16px;
}

body.clickjobs-body .kc-recovery-page__warning {
  margin: 0;
}

body.clickjobs-body .kc-recovery-page__form {
  gap: 18px;
}

body.clickjobs-body .kc-recovery-codes__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

body.clickjobs-body .kc-recovery-codes__title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

body.clickjobs-body .kc-recovery-codes__caption {
  margin: 0;
  max-width: 340px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--cj-muted);
  text-align: right;
}

body.clickjobs-body .kc-recovery-codes__list {
  margin: 0;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  color: var(--cj-text);
  list-style-position: inside;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--cj-border);
}

body.clickjobs-body .kc-recovery-codes__item {
  font-family: "Roboto Mono", "Fira Code", monospace;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px dashed var(--cj-border);
  background: var(--cj-surface-elevated);
}

body.clickjobs-body .kc-recovery-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
}

body.clickjobs-body .kc-recovery-actions .kc-button {
  width: 100%;
  min-height: 46px;
  padding: 12px 16px;
}

body.clickjobs-body .kc-recovery-actions .kc-button--ghost {
  border-style: solid;
  background: var(--cj-surface-elevated);
  color: var(--cj-text-secondary);
}

body.clickjobs-body .kc-recovery-actions .kc-button--ghost:hover {
  color: var(--cj-text);
  background: var(--cj-hover-surface);
}

body.clickjobs-body .kc-recovery-actions {
  margin-bottom: 2px;
}

body.clickjobs-body .kc-recovery-preferences {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--cj-border);
  background: var(--cj-surface-secondary);
}

body.clickjobs-body .kc-recovery-preference {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--cj-border);
  background: var(--cj-surface-elevated);
}

body.clickjobs-body .kc-recovery-preference .kc-field {
  gap: 0;
}

body.clickjobs-body .kc-recovery-preference .kc-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--cj-text);
}

body.clickjobs-body .kc-recovery-preference .kc-checkbox__input {
  flex: 0 0 auto;
  margin-top: 2px;
}

body.clickjobs-body .kc-recovery-preference .kc-checkbox__label {
  line-height: 1.5;
  color: var(--cj-text);
}

body.clickjobs-body .kc-recovery-page__primary-actions .kc-form__actions {
  justify-content: flex-end;
  gap: 12px;
}

body.clickjobs-body .kc-recovery-page__primary-actions .kc-button {
  min-width: 156px;
}

body.clickjobs-body .kc-recovery-page__primary-actions .kc-button--block {
  min-width: 0;
}

body.clickjobs-body .kc-credential-list {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

body.clickjobs-body .kc-credential-list__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid var(--cj-border);
  border-radius: 20px;
  background: var(--cj-surface-elevated);
  color: var(--cj-text);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.clickjobs-body .kc-credential-list__item.is-selected,
body.clickjobs-body .kc-credential-list__item:hover {
  border-color: var(--cj-primary);
  box-shadow: 0 10px 24px rgba(var(--cj-primary-rgb), 0.2);
}

body.clickjobs-body .kc-credential-list__icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--cj-surface-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.clickjobs-body .kc-credential-list__icon-shape {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--cj-primary);
  display: block;
}

body.clickjobs-body .kc-credential-list__label {
  font-size: 15px;
  font-weight: 600;
}

body.clickjobs-body .kc-authenticator-list {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

body.clickjobs-body .kc-authenticator-list__item {
  margin: 0;
}

body.clickjobs-body .kc-authenticator {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid var(--cj-border);
  border-radius: 22px;
  background: var(--cj-surface-elevated);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

body.clickjobs-body .kc-authenticator.is-selected,
body.clickjobs-body .kc-authenticator:hover {
  border-color: var(--cj-primary);
  box-shadow: 0 18px 32px rgba(var(--cj-primary-rgb), 0.18);
  transform: translateY(-1px);
}

body.clickjobs-body .kc-authenticator__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--cj-surface-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.clickjobs-body .kc-authenticator__icon svg,
body.clickjobs-body .kc-authenticator__icon i {
  width: 20px;
  height: 20px;
  color: var(--cj-text);
}

body.clickjobs-body .kc-authenticator__button {
  display: flex;
  align-items: center;
  gap: 16px;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  padding: 0;
  color: var(--cj-text);
  cursor: inherit;
}

body.clickjobs-body .kc-authenticator__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: inherit;
}

body.clickjobs-body .kc-authenticator__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: inherit;
}

body.clickjobs-body .kc-authenticator__description,
body.clickjobs-body .kc-authenticator__meta {
  font-size: 13px;
  color: var(--cj-muted);
}

body.clickjobs-body .kc-authenticator__arrow {
  font-size: 16px;
  color: var(--cj-muted);
}

html.clickjobs-html.dark body.clickjobs-body .kc-authenticator__button,
html.clickjobs-html.dark body.clickjobs-body .kc-authenticator__title {
  color: var(--cj-text) !important;
}

html.clickjobs-html.dark body.clickjobs-body .kc-authenticator__description,
html.clickjobs-html.dark body.clickjobs-body .kc-authenticator__meta,
html.clickjobs-html.dark body.clickjobs-body .kc-authenticator__arrow {
  color: var(--cj-text-secondary) !important;
}

body.clickjobs-body .kc-authenticator--webauthn {
  cursor: pointer;
}

body.clickjobs-body .kc-authenticator--webauthn.is-selected {
  border-color: var(--cj-primary);
  background: var(--cj-surface-secondary);
}

body.clickjobs-body .kc-form--webauthn {
  width: 100%;
}

body.clickjobs-body .kc-form--webauthn .kc-form__group {
  width: 100%;
}

body.clickjobs-body .kc-field--recaptcha {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  overflow: visible;
  margin-top: 2px;
}

body.clickjobs-body .kc-field--recaptcha .g-recaptcha {
  display: block;
  width: fit-content;
  max-width: 100%;
  overflow: visible;
}

body.clickjobs-body .kc-field--recaptcha .g-recaptcha:not([data-size="compact"]) {
  display: block;
  width: 304px;
  height: 78px;
  max-width: 304px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

body.clickjobs-body .kc-field--recaptcha .g-recaptcha > div {
  margin: 0;
}

body.clickjobs-body .kc-field--recaptcha .g-recaptcha:not([data-size="compact"]) > div {
  display: block;
  width: 304px !important;
  height: 78px !important;
  line-height: 0;
  font-size: 0;
}

body.clickjobs-body .kc-field--recaptcha .g-recaptcha[data-size="compact"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 98px;
  padding: 14px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--cj-border);
  background: var(--cj-recaptcha-bg);
  box-shadow: var(--cj-recaptcha-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.clickjobs-body .kc-field--recaptcha iframe {
  display: block;
  border: 0;
}

body.clickjobs-body .kc-field--recaptcha .g-recaptcha:not([data-size="compact"]) iframe {
  width: 304px !important;
  height: 78px !important;
}

/* Background elements styles */
body.clickjobs-body .backgroundElementContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	z-index: -1;
  display: none !important;
}

body.clickjobs-body .backgroundElement {
	width: 700px;
	height: 700px;
	position: absolute;
	z-index: -1;
  opacity: var(--cj-blob-opacity);
  filter: var(--cj-blob-filter);
}

/* Hide decorative background blobs (mobile only) */

body.clickjobs-body .BlueBcg {
	right: -380px;
	top: -250px;
	transform: scale(0.8) rotate(-32deg);
}

body.clickjobs-body .GreenBcg {
	left: -450px;
	top: -60px;
	transform: scale(0.8) rotate(20deg);
}

body.clickjobs-body .GoldBcg {
	bottom: -240px;
	right: -450px;
	transform: scale(0.8) rotate(-25deg);
}

/* Mobile responsive styles for background elements */
@media (max-width: 768px) {
	body.clickjobs-body .backgroundElement {
		width: 500px;
		height: 500px;
	}

	body.clickjobs-body .BlueBcg {
		right: -350px;
		top: -300px;
		transform: scale(0.6) rotate(-24deg);
	}

	body.clickjobs-body .GreenBcg {
		left: -400px;
		top: -80px;
		transform: scale(0.6) rotate(20deg);
	}

	body.clickjobs-body .GoldBcg {
		bottom: -250px;
		right: -350px;
		transform: scale(0.6) rotate(-12deg);
	}
}

/* Extra small mobile devices */
@media (max-width: 480px) {
	body.clickjobs-body .backgroundElement {
		width: 400px;
		height: 400px;
	}

	body.clickjobs-body .BlueBcg {
		right: -225px;
		top: -150px;
		transform: scale(0.5) rotate(-24deg);
	}

	body.clickjobs-body .GreenBcg {
		left: -250px;
		top: 100px;
		transform: scale(0.5) rotate(20deg);
	}

	body.clickjobs-body .GoldBcg {
		bottom: -150px;
		right: -250px;
		transform: scale(0.5) rotate(-12deg);
	}
}

/* Responsive scaling for shorter screens (e.g. 1080p at 125% scale = 864px height) */
@media (min-width: 1280px) and (max-height: 960px) {
  body.clickjobs-body .kc-login-theme__panel {
    padding: 32px 40px !important;
  }

  body.clickjobs-body .kc-panel__title-logo {
    margin-bottom: 0 !important;
    width: clamp(320px, 60%, 420px) !important;
  }

  body.clickjobs-body .kc-panel__nav {
    margin-bottom: 20px !important;
  }

  body.clickjobs-body .kc-form {
    gap: 16px;
  }

  body.clickjobs-body .kc-form__group {
    gap: 16px;
  }

  body.clickjobs-body .kc-input {
    padding: 10px 16px;
  }

  body.clickjobs-body .kc-password-input .kc-input {
    padding: 10px 16px;
    padding-right: 0;
  }

  body.clickjobs-body .kc-button {
    min-height: 40px;
    padding: 10px 16px;
  }

  body.clickjobs-body .kc-panel__footer {
    margin-top: 24px;
  }

  body.clickjobs-body .kc-register-benefits {
    padding: 32px;
    margin: 24px;
    gap: 12px;
  }

  body.clickjobs-body .kc-register-benefits__intro-card {
    padding: 0;
  }

  body.clickjobs-body .kc-register-benefits__title {
    font-size: 22px;
  }

  body.clickjobs-body .kc-register-benefit-card {
    padding: 12px 0;
    border-radius: 0;
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 12px;
  }

  body.clickjobs-body .kc-register-benefit-card__icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  body.clickjobs-body .kc-register-benefit-card__icon .kc-benefit-icon {
    width: 17px;
    height: 17px;
  }

  body.clickjobs-body .kc-register-benefit-card__icon .kc-benefit-icon--mark {
    width: 21px;
    height: 21px;
  }
}

/* Even tighter for very short screens */
@media (min-width: 1280px) and (max-height: 800px) {
  body.clickjobs-body .kc-login-theme__panel {
    padding: 24px 32px !important;
  }

  body.clickjobs-body .kc-panel__title-logo {
    margin-bottom: 16px !important;
    width: clamp(280px, 50%, 360px) !important;
  }

  body.clickjobs-body .kc-register-benefits {
    padding: 24px;
    margin: 16px;
  }
}

/* Responsive adjustments for viewports below 1280px */
@media (max-width: 1279px) {
  /* Hide decorative background blobs (mobile only) */
	body.clickjobs-body .backgroundElement.BlueBcg,
	body.clickjobs-body .backgroundElement.GreenBcg,
	body.clickjobs-body .backgroundElement.GoldBcg {
		display: none !important;
	}

  body.clickjobs-body {
    display: block !important;
    padding: 16px !important;
    background: var(--cj-bg);
  }

  body.clickjobs-body .kc-login-theme {
    display: grid !important;
    grid-template-columns: 100% !important;
    grid-template-rows: auto auto !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 640px !important;
    margin: 0 auto !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  body.clickjobs-body .kc-login-theme__panel {
    grid-row: 1 !important;
    grid-column: 1 !important;
    order: unset !important;
    padding: 32px 24px !important;
    border-radius: 24px !important;
    box-shadow: var(--cj-shadow);
  }

  body.clickjobs-body .kc-login-theme__mosaic {
    display: none !important;
    grid-row: 2 !important;
    grid-column: 1 !important;
    order: unset !important;
    min-height: 0 !important;
    height: 100% !important;
    z-index: 1 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  body.clickjobs-body .kc-panel {
    padding: 0 !important;
  }

  body.clickjobs-body .kc-panel__header {
    margin-bottom: 12px !important;
    justify-content: space-between !important;
  }

  body.clickjobs-body .kc-panel__header .kc-register-cta-group {
    display: none !important;
  }

  body.clickjobs-body .kc-panel__nav {
    margin-bottom: 16px !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  body.clickjobs-body .kc-register-cta--mobile {
    display: inline-flex !important;
    justify-content: center !important;
    width: 100% !important;
  }

  html.clickjobs-html body.clickjobs-body .kc-login-theme__panel .kc-panel__subheader {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 12px !important;
    margin: 0 0 32px !important;
  }

  body.clickjobs-body .kc-back-button {
    width: auto !important;
    justify-content: flex-start !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  body.clickjobs-body .kc-register-cta-group--mobile {
    width: 100% !important;
  }

  body.clickjobs-body .kc-register-caption--desktop {
    display: none !important;
  }

  body.clickjobs-body .kc-register-caption--mobile {
    display: none !important;
    text-align: center !important;
  }

  body.clickjobs-body .kc-panel__title-logo {
    width: clamp(240px, 80%, 320px) !important;
    margin-bottom: 0 !important;
  }

  body.clickjobs-body .kc-panel__title {
    font-size: clamp(22px, 7vw, 26px) !important;
    line-height: 1.2 !important;
  }

  body.clickjobs-body .kc-info-block {
    padding: 16px;
  }

  body.clickjobs-body .kc-panel__body:has(.kc-verification-card) {
    padding-top: 0;
  }

  body.clickjobs-body .kc-verification-card {
    padding: 20px;
    border-radius: 24px;
  }

  body.clickjobs-body .kc-verification-card__lead {
    font-size: 15px;
  }

  body.clickjobs-body .kc-verification-card__email {
    font-size: 15px;
  }

  body.clickjobs-body .kc-recovery-page {
    gap: 14px;
  }

  body.clickjobs-body .kc-recovery-codes {
    padding: 20px 18px;
    border-radius: 24px;
  }

  body.clickjobs-body .kc-recovery-codes__header {
    flex-direction: column;
    align-items: flex-start;
  }

  body.clickjobs-body .kc-recovery-codes__title {
    font-size: 20px;
  }

  body.clickjobs-body .kc-recovery-codes__caption {
    max-width: none;
    text-align: left;
  }

  body.clickjobs-body .kc-recovery-codes__list {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  body.clickjobs-body .kc-recovery-actions {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.clickjobs-body .kc-recovery-preferences {
    padding: 14px;
  }

  body.clickjobs-body .kc-recovery-preference {
    padding: 14px 16px;
  }

  body.clickjobs-body .kc-recovery-page__primary-actions .kc-form__actions {
    justify-content: stretch;
  }

  body.clickjobs-body .kc-info-link {
    padding: 13px 16px;
    font-size: 14px;
  }

  body.clickjobs-body .kc-panel__body {
    margin-top: 24px !important;
    gap: 20px !important;
  }

  body.clickjobs-body .kc-register-benefits {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    grid-row: 2 !important;
    grid-column: 1 !important;
    order: unset !important;
    padding: 32px 24px !important;
    pointer-events: auto !important;
    color: var(--cj-text) !important;
    width: auto !important;
    margin: 0 !important;
    background: var(--cj-benefits-bg) !important;
    z-index: 2 !important;
    border-radius: 24px !important;
  }

  body.clickjobs-body .kc-register-benefits__eyebrow {
    color: var(--cj-text) !important;
    background: rgba(255, 255, 255, 0.9) !important;
  }

  body.clickjobs-body .kc-register-benefits__title {
    color: var(--cj-text) !important;
  }

  body.clickjobs-body .kc-register-benefits__lead {
    text-decoration: none;
  }

  body.clickjobs-body .kc-form__meta,
  body.clickjobs-body .kc-form__actions {
    text-decoration: none;
    align-items: stretch !important;
    gap: 16px !important;
  }

  body.clickjobs-body .kc-form__meta > * {
    width: 100% !important;
  }

  body.clickjobs-body .kc-form__meta .kc-checkbox {
    justify-content: flex-start !important;
  }

  body.clickjobs-body .kc-form__meta .kc-link {
    display: inline-block !important;
    text-align: left !important;
  }

  body.clickjobs-body .kc-button {
    width: 100% !important;
  }

  body.clickjobs-body .kc-social-providers {
    gap: 16px !important;
  }

  body.clickjobs-body .kc-social-button {
    width: 100% !important;
  }

  body.clickjobs-body .kc-mosaic-single,
  body.clickjobs-body .kc-mosaic-single__image {
    border-radius: 24px !important;
  }

  body.clickjobs-body .kc-mosaic-single {
    height: 100% !important;
  }

  body.clickjobs-body .kc-mosaic-single__image {
    object-position: center top !important;
    transform: scale(1.02);
  }

  body.clickjobs-body .kc-panel__footer {
    margin-top: 24px !important;
  }

  body.clickjobs-body .kc-social-icons {
    justify-content: center !important;
  }
}

@media (max-width: 360px) {
  body.clickjobs-body {
    padding: 8px !important;
  }

  body.clickjobs-body .kc-login-theme__panel {
    padding: 24px 12px !important;
  }

  body.clickjobs-body .kc-register-benefits {
    padding: 24px 12px !important;
  }

  body.clickjobs-body .kc-field--recaptcha {
    overflow: hidden;
  }

  body.clickjobs-body .kc-field--recaptcha .g-recaptcha {
    transform: scale(0.92);
    transform-origin: left top;
  }

  body.clickjobs-body .kc-social-button {
    padding: 10px 12px !important;
  }

  body.clickjobs-body .kc-social-button__label {
    font-size: 14px;
  }

  body.clickjobs-body .kc-panel__title {
    font-size: clamp(20px, 6vw, 24px) !important;
  }
}
