:root {
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #1f2937;
  background-color: #f4f6f9;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  min-height: 100vh;
  background-color: #f4f6f9;
  color: #1f2937;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.gi-logo {
  width: 33px;
  height: 33px;
  font-size: 18px;
}

.auth-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)),
              url('/images/login-bg.jpg') center center / cover no-repeat;
  background-color: #f4f6f9;
  padding: 24px;
}

.login-card {
  width: min(420px, 100%);
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}

.table-actions {
  white-space: nowrap;
}

.table-indicator-name {
  white-space: normal;
  max-width: 320px;
}
