/* Findar V46116F-A — climate history core, isolated from gallery/sticky/sidebar. */
.fmp16f-climate {
  --fmp16f-ink: #06152d;
  --fmp16f-muted: #637087;
  --fmp16f-line: #dce4ee;
  --fmp16f-soft: #f6f8fb;
  --fmp16f-green: #07864b;
  margin-top: 24px;
  color: var(--fmp16f-ink);
}

.fmp16f-climate-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.fmp16f-climate-head h2 {
  margin: 4px 0 7px;
  font-family: inherit !important;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.fmp16f-climate-head p {
  margin: 0;
  color: var(--fmp16f-muted);
  font-size: 16px;
  line-height: 1.55;
}

.fmp16f-eyebrow,
.fmp16f-source-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.fmp16f-eyebrow {
  color: var(--fmp16f-green);
}

.fmp16f-source-badge {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid #cfe8dc;
  background: #edf8f2;
  color: #087b48;
}

.fmp16f-chart-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px;
}

.fmp16f-chart-heading > div:first-child {
  display: grid;
  gap: 3px;
}

.fmp16f-chart-heading strong {
  font-size: 18px;
  line-height: 1.3;
}

.fmp16f-chart-heading span {
  color: var(--fmp16f-muted);
  font-size: 14px;
}

.fmp16f-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.fmp16f-legend i {
  width: 10px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #132d5f 0%, #07864b 100%);
}

.fmp16f-chart-wrap {
  overflow: hidden;
  border: 1px solid var(--fmp16f-line);
  border-radius: 14px;
  background: #fff;
}

.fmp16f-chart {
  display: block;
  width: 100%;
  height: auto;
  min-height: 270px;
  color: var(--fmp16f-ink);
}

.fmp16f-gridline {
  stroke: #e7edf3;
  stroke-width: 1;
}

.fmp16f-axis-label,
.fmp16f-month-label,
.fmp16f-value {
  font-family: inherit;
  fill: #59667a;
}

.fmp16f-axis-label {
  font-size: 12px;
}

.fmp16f-month-label {
  font-size: 13px;
  font-weight: 700;
}

.fmp16f-value {
  fill: var(--fmp16f-ink);
  font-size: 12px;
  font-weight: 800;
}

.fmp16f-range {
  fill: #102856;
}

.fmp16f-climate-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.fmp16f-climate-summary > div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 3px 14px;
  padding: 15px 17px;
  border: 1px solid var(--fmp16f-line);
  border-radius: 12px;
  background: var(--fmp16f-soft);
}

.fmp16f-climate-summary span {
  grid-column: 1 / -1;
  color: var(--fmp16f-muted);
  font-size: 13px;
  font-weight: 700;
}

.fmp16f-climate-summary strong {
  font-size: 20px;
  line-height: 1.2;
}

.fmp16f-climate-summary em {
  color: var(--fmp16f-muted);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.fmp16f-climate-note {
  margin: 14px 0 0 !important;
  color: var(--fmp16f-muted) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.fmp16f-climate-empty {
  display: grid;
  gap: 6px;
  min-height: 120px;
  align-content: center;
  padding: 20px;
  border: 1px dashed #cfd9e5;
  border-radius: 14px;
  background: var(--fmp16f-soft);
}

.fmp16f-climate-empty strong {
  font-size: 17px;
}

.fmp16f-climate-empty span {
  color: var(--fmp16f-muted);
  font-size: 15px;
}

.fmp16f-climate-empty.is-temporary {
  border-style: solid;
}

@media (max-width: 760px) {
  .fmp16f-climate {
    margin-top: 18px;
  }

  .fmp16f-climate-head,
  .fmp16f-chart-heading {
    align-items: flex-start;
  }

  .fmp16f-climate-head {
    gap: 12px;
  }

  .fmp16f-source-badge {
    padding: 7px 9px;
    font-size: 10px;
  }

  .fmp16f-chart-heading {
    display: grid;
  }

  .fmp16f-legend {
    display: none;
  }

  .fmp16f-chart-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .fmp16f-chart {
    width: 760px;
    max-width: none;
    min-height: 260px;
  }

  .fmp16f-climate-summary {
    grid-template-columns: 1fr;
  }
}
