body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f8f9fa;
}

footer {
  margin-top: auto;
}

.navbar-brand {
  font-weight: bold;
}

.card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
}

.card-header {
  border-bottom: none;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  max-height: 300px;
  overflow-y: auto;
}

.worklog-output {
  min-height: 220px;
  max-height: 420px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.progress {
  height: 25px;
}

.progress-bar {
  font-weight: bold;
}

table th,
table td {
  vertical-align: middle;
}

.navbar-status-group {
  flex-wrap: wrap;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
}

.status-chip-success {
  background-color: #d1e7dd;
  color: #0f5132;
}

.status-chip-secondary {
  background-color: #e2e3e5;
  color: #41464b;
}

.status-chip-danger {
  background-color: #f8d7da;
  color: #842029;
}

.status-chip-warning {
  background-color: #fff3cd;
  color: #664d03;
}

.integration-status-card dt {
  font-weight: 600;
}

.integration-status-card dd {
  margin-bottom: 0.75rem;
}

.integration-help {
  font-size: 0.95rem;
}

.integration-tabs .nav-link {
  font-weight: 600;
}
