.brand-link {
  display: flex;
  justify-content: center;
}

.brand-text {
  font-weight: 600 !important;
  letter-spacing: 0.02em;
}

.content-header h1 {
  font-size: 1.6rem;
}

.header-meta {
  font-size: 0.9rem;
}

.small-box h3 {
  font-size: 1.55rem;
  white-space: nowrap;
}

.usd-line {
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 0.92;
}

.small-box .small-box-footer {
  display: block;
  padding: 6px 0;
  background: rgba(0, 0, 0, 0.08);
}

.alert code {
  color: #1b4d6e;
}

.chart-wrap {
  position: relative;
  height: 260px;
}

#evolution-chart,
#daily-chart,
#hourly-chart {
  width: 100%;
}

#metric-toggle .btn,
#daily-toggle .btn {
  min-width: 6.4rem;
}

@media (max-width: 767.98px) {
  .small-box h3 {
    font-size: 1.15rem;
  }
}
