.ltw-widget {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: var(--wp--preset--font-family--space-grotesk) !important;
}

.ltw-widget.ltw-error-only {
  color: #b00020;
}

.ltw-location {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.8;
}

.ltw-time {
  font-weight: 600;
  margin-right: 10px;
  border-right: 2px solid #000;
  padding-right: 10px;
}

.ltw-weather {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

/* Material Symbols base */
.ltw-icon.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* When using custom icon background */
.ltw-icon.ltw-has-custom-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}

/* If custom icon is set, hide ligature content */
.ltw-icon.ltw-has-custom-icon::before {
  content: "";
}

/* Map conditions to Material Symbols ligature names (fallbacks) */
.ltw-icon.ltw-clear::before {
  content: "sunny";
}

.ltw-icon.ltw-partly-cloudy::before {
  content: "partly_cloudy_day";
}

.ltw-icon.ltw-cloudy::before {
  content: "cloud";
}

.ltw-icon.ltw-rain::before {
  content: "rainy";
}

.ltw-icon.ltw-snow::before {
  content: "snowing";
}

.ltw-icon.ltw-thunder::before {
  content: "thunderstorm";
}

.ltw-icon.ltw-fog::before {
  content: "foggy";
}

.ltw-icon.ltw-drizzle::before {
  content: "rainy";
}

.ltw-icon.ltw-freezing-drizzle::before,
.ltw-icon.ltw-freezing-rain::before {
  content: "rainy";
}

.ltw-icon.ltw-unknown::before {
  content: "help";
}

.ltw-temp {
  font-weight: 500;
}

.ltw-error {
  color: #b00020;
  font-size: 12px;
  margin-top: 0.15rem;
}

.ltw-description {
display: none;
}