/* === Toshkent ob-havo bloki === */
.toshkent-weather {
  background: linear-gradient(135deg, #e0f3ff 0%, #ffeaea 100%) !important;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  padding: 24px;
  max-width: 460px;
  margin: 30px auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: center;
}

.toshkent-weather h2 {
  font-size: 22px;
  margin-bottom: 12px;
  text-align: center !important;
}

.toshkent-weather .temp {
  font-size: 30px;
  font-weight: 700;
  margin: 12px 0;
  color: #e53935;
}

.toshkent-weather img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.toshkent-weather img:hover {
  transform: scale(1.1);
}

.toshkent-weather p,
.toshkent-weather .details {
  font-size: 16px;
  text-align: center;
  margin: 6px 0;
}

.toshkent-weather strong {
  color: #ff5a1e;
  font-weight: 700;
}

.weather-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 16px;
  justify-items: center;
  margin-top: 16px;
}

.weather-details div {
  background: #f3f9fd;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  font-weight: 500;
}

.weather-details div strong {
  color: #0066cc;
}

/* === Batafsil knopka === */
.batafsil-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 18px;
  background: #0077cc;
  color: #fff;
  font-size: 15px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}

.batafsil-btn:hover {
  background: #005fa3;
}

/* === Responsive === */
@media (max-width: 768px) {
  .toshkent-weather {
    padding: 20px;
    border-radius: 16px;
  }

  .toshkent-weather h2 {
    font-size: 20px;
  }

  .toshkent-weather .temp {
    font-size: 26px;
  }

  .toshkent-weather img {
    width: 50px;
    height: 50px;
  }

  .toshkent-weather p,
  .toshkent-weather .details {
    font-size: 15px;
  }

  .batafsil-btn {
    font-size: 14px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .toshkent-weather {
    padding: 16px;
    border-radius: 14px;
  }

  .toshkent-weather h2 {
    font-size: 18px;
  }

  .toshkent-weather .temp {
    font-size: 24px;
  }

  .toshkent-weather img {
    width: 45px;
    height: 45px;
  }

  .toshkent-weather p,
  .toshkent-weather .details {
    font-size: 14px;
  }

  .batafsil-btn {
    font-size: 13px;
    padding: 6px 14px;
  }
}
