
/* v7.13.0 — Active Feed / incident presentation. No feed data or map behaviour changes. */
#feed .feedIncidentCard,#feed .feedIncidentCardV46{
  position:relative!important;
  margin:0 0 6px!important;
  padding:8px 9px 8px 12px!important;
  border-left-width:3px!important;
  border-radius:2px!important;
  background:linear-gradient(90deg,rgba(18,43,57,.94),rgba(10,25,35,.92))!important;
}
#feed .feedIncidentCard:hover,#feed .feedIncidentCardV46:hover{
  background:linear-gradient(90deg,rgba(24,57,73,.98),rgba(13,33,44,.96))!important;
}
#feed .hz-earthquake{border-left-color:#f2b84b!important}
#feed .hz-volcano{border-left-color:#ff5368!important}
#feed .hz-cyclone{border-left-color:#53d8ff!important}
#feed .hz-fire{border-left-color:#ff7a18!important}
#feed .hz-tornado{border-left-color:#ff1744!important}
#feed .hz-severe{border-left-color:#ff9f1a!important}
#feed .hz-tsunami{border-left-color:#4ec9ff!important}
#feed .hz-weather{border-left-color:#ffd166!important}

/* Incident/detail panes: stronger title hierarchy and readable metadata without moving them. */
.detailPane .paneTitle,.detailPane h2,.detailPane h3,
#eventPane .paneTitle,#quakePane .paneTitle,#cyclonePane .paneTitle,#alertPane .paneTitle{
  letter-spacing:.45px!important;
}
.detailPane .meta,#eventPane .meta,#quakePane .meta,#cyclonePane .meta,#alertPane .meta{
  line-height:1.42!important;
}

/* Simulator selector: make it visually explicit and impossible to mistake for a blank field. */
#ewSimModal #ewSimLoc{
  display:block!important;
  width:100%!important;
  min-height:34px!important;
  color:#e9fbff!important;
  background:#0b2432!important;
  border:1px solid #3d748b!important;
  font-weight:800!important;
}
#ewSimModal #ewSimLoc option{color:#e9fbff!important;background:#0b2432!important}
#ewSimModal #ewSimRun:disabled{opacity:.4!important;cursor:not-allowed!important}
