/* style.css */

body {
  background-color: #f4f6f9;
}

#app-header {
  background: linear-gradient(135deg, #1a6fc4 0%, #0d4a8a 100%);
}

#municipality-info {
  background: #fff;
  border-left: 4px solid #1a6fc4;
}

.card {
  border: none;
  border-radius: 10px;
}

.card-header {
  background: #fff;
  border-bottom: 2px solid #f0f0f0;
  border-radius: 10px 10px 0 0 !important;
  padding: 0.75rem 1rem;
}

.table th {
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
}

.table td {
  font-size: 0.85rem;
  vertical-align: middle;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table td:hover {
  white-space: normal;
  word-break: break-all;
}

#loading-overlay {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  color: #666;
}

#municipality-select {
  max-width: 400px;
  font-size: 0.95rem;
}

.leaflet-popup-content {
  font-size: 0.85rem;
  line-height: 1.5;
}

/* 災害種別バッジ */
.disaster-badge {
  display: inline-block;
  background: #e8f4fd;
  color: #1a6fc4;
  border-radius: 4px;
  padding: 1px 5px;
  font-size: 0.7rem;
  margin: 1px;
}
