/* Local Storm Events Lite v1.3.4 - Storm Damage Repair Contractors storm alert design */
.lse-storm-event-section.lse-storm-event-redesign {
  padding: clamp(34px, 5vw, 64px) 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(245, 130, 32, 0.16), transparent 26rem),
    radial-gradient(circle at 88% 18%, rgba(15, 61, 117, 0.12), transparent 24rem),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 48%, #f1efe9 100%);
}

.lse-storm-shell {
  position: relative;
  width: min(1180px, calc(100vw - 36px));
  margin: 0 auto;
}

.lse-storm-ribbon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  padding: 10px 14px;
  border: 1px solid rgba(245, 130, 32, 0.34);
  border-radius: 999px;
  background: #fff7ec;
  color: #0d2546;
  font-weight: 950;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(8, 31, 63, 0.08);
}

.lse-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #f58220;
  box-shadow: 0 0 0 6px rgba(245, 130, 32, 0.17);
}

.lse-storm-event-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.78fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: stretch;
  border: 1px solid rgba(15, 61, 117, 0.14);
  border-radius: 32px;
  padding: clamp(20px, 3.2vw, 34px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.90)),
    linear-gradient(135deg, rgba(245,130,32,0.10), rgba(15,61,117,0.08));
  box-shadow: 0 26px 76px rgba(8, 31, 63, 0.15);
  overflow: hidden;
}

.lse-storm-event-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: linear-gradient(180deg, #f58220, #ffd166, #0f3d75);
}

.lse-storm-event-main {
  position: relative;
  z-index: 1;
}

.lse-storm-event-main h2 {
  max-width: 940px;
  margin: 0 0 12px;
  color: #0d2546;
  font-size: clamp(1.85rem, 3.7vw, 3.05rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.lse-storm-event-label {
  display: inline-block;
  margin: 0 0 8px !important;
  color: #f58220 !important;
  font-weight: 950 !important;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.lse-storm-event-meta {
  display: inline-flex;
  width: fit-content;
  margin: 4px 0 12px !important;
  padding: 8px 13px;
  border: 1px solid rgba(15, 61, 117, 0.12);
  border-radius: 999px;
  background: #eaf1f8;
  color: #0d2546 !important;
  font-weight: 900;
  font-size: 0.9rem !important;
}

.lse-storm-event-main p {
  margin: 12px 0 0;
  color: #40536b;
  font-size: 1.03rem;
  line-height: 1.72;
}

.lse-storm-source-note {
  margin-top: 16px !important;
  padding: 13px 15px;
  border-left: 5px solid #f58220;
  background: #fff7ec;
  border-radius: 14px;
  color: #334962 !important;
  font-size: 0.96rem !important;
}

.lse-storm-local-angle {
  margin-top: 14px !important;
  padding: 14px 16px;
  border: 1px solid rgba(245, 130, 32, 0.24);
  border-left: 5px solid #f58220;
  background: linear-gradient(180deg, #fff7ec, #ffffff);
  border-radius: 16px;
  color: #0d2546 !important;
  font-weight: 750;
}

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

.lse-storm-checks li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  border: 1px solid rgba(15, 61, 117, 0.11);
  border-radius: 999px;
  background: #f7fbff;
  color: #0d2546;
  font-weight: 850;
  font-size: 0.88rem;
}

.lse-storm-checks li::before {
  content: "•";
  color: #f58220;
  font-size: 1.25em;
  line-height: 0;
  font-weight: 900;
}

.lse-storm-event-side {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 26px;
  padding: clamp(22px, 3vw, 32px);
  background:
    radial-gradient(circle at 20% 12%, rgba(245,130,32,0.22), transparent 18rem),
    linear-gradient(135deg, #071b3b 0%, #0c2c55 58%, #0f3d75 100%);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12), 0 18px 50px rgba(8, 31, 63, 0.20);
}

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

.lse-storm-event-side p {
  margin: 0 0 20px;
  color: rgba(255,255,255,0.90);
  font-size: 1.04rem;
  line-height: 1.68;
}

.lse-storm-call {
  align-self: flex-start;
  color: #071b3b !important;
  background: linear-gradient(135deg, #ff8a1f, #ffd166 58%, #f58220) !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 14px 20px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  box-shadow: 0 15px 34px rgba(245, 130, 32, 0.26);
}

.lse-storm-call:hover,
.lse-storm-call:focus {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

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

  .lse-storm-event-card::before {
    width: 100%;
    height: 6px;
    inset: 0 0 auto 0;
  }

  .lse-storm-event-side {
    border-radius: 22px;
  }

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

  .lse-storm-call {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}



/* v1.3.8 contrast fix */
.lse-storm-event-side {
  color: #ffffff !important;
}

.lse-storm-event-side .lse-side-kicker,
.lse-storm-event-side strong {
  color: #ffe0bd !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.lse-storm-event-side p,
.lse-storm-event-side li,
.lse-storm-event-side span:not(.lse-side-kicker),
.lse-storm-event-side a:not(.lse-storm-call) {
  color: rgba(255,255,255,0.98) !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.lse-storm-event-side .lse-storm-call {
  color: #071b3b !important;
}

@media (max-width: 850px) {
  .lse-storm-event-side p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
