/* Interactive Building Explorer - external CSS staging proof */
#ibe-climate-test {
  box-sizing: border-box;
  max-width: 760px;
  margin: 32px auto;
  padding: 24px;
  border: 3px solid #0b4f8a;
  border-radius: 8px;
  background: #eef6fc;
  color: #17324d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

#ibe-climate-test::before {
  display: block;
  margin-bottom: 12px;
  color: #0b4f8a;
  content: "External CSS loaded";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#ibe-climate-test strong {
  display: block;
  margin-bottom: 6px;
  color: #102a43;
  font-size: 22px;
  line-height: 1.25;
}

@media (max-width: 600px) {
  #ibe-climate-test {
    margin: 20px 12px;
    padding: 18px;
  }
}
