.fg-locale-demo {
  margin: 20px 0 10px;
}

.fg-locale-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fg-locale-card {
  min-width: 0;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
  background: #f8fafc;
  overflow: hidden;
}

.fg-locale-card__head {
  padding: 14px 16px;
  border-bottom: 1px solid #d8e0ea;
  background: #ffffff;
}

.fg-locale-card__title {
  margin: 0 0 4px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a2332;
}

.fg-locale-card__note {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #5a6a7a;
}

.fg-locale-chart-wrap {
  overflow-x: auto;
  padding: 12px;
}

.fg-locale-chart {
  min-width: 560px;
  min-height: 210px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.fg-locale-status {
  min-height: 1.5em;
  margin: 10px 12px 14px;
  font-size: 0.82rem;
  line-height: 1.6;
  color: #475569;
}

.fg-locale-status--error {
  color: #991b1b;
}

.fg-locale-chart .gantt-container {
  border-radius: 8px;
}

.fg-locale-chart .bar-label {
  font-weight: 700;
}

.fg-locale-chart .popup-wrapper {
  font-family: inherit;
}

.fg-locale-popup-detail {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
}

.fg-locale-mini-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.88rem;
}

.fg-locale-mini-table th,
.fg-locale-mini-table td {
  border: 1px solid #d8e0ea;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.fg-locale-mini-table th {
  background: #f4f7fb;
  color: #1a2332;
  font-weight: 700;
}

.fg-locale-mini-table td {
  color: #334155;
}

@media (max-width: 900px) {
  .fg-locale-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .fg-locale-chart {
    min-width: 520px;
  }

  .fg-locale-mini-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
