body.post-type-fm_interview.post-php .wp-heading-inline,
body.post-type-fm_interview.post-php .page-title-action,
body.post-type-fm_interview.post-php .wp-header-end {
  display: none;
}
body.post-type-fm_interview.post-php #post #post-body {
  margin-right: 0;
}
body.post-type-fm_interview.post-php #post #post-body .postbox-container {
  display: none;
}
#functiemanager_interview {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#functiemanager_interview h1 {
  flex: 0 0 100%;
}
#functiemanager_interview #interview_chat_container {
  flex: 0 0 50%;
  overflow: hidden;
}
#functiemanager_interview #interview_chat_container #chat_log {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 500px;
  overflow-y: scroll;
  margin-bottom: 20px;
}
#functiemanager_interview #interview_chat_container #chat_log .message {
  max-width: 70%;
  align-self: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 10px;
  background-color: #f3f4f6;
  box-sizing: border-box;
}
#functiemanager_interview #interview_chat_container #chat_log .message > *:first-child {
  margin-top: 0;
}
#functiemanager_interview #interview_chat_container #chat_log .message > *:last-child {
  margin-bottom: 0;
}
#functiemanager_interview #interview_chat_container #chat_log .message.message-user {
  align-self: flex-end;
  background-color: #f0f6fe;
}
#functiemanager_interview #functiebeschrijving_container {
  border-radius: 5px;
  padding: 10px;
  background-color: #F9FAFB;
  box-sizing: border-box;
  flex: 0 0 calc(50% - 30px);
}
#functiemanager_interview #functiebeschrijving_container > *:first-child {
  margin-top: 0;
}
#functiemanager_interview #functiebeschrijving_container > *:last-child {
  margin-bottom: 0;
}
#functiemanager_interview #functiebeschrijving_container.processing > * {
  opacity: 0.2;
}
#functiemanager_interview #functiebeschrijving_container.processing .spinner {
  opacity: 1;
  visibility: visible;
}
#functiemanager_interview #functiebeschrijving_container #functiebeschrijving_list {
  margin-top: 20px;
}
#functiemanager_interview #functiebeschrijving_container #functiebeschrijving_list tr.generating td {
  opacity: 0.2;
}
#functiemanager_interview #functiebeschrijving_container #functiebeschrijving_list tr.generating td.status {
  opacity: 1;
}
#functiemanager_interview #functiebeschrijving_container #functiebeschrijving_list tr.generating .spinner {
  opacity: 1;
  visibility: visible;
}
#functiemanager_interview #functiebeschrijving_container th.status,
#functiemanager_interview #functiebeschrijving_container td.status {
  width: 20px;
}
.variant-container .toggle-variants {
  /* existing styles... */
}
.variant-section .variant-prompts {
  display: flex;
  gap: 20px;
}
.variant-section .variant-prompts .variant-input {
  flex: 1;
  min-width: 0;
}
.variant-section .variant-prompts .variant-input fieldset {
  min-inline-size: auto;
}
/* Hide placeholder cell for summary alignment */
.before-placeholder {
  border: none !important;
  background: transparent !important;
}
.variant-container .toggle-variants .variant-count {
  margin-left: 8px;
  font-size: 0.9em;
  color: #555;
}
dialog.fm_jobdescription_tool {
  position: fixed;
  margin-bottom: auto;
  padding: 0;
  width: 80vw;
}
dialog.fm_jobdescription_tool header {
  display: flex;
  justify-content: space-between;
}
dialog.fm_jobdescription_tool header h2 {
  font-weight: 600;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0;
  line-height: 1.4;
}
dialog.fm_jobdescription_tool header button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  color: #787c82;
  width: 1.62rem;
}
dialog.fm_jobdescription_tool .inside {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  /* Per-variant action buttons under summary cards */
}
dialog.fm_jobdescription_tool .inside textarea {
  width: 100%;
}
dialog.fm_jobdescription_tool .inside .result {
  max-height: 50vh;
  overflow-y: auto;
}
dialog.fm_jobdescription_tool .inside .variant-actions {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
dialog.fm_jobdescription_tool .actions {
  padding: 10px;
  clear: both;
  border-top: 1px solid #dcdcde;
  background: #f6f7f7;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
dialog.fm_jobdescription_tool .actions .button .dashicons {
  vertical-align: sub;
}
dialog.fm_jobdescription_tool.loading .spinner {
  visibility: visible;
  float: left;
}
dialog.fm_jobdescription_tool.loading .result {
  display: none;
}
/* Variant options collapsible section */
.variant-container {
  padding: 10px;
  border-top: 1px solid #dcdcde;
}
.variant-container .toggle-variants {
  display: flex;
  align-items: center;
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  font-weight: 600;
  cursor: pointer;
}
.variant-container .toggle-variants .dashicons {
  margin-right: 8px;
  transition: transform 0.2s ease;
}
.variant-container.open .toggle-variants .dashicons {
  transform: rotate(180deg);
}
.variant-container .variant-section {
  display: none;
  background: transparent;
}
/* Job Descriptions Tool Preview Styles */
.fm-jd-preview-section {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.fm-jd-preview-section:last-child {
  border-bottom: none;
}
.fm-jd-preview-section h4 {
  margin: 0 0 10px;
  font-size: 1.1em;
}
.fm-jd-preview-section .fm-jd-preview-cards {
  display: flex;
  gap: 20px;
}
.fm-jd-preview-section .fm-jd-preview-cards .fm-jd-preview-card {
  flex: 1;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
}
.fm-jd-preview-section .fm-jd-preview-cards .fm-jd-preview-card.fm-jd-preview-before {
  border-left: 4px solid #f5c6cb;
  background-color: #f8d7da;
}
.fm-jd-preview-section .fm-jd-preview-cards .fm-jd-preview-card.fm-jd-preview-after {
  border-left: 4px solid #c3e6cb;
  background-color: #d4edda;
}
.fm-jd-preview-section .fm-jd-preview-cards .fm-jd-preview-card h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: bold;
}
.fm-jd-preview-section .fm-jd-preview-cards .fm-jd-preview-card pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}
.fm-jd-preview-section .badge {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 0.85em;
  vertical-align: middle;
}
/* Job description field actions */
.fm-field-row .fm-improve-btn {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.fm-field-row:hover .fm-improve-btn,
.fm-field-row:focus-within .fm-improve-btn {
  opacity: 1;
  pointer-events: auto;
}
.leonardus-report-card {
  border: 1px solid #e3e7ee;
}
.leonardus-report-card .card-body,
.leonardus-report-card .card-footer {
  background: transparent;
}
/* Improve Job Description diff styling */
#fm-improve-diff .diff .diff-deletedline {
  background-color: #f8d7da;
  color: #842029;
}
#fm-improve-diff .diff .diff-deletedline code {
  background: transparent;
}
#fm-improve-diff .diff .diff-addedline {
  background-color: #d1e7dd;
  color: #0f5132;
}
#fm-improve-diff .diff .diff-addedline code {
  background: transparent;
}
/*# sourceMappingURL=style.css.map */