@import url('/scout-report-v12.css');

.scout-fleet-panel {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: stretch;
  border-top: 1px solid #61707966;
  border-bottom: 1px solid #61707966;
  background: linear-gradient(90deg, #261117cc, #0d1920cc 32%, #09131899);
}

.scout-fleet-panel > header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 11px 18px;
  border-right: 1px solid #61707966;
}

.scout-fleet-panel > header small {
  color: #d4a848;
  font: 800 9px/1.4 Arial, sans-serif;
  letter-spacing: .14em;
}

.scout-fleet-panel > header b {
  margin-top: 2px;
  color: #c5d0d5;
  font: 700 11px/1.4 Arial, sans-serif;
  letter-spacing: .06em;
}

.scout-fleet-panel > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scout-fleet-panel span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 9px 18px;
  border-right: 1px solid #61707966;
}

.scout-fleet-panel span:last-child {
  border-right: 0;
}

.scout-fleet-panel span small {
  color: #91a4ae;
  font: 600 9px/1.35 Arial, sans-serif;
  letter-spacing: .08em;
}

.scout-fleet-panel span b {
  margin-top: 3px;
  color: #f0c65d;
  font: 800 15px/1.3 Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

@media (max-width: 800px) {
  .scout-fleet-panel {
    grid-template-columns: 1fr;
  }

  .scout-fleet-panel > header {
    border-right: 0;
    border-bottom: 1px solid #61707966;
  }
}

@media (max-width: 560px) {
  .scout-fleet-panel > div {
    grid-template-columns: 1fr;
  }

  .scout-fleet-panel span {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    border-right: 0;
    border-bottom: 1px solid #61707966;
  }

  .scout-fleet-panel span:last-child {
    border-bottom: 0;
  }
}
