/* Local Storm Events Lite v1.1.0 - redesigned storm alert */
.lse-storm-event-section.lse-storm-event-redesign {
  padding: 34px 0;
  background:
    radial-gradient(circle at top left, rgba(216, 147, 32, 0.16), transparent 34%),
    linear-gradient(135deg, #fffaf1 0%, #ffffff 55%, #f4f7f2 100%);
}

.lse-storm-shell {
  position: relative;
}

.lse-storm-ribbon {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  padding: 8px 12px;
  border: 1px solid rgba(177, 109, 13, 0.22);
  border-radius: 999px;
  background: #fff7e6;
  color: #6e3f00;
  font-weight: 900;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lse-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #d08b1d;
  box-shadow: 0 0 0 5px rgba(208, 139, 29, 0.15);
}

.lse-storm-event-card {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.72fr);
  gap: 22px;
  align-items: stretch;
  border: 1px solid rgba(15, 34, 21, 0.10);
  border-radius: 28px;
  padding: clamp(20px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(5, 20, 11, 0.11);
  overflow: hidden;
}

.lse-storm-event-main h2 {
  max-width: 960px;
  margin: 0 0 10px;
  color: #0c2113;
  font-size: clamp(1.75rem, 3.5vw, 2.8rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.lse-storm-event-label {
  color: #98610b !important;
}

.lse-storm-event-meta {
  display: inline-flex;
  width: fit-content;
  margin: 4px 0 10px !important;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f7e7c7;
  color: #653800 !important;
  font-weight: 900;
  font-size: 0.9rem !important;
}

.lse-storm-event-main p {
  margin: 11px 0 0;
  color: #26382c;
  font-size: 1.02rem;
  line-height: 1.66;
}

.lse-storm-source-note {
  padding-left: 14px;
  border-left: 4px solid #d08b1d;
  color: #435244 !important;
  font-size: 0.95rem !important;
}

.lse-storm-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.lse-storm-checks li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #f4f7f2;
  color: #17311e;
  font-weight: 800;
  font-size: 0.88rem;
}

.lse-storm-checks li::before {
  content: "✓";
  color: #b46f0d;
  font-weight: 900;
}

.lse-storm-event-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 24px;
  padding: clamp(20px, 3vw, 28px);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0)),
    linear-gradient(135deg, #07170d 0%, #183421 100%);
  color: #ffffff;
}

.lse-side-kicker,
.lse-storm-event-side strong {
  display: block;
  margin-bottom: 9px;
  color: #f8d38f;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lse-storm-event-side p {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.9);
  font-size: 1.02rem;
  line-height: 1.65;
}

.lse-storm-call {
  align-self: flex-start;
  color: #09160d !important;
  background: #d89a25 !important;
  border-color: #d89a25 !important;
}

@media (max-width: 850px) {
  .lse-storm-event-card {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .lse-storm-checks li {
    width: 100%;
    justify-content: flex-start;
  }
}

.lse-storm-local-angle{
    margin-top: 12px;
    padding: 12px 14px;
    border-left: 4px solid rgba(217, 161, 47, .75);
    background: rgba(217, 161, 47, .10);
    border-radius: 12px;
    font-weight: 600;
}
