.rb-weather-mini {
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .35rem .55rem;
    background: #f5f5f7;
    border-radius: 10px;
    font-size: .9rem;
    color: #141414;
    font-family: inherit;
}

.rb-weather-mini .material-symbols-rounded {
    font-size: 1.4rem;
    line-height: 1;
}

.rb-temp-val {
    font-weight: 600;
    font-size: 1rem;
}

.rb-city-val {
    opacity: .75;
    font-size: .85rem;
}

.rb-notice-banner.rb-notice--alert {
  background: #b91c1c !important;
}

.rb-notice-banner.rb-notice--rain {
  background: #0B7FA9 !important;
}

.rb-notice--rain {
  background: #0B7FA9 !important; /* keep brand */
}

.material-symbols-rounded {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}