.yuka-weather {
  margin: 18px 0;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.yuka-weather * {
  box-sizing: border-box;
}

.yuka-weather__head {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 8px;
}

.yuka-weather__title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.yuka-weather__meta {
  font-size: 12px;
  white-space: nowrap;
  opacity: 0.65;
}

.yuka-weather__tips {
  margin: 8px 0 12px;
  font-size: 13px;
  line-height: 1.65;
  opacity: 0.92;
}

.yuka-weather__note {
  margin-top: 12px;
  font-size: 12px;
  opacity: 0.6;
}

.yuka-weather-error {
  background: #fff6f6;
  border-color: #f3b3b3;
}

.yuka-weather__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  line-height: 1;
}
