/* obhavo-aqi.css */
/* AQI bloki card-style, radius va border yo‘q! */

.obhavo-aqi-card {
  width: 100%;
  max-width: 420px;
  margin: 18px auto 14px auto;
  background: #fffbe7;
  box-shadow: 0 2px 10px 0 rgba(240,180,40,0.05);
  box-sizing: border-box;
  padding: 14px 0 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none !important;
  border-radius: 0 !important;
}

.obhavo-aqi-value {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: -10px;
  padding: 2px 18px;
  background: #fff7ca;
  color: #fbc02d;
  border-radius: 8px;
  display: inline-block;
  line-height: 1.1;
  box-sizing: border-box;
  max-width: 92%;
  text-align: center;
}

.obhavo-aqi-label {
  font-size: 15px;
  color: #835506;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2px;
  max-width: 96%;
  overflow: hidden;
}

@media (max-width: 480px) {
  .obhavo-aqi-card { max-width: 98vw; padding: 8px 0 6px 0; }
  .obhavo-aqi-value { font-size: 1.2em; padding: 2px 12px; }
  .obhavo-aqi-label { font-size: 12px; }
}
