/* === Hide Timestamp Column === */
div[data-column='Timestamp'] {
  display: none;
}

/* === Customize Map Appearance === */
#awesomeMap {
  border: 3px solid #006241; /* GRC green */
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-top: 12px;
}

/* === Popup Text Styling === */
.awesome-marker-popup-content {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  padding: 6px;
}

/* === Table Cell Styling (if grid used) === */
.awesome-table-cell {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  color: #006241; /* GRC green */
}

/* === Button Styling === */
.awesome-table-button {
  background-color: #006241;
  color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  border: none;
}

.awesome-table-button:hover {
  background-color: #004d33;
}