.yuka-weather--mini .yuka-weather__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
}

.yuka-weather__card {
  padding: 10px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
}

.yuka-weather__date {
  margin-bottom: 6px;
  font-size: 12px;
  opacity: 0.7;
}

.yuka-weather--mini.yuka-weather--icon-emoji .yuka-weather__ico {
  font-size: 22px;
}

.yuka-weather--mini.yuka-weather--icon-svg .yuka-weather__ico img {
  display: block;
  width: 26px;
  height: 26px;
}

.yuka-weather__miniLabel {
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 900;
  background: #f7f7f7;
  border: 1px solid #ededed;
  border-radius: 999px;
}

.yuka-weather__text {
  font-size: 13px;
  line-height: 1.55;
  word-break: break-word;
  opacity: 0.92;
}

.yuka-weather__more {
  margin-top: 10px;
  font-size: 13px;
}

.yuka-weather__more a {
  text-decoration: underline;
}
