/* public/app/css/activity-dash-map.css
 * Synopsis: Module activity-dash-map.
 * Objectif: Rôle de public/app/css/activity-dash-map.css.
 */

.ad-map-panel {
  margin-bottom: 1.5rem;
}

.ad-worldmap {
  width: 100%;
  max-height: 28rem;
  overflow: hidden;
  background: #e8eef3;
  border: 1px solid var(--line, #ddd);
  position: relative;
}

.ad-worldmap svg {
  display: block;
  width: 100%;
  height: auto;
}

.ad-worldmap[data-tip]::after {
  content: attr(data-tip);
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.35rem 0.55rem;
  background: rgba(20, 20, 20, 0.85);
  color: #fff;
  font-size: 0.8rem;
  pointer-events: none;
}

.ad-cc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  font-size: 0.85rem;
}

.ad-table-wrap {
  overflow-x: auto;
}

.ad-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
}

.ad-table th,
.ad-table td {
  border-bottom: 1px solid var(--line, #eee);
  padding: 0.35rem 0.45rem;
  text-align: left;
  white-space: nowrap;
}
