
/* V9.3.1 — premium current day/date inside the existing weather card */
.v931-weather-date{
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:max-content;
  max-width:100%;
  margin:0 0 7px;
  padding:5px 9px;
  border-radius:999px;
  color:#d1fae5;
  background:
    linear-gradient(135deg,rgba(16,185,129,.18),rgba(6,78,59,.14));
  border:1px solid rgba(52,211,153,.28);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 6px 18px rgba(0,0,0,.12);
  font-size:10px;
  font-weight:850;
  line-height:1;
  letter-spacing:.035em;
  white-space:nowrap;
}
.v931-weather-date::before{
  content:"";
  width:6px;
  height:6px;
  flex:0 0 6px;
  border-radius:50%;
  background:#34d399;
  box-shadow:0 0 10px rgba(52,211,153,.8);
}
.v931-weather-date-day{
  color:#f0fdf4;
  font-weight:950;
}
.v931-weather-date-separator{
  color:rgba(167,243,208,.5);
}
.v931-weather-date-full{
  color:#a7f3d0;
}
@media(max-width:430px){
  .v931-weather-date{
    padding:5px 8px;
    gap:5px;
    font-size:9.5px;
  }
}
