.s-PermissionCheckEditor {
  min-height: 450px;
}

.s-horizontal-divider {
  margin: 1em 0;
  line-height: 0;
  text-align: center;
}

.s-horizontal-divider span {
  background-color: var(--s-card-bg);
  padding: 1em;
}

.s-horizontal-divider:before {
  content: " ";
  display: block;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #f7f7f7;
}

/* Multiline Comments cells with scroll (Operator Notes, BoreInfo, Well Actions, AI Logs grids) */
.s-PetrolAi-OperatorNotes-OnNotesGrid .slick-cell.on-notes-comments-cell,
.s-PetrolAi-AiChat-AiChatLogGrid .slick-cell.on-notes-comments-cell,
.s-PetrolAi-Reports-AiReportLogGrid .slick-cell.on-notes-comments-cell,
.s-PetrolAi-Reports-AiReportPromptGrid .slick-cell.on-notes-comments-cell,
.s-PetrolAi-WellActions-WaActionsGrid .slick-cell.on-notes-comments-cell,
.s-PetrolAi-BoreInfo-BiMainGrid .slick-cell.on-notes-comments-cell,
.s-PetrolAi-BoreInfo-BiViewBoreInfoGrid .slick-cell.on-notes-comments-cell,
.s-PetrolAi-BoreInfo-BiWellCommentsGrid .slick-cell.on-notes-comments-cell,
.s-PetrolAi-BoreInfo-BiViewWellCommentsGrid .slick-cell.on-notes-comments-cell,
.s-PetrolAi-BoreInfo-BiOperationalHighlightsGrid .slick-cell.on-notes-comments-cell,
.s-PetrolAi-BoreInfo-BiViewOperationalHighlightsGrid .slick-cell.on-notes-comments-cell,
.s-PetrolAi-BoreInfo-BiPlannedActionsGrid .slick-cell.on-notes-comments-cell,
.s-PetrolAi-BoreInfo-BiViewPlannedActionsGrid .slick-cell.on-notes-comments-cell {
  overflow: hidden;
  white-space: normal;
  line-height: 1.3;
}
.s-PetrolAi-OperatorNotes-OnNotesGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap,
.s-PetrolAi-AiChat-AiChatLogGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap,
.s-PetrolAi-Reports-AiReportLogGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap,
.s-PetrolAi-Reports-AiReportPromptGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap,
.s-PetrolAi-WellActions-WaActionsGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap,
.s-PetrolAi-BoreInfo-BiMainGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap,
.s-PetrolAi-BoreInfo-BiViewBoreInfoGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap,
.s-PetrolAi-BoreInfo-BiWellCommentsGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap,
.s-PetrolAi-BoreInfo-BiViewWellCommentsGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap,
.s-PetrolAi-BoreInfo-BiOperationalHighlightsGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap,
.s-PetrolAi-BoreInfo-BiViewOperationalHighlightsGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap,
.s-PetrolAi-BoreInfo-BiPlannedActionsGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap,
.s-PetrolAi-BoreInfo-BiViewPlannedActionsGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap {
  overflow-y: auto;
  max-height: 100%;
  font-size: 0.85em;
  line-height: 1.3;
}
.s-PetrolAi-OperatorNotes-OnNotesGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap pre,
.s-PetrolAi-AiChat-AiChatLogGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap pre,
.s-PetrolAi-Reports-AiReportLogGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap pre,
.s-PetrolAi-Reports-AiReportPromptGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap pre,
.s-PetrolAi-WellActions-WaActionsGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap pre,
.s-PetrolAi-BoreInfo-BiMainGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap pre,
.s-PetrolAi-BoreInfo-BiViewBoreInfoGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap pre,
.s-PetrolAi-BoreInfo-BiWellCommentsGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap pre,
.s-PetrolAi-BoreInfo-BiViewWellCommentsGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap pre,
.s-PetrolAi-BoreInfo-BiOperationalHighlightsGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap pre,
.s-PetrolAi-BoreInfo-BiViewOperationalHighlightsGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap pre,
.s-PetrolAi-BoreInfo-BiPlannedActionsGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap pre,
.s-PetrolAi-BoreInfo-BiViewPlannedActionsGrid .slick-cell.on-notes-comments-cell .on-notes-comments-wrap pre {
  margin: 0;
  white-space: pre-wrap;
  font-family: inherit;
  font-size: inherit;
}

.operational-highlights-note {
  margin: 0 0 0.75rem 0;
  padding: 0.5rem 0.75rem;
  background: #f8f9fa;
  border-left: 3px solid #6c757d;
  font-size: 0.9rem;
  color: #495057;
}