/* 🌐 Global Styles */
html,body {
  font-family: Arial, sans-serif;
  background: #f4f4f4;
  background-color: #ffffff;

}

/* 🧱 Sensor Card Styling */
.sensor-card {
  background: #AfD;
  border: 0px solid #ddd;
  border-radius: 0;
  padding: 15px;
  font-size: 0.65rem;
  line-height: 1.2;
}

.sensor-body {
  background: #AfD;
  border: 0px solid #ddd;
  border-radius: 0;
  padding: 15px;
  font-size: 0.65rem;
  line-height: 1.2;
}

.sensor-card h5 {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.sensor-card p {
  font-size: 0.65rem;
  margin-bottom: 0.5rem;
}

.sensor-card ul {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}

.sensor-smallfont {
  font-size: 0.65rem;
}



.sensor-card details summary {
  font-size: 0.7rem;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 0.25rem;
}


/* 🧩 Compact Font Styling — Scoped and Forced */
.card.small-font {
  font-size: 0.65rem !important;
  line-height: 1.2 !important;
}

.card.small-font .card-body {
  font-size: 0.65rem !important;
}

.card.small-font .card-title,
.card.small-font h5 {
  font-size: 0.75rem !important;
  margin-bottom: 0.5rem !important;
}

.card.small-font .card-text,
.card.small-font p {
  font-size: 0.65rem !important;
  margin-bottom: 0.5rem !important;
}

.card.small-font ul {
  padding-left: 1rem !important;
  margin-bottom: 0.5rem !important;
}

.card.small-font li {
  font-size: 0.65rem !important;
}

.card.small-font details summary {
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  cursor: pointer;
  margin-bottom: 0.25rem !important;
}
#networkMap {
  position: relative;
}

.sensor-dot {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  transform: translate(-50%, -50%);
  cursor: pointer;

}

.btn-orange {
  background-color: #F67C34;
  color: white;
  border: none;
}

.btn-orange:hover {
  background-color: #e96c2f;
}
table, th, td {
  font-size: 0.85rem;
}

.card-header {
  font-size: 0.9rem;
}

.small {
  font-size: 0.8rem;
}
.card-body.small {
  font-size: 0.9rem;
}
