/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

body {
  background-color: #04214F;
  color: #fff;
  font-family: "Montserrat", "Arial", sans-serif;
  padding: 0;
  margin: 0;
}

.device-demo {
  max-width: 800px;
  margin: auto;
}

.device-demo .device-header {
  background-color: #031839;
  padding: 1rem;
  margin-bottom: 1rem;
}

.device-demo .device-name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.device-demo .device-location {
  height: 200px;
  width: 100%;
  border-radius: 1rem;
}

.device-demo .camera {
  background-color: #031839;
  padding: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.device-demo .camera video {
  border-radius: 1rem;
}

.device-demo .camera .camera-note {
  font-size: 0.8rem;
  color: #6982AA;
  margin: 0;
}

.device-demo .sensor {
  background-color: #031839;
  padding: 1rem;
  margin-bottom: 1rem;
}

.device-demo .sensor-name {
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
