.boat-error-diagnostics-panel {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(148, 163, 184, 0.38);
}

.boat-error-diagnostics-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
}

.boat-error-diagnostics-grid .boat-admin-grid-wrap {
  max-height: 230px;
}

.boat-system-alert-wrap {
  max-height: 190px;
  margin-bottom: 12px;
  border: 1px solid rgba(148, 163, 184, 0.28);
}

.boat-error-code {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #eff6ff;
  color: #0f4c81;
  font-weight: 800;
  white-space: nowrap;
}

.boat-failure-route {
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.boat-alert-resolve-button {
  min-height: 30px;
  height: 30px;
  padding: 0 12px;
  border-radius: 8px;
}

.boat-internal-board {
  height: calc(100vh - 132px);
  overflow: hidden;
}

.boat-internal-board > .section-title {
  align-items: center;
  gap: 14px;
}

.boat-internal-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.boat-internal-actions .secondary-button {
  min-height: 34px;
  height: 34px;
  padding: 0 12px;
  white-space: nowrap;
}

.boat-internal-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  height: calc(100% - 70px);
  min-height: 0;
}

.boat-internal-column {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 8px;
}

.boat-internal-column .boat-admin-grid-wrap {
  max-height: none;
  height: 100%;
  overflow: auto;
}

.boat-internal-column .boat-system-alert-wrap {
  margin-bottom: 0;
}

.boat-ticket-complete-button {
  min-height: 30px;
  height: 30px;
  padding: 0 12px;
  border-radius: 8px;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .boat-internal-split {
    grid-template-columns: 1fr;
  }
}
