/* =====================================================================
   Equinoxys News page — isolated, reference-matched layout
   ===================================================================== */

/* Outer page rules only. The actual cards render inside Shadow DOM. */
html,
body.news-page {
  overflow-x: clip !important;
}

body.news-page,
body.news-page .news-main {
  background: #ffffff !important;
}

body.news-page .news-main {
  position: relative !important;
  clear: both !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.news-page .eqnews-shell {
  width: 100% !important;
  margin: 0 !important;
  padding: 24px 0 36px !important;
  background: #ffffff !important;
}

body.news-page .eqnews-container {
  box-sizing: border-box !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.news-page .eqnews-host {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* The rules below are loaded again inside the component's Shadow DOM. */
:host {
  all: initial;
  display: block;
  width: 100%;
  min-width: 0;
  color: #526079;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.eqnews-layout,
.eqnews-layout * {
  box-sizing: border-box;
}

.eqnews-layout {
  --blue: #123b7e;
  --blue-dark: #0e2e68;
  --title: #102f6d;
  --text: #526079;
  --muted: #69778e;
  --line: #dce4ed;
  --soft: #e8eef6;
  --red: #ff3158;
  --heading-font: "Fraunces", serif;
  display: block;
  width: 100%;
  min-width: 0;
  color: var(--text);
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.eqnews-layout a {
  color: inherit;
  text-decoration: none;
}

.eqnews-feature-card,
.eqnews-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  box-shadow: 0 6px 17px rgba(19, 48, 93, 0.075);
}

/* ============================ Featured ============================ */
.eqnews-feature-card {
  width: 100%;
  margin: 0 0 27px;
}

.eqnews-feature-badge-date {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.eqnews-feature-top {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}

.eqnews-feature-head {
  flex: 0 0 auto;
  min-width: 200px;
  max-width: 400px;
  min-height: 50px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid var(--line);
}

.eqnews-feature-title-row {
  min-width: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.eqnews-feature-title {
  min-width: 0;
  color: #10357a;
  font-size: 38px;
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: 1.15;
}

.eqnews-badge {
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ed3654;
  background: #ffe1e6;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
}

.eqnews-date {
  flex: 0 0 auto;
  min-height: 29px;
  padding: 6px 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #354d72;
  background: #eef4fc;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.15;
  white-space: nowrap;
}

.eqnews-date.is-small {
  min-height: 24px;
  padding: 3px 6px;
  background: transparent;
  font-size: 12px;
}

.eqnews-date-icon,
.eqnews-location-icon,
.eqnews-map-icon,
.eqnews-details-icon {
  display: inline-flex;
  flex: 0 0 auto;
}

.eqnews-date-icon {
  width: 14px;
  height: 14px;
  color: #17458b;
}

.eqnews-date-icon svg,
.eqnews-location-icon svg,
.eqnews-map-icon svg,
.eqnews-details-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eqnews-feature-description {
  flex: 1;
  margin: 0;
  padding: 18px 20px;
  color: var(--text);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.eqnews-highlight-red {
  color: #e3333d;
  font-weight: 700;
  font-style: normal;
}

.eqnews-highlight-blue {
  color: #0a286e;
  font-weight: 700;
  font-style: normal;
}

.eqnews-feature-body {
  min-height: 214px;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  align-items: stretch;
}

.eqnews-feature-team {
  min-width: 0;
  padding: 16px 14px 18px;
}

.eqnews-feature-address {
  min-width: 0;
  padding: 14px 13px 11px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--line);
}

.eqnews-address-heading,
.eqnews-team-heading,
.eqnews-old-heading {
  color: var(--title);
  font-family: var(--heading-font);
  font-weight: 700;
}

.eqnews-address-heading {
  margin: 0 0 7px;
  font-size: 20px;
  line-height: 1.2;
}

/* ============================== Team ============================== */
.eqnews-team-heading {
  margin: 0 0 11px;
  font-size: 19px;
  line-height: 1.25;
}

.eqnews-feature-team .eqnews-team-heading {
  font-size: 20px;
}

.eqnews-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 11px 8px;
}

.eqnews-feature-team .eqnews-team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 14px;
}

.eqnews-feature-team .eqnews-member-avatar {
  width: 110px;
  height: 110px;
  flex-basis: 130px;
  border-radius: 10px;
}

.eqnews-feature-team .eqnews-member {
  width: 100%;
  min-height: 0;
  padding: 10px 8px;
  background: #f8fbff;
  border: 1px solid #d8e4f2;
  border-radius: 12px;
}

.eqnews-feature-team .eqnews-member:hover {
  background: #f1f7ff;
  border-color: #c6d9ef;
}

.eqnews-member {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  text-align: center;
}

.eqnews-member-avatar {
  width: 41px;
  height: 41px;
  flex: 0 0 41px;
  margin: 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #1b447f;
  background: #edf2f8;
  border: 1px solid #d8e0eb;
  border-radius: 6px;
}

.eqnews-member-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.eqnews-avatar-fallback {
  font-size: 12px;
  font-weight: 700;
}

.eqnews-member-name {
  max-width: 100%;
  color: #20375d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.eqnews-member-role {
  max-width: 100%;
  margin-top: 1px;
  color: #53617a;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.eqnews-member-linkedin {
  margin-top: 2px;
  padding: 2px 7px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #0a66c2 !important;
  background: #eef5ff;
  border: 1px solid #d0e3fa;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
}

.eqnews-member-linkedin:link,
.eqnews-member-linkedin:visited,
.eqnews-member-linkedin:hover,
.eqnews-member-linkedin:active {
  color: #0a66c2 !important;
}

.eqnews-member-linkedin:hover {
  background: #e1eeff;
}

.eqnews-member-linkedin-glyph {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #0a66c2;
  border-radius: 3px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: lowercase;
}

/* ======================= Address / Map / CTA ======================= */
.eqnews-location {
  min-width: 0;
  margin: 0 0 9px;
  display: flex;
  align-items: flex-start;
  gap: 7px;
}

.eqnews-location-icon {
  width: 13px;
  height: 13px;
  margin-top: 1px;
  color: var(--red);
}

.eqnews-location-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.eqnews-location-name {
  color: #18386f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.eqnews-location-address {
  color: #68758b;
  font-size: 12px;
  line-height: 1.38;
  overflow-wrap: anywhere;
}

.eqnews-feature-address .eqnews-location-name {
  font-size: 13px;
}

.eqnews-feature-address .eqnews-location-address {
  font-size: 12.5px;
}

.eqnews-map {
  min-width: 0;
  min-height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  color: #172843;
  background: #ffffff;
  border-left: 1px solid var(--line);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.eqnews-map-frame {
  width: 100%;
  min-height: 112px;
  height: 100%;
  border: 0;
  display: block;
}

.eqnews-feature-address .eqnews-map {
  min-height: 180px;
  margin-bottom: 11px;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
}

.eqnews-map-fallback {
  min-height: 112px;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #172843;
  background: var(--soft);
}

.eqnews-map-icon {
  width: 22px;
  height: 22px;
}

.eqnews-map-open {
  min-height: 34px;
  padding: 6px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #123779 !important;
  background: #e8eef8;
  border-top: 1px solid #d5dfec;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

.eqnews-map-open:hover {
  background: #dbe7f7;
}

/* .eqnews-details {
  width: 100%;
  min-height: 31px;
  margin-top: auto;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff !important;
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  transition: background 0.2s ease;
} */

.eqnews-details:hover {
  background: var(--blue-dark);
}

.eqnews-details-icon {
  width: 10px;
  height: 10px;
}

/* =========================== Old events grid ====================== */
.eqnews-old-section-heading {
  margin: 0 0 18px;
  color: var(--title);
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.eqnews-old-grid {
  margin-top: 28px;
}

.eqnews-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.eqnews-card {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.eqnews-card-head {
  min-height: 48px;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
}

.eqnews-card-title {
  min-width: 0;
  flex: 1 1 auto;
  color: #172843;
  font-size: 20px;
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.eqnews-card-body {
  min-width: 0;
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: minmax(0, 70%) minmax(105px, 30%);
  align-items: stretch;
}

.eqnews-card-copy {
  min-width: 0;
  min-height: 168px;
  padding: 14px 13px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 17px;
}

.eqnews-description-wrap {
  min-width: 0;
  margin: 0 0 10px;
}

.eqnews-card-description {
  color: var(--text);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.eqnews-card-description.is-clamped {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.eqnews-read-more {
  margin: 6px 0 0;
  padding: 0;
  display: inline;
  color: #ed3654;
  background: transparent;
  border: 0;
  box-shadow: none;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.eqnews-card .eqnews-date.is-small {
  font-size: 16px;
}

.eqnews-card-copy .eqnews-location-name {
  font-size: 16px;
}

.eqnews-card-copy .eqnews-location-address {
  font-size: 16px;
}

.eqnews-card .eqnews-map-open {
  font-size: 14px;
}

.eqnews-card-team {
  padding: 14px 13px 15px;
  border-top: 1px solid var(--line);
}

.eqnews-card-team .eqnews-team-heading {
  margin-bottom: 12px;
  font-size: 22px;
}

.eqnews-card-team .eqnews-member-avatar {
  width: 78px;
  height: 42px;
  flex-basis: 100px;
}

.eqnews-card-team .eqnews-member {
  width: 100%;
  min-height: 0;
  padding: 8px 7px;
  background: #f8fbff;
  border: 1px solid #d8e4f2;
  border-radius: 10px;
}

.eqnews-feature-team .eqnews-member .eqnews-member-linkedin,
.eqnews-card-team .eqnews-member .eqnews-member-linkedin {
  margin-top: auto;
}

.eqnews-card-team .eqnews-member:hover {
  background: #f1f7ff;
  border-color: #c6d9ef;
}

.eqnews-card-team .eqnews-member-name {
  font-size: 13px;
}

.eqnews-card-team .eqnews-member-role {
  font-size: 12px;
}

.eqnews-state {
  min-height: 160px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  text-align: center;
}

.eqnews-state strong {
  color: var(--title);
}

@media (max-width: 1050px) {
  .eqnews-feature-body {
    grid-template-columns: minmax(0, 1.9fr) minmax(235px, 0.85fr);
  }

  .eqnews-feature-title {
    font-size: 26px;
  }
}

@media (max-width: 760px) {
  .eqnews-feature-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .eqnews-feature-body,
  .eqnews-grid {
    grid-template-columns: 1fr;
  }

  .eqnews-feature-address {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 520px) {
  .eqnews-feature-team .eqnews-team-grid,
  .eqnews-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .eqnews-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .eqnews-card-body {
    grid-template-columns: 1fr;
  }

  .eqnews-card-copy {
    min-height: 0;
  }

  .eqnews-map {
    min-height: 96px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

/* ==================== Floating old-events panel ==================== */
.eqnews-float-panel {
  position: fixed;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  width: 260px;
  max-height: 72vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    180deg,
    rgba(9, 36, 78, 0.96) 0%,
    rgba(11, 45, 97, 0.94) 100%
  );
  border: 1px solid rgba(165, 191, 226, 0.4);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(8, 28, 58, 0.35);
  backdrop-filter: blur(7px);
  overflow: hidden;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  transition:
    width 0.22s ease,
    transform 0.22s ease;
}

/* ---- Minimized state: narrow vertical tab ---- */
.eqnews-float-panel.is-minimized {
  width: 38px;
  max-height: 210px;
  border-radius: 12px;
}

.eqnews-float-panel.is-minimized .eqnews-float-expanded {
  display: none;
}

.eqnews-float-restore {
  display: none;
  width: 100%;
  flex: 1 1 auto;
  padding: 14px 0;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #144894 0%, #0f3774 100%);
  border: 0;
  cursor: pointer;
  transition: background 0.15s;
}

.eqnews-float-restore:hover {
  background: #0e2e68;
}

.eqnews-float-panel.is-minimized .eqnews-float-restore {
  display: flex;
}

.eqnews-float-restore-label {
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}

/* ---- Expanded view ---- */
.eqnews-float-expanded {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.eqnews-float-header {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 10px 0 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(177, 203, 235, 0.28);
}

.eqnews-float-title {
  flex: 1 1 auto;
  min-width: 0;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eqnews-float-minimize {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(199, 218, 241, 0.55);
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  transition:
    color 0.12s,
    border-color 0.12s,
    background 0.12s;
}

.eqnews-float-minimize:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(220, 233, 250, 0.8);
}

.eqnews-float-list {
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 8px;
}

.eqnews-shortcut-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 8px;
  padding: 9px 10px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(190, 212, 238, 0.28);
  border-left: 3px solid rgba(255, 255, 255, 0.35);
  border-radius: 9px;
  cursor: pointer;
  text-align: left;
  gap: 3px;
  transition:
    background 0.14s,
    border-color 0.14s,
    transform 0.14s;
}

.eqnews-shortcut-item:last-child {
  margin-bottom: 0;
}

.eqnews-shortcut-item:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(221, 235, 251, 0.7);
  transform: translateX(-2px);
}

.eqnews-shortcut-item.is-active {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(236, 244, 254, 0.85);
  border-left-color: #ffffff;
}

.eqnews-shortcut-title {
  color: #f8fbff;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.32;
  overflow-wrap: anywhere;
}

.eqnews-shortcut-date {
  color: #d5e3f5;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 760px) {
  .eqnews-float-panel {
    top: auto;
    right: 10px;
    bottom: 14px;
    transform: none;
    width: 245px;
    max-height: 44vh;
  }

  .eqnews-float-panel.is-minimized {
    width: 36px;
    max-height: 180px;
  }
}

/* Flash highlight when scrolled-to */
.eqnews-card-highlight {
  outline: 2px solid #123b7e;
  outline-offset: 3px;
  border-radius: 9px;
  animation: eqnews-highlight-fade 1.8s ease forwards;
}

@keyframes eqnews-highlight-fade {
  0% {
    outline-color: #123b7e;
  }
  70% {
    outline-color: #123b7e;
  }
  100% {
    outline-color: transparent;
  }
}

/* ================= Screenshot-aligned layout refresh ================ */
.eqnews-feature-head {
  padding: 16px 18px;
}

.eqnews-feature-title {
  font-size: 40px;
}

.eqnews-feature-description {
  padding: 16px 18px;
  font-size: 17px;
  /* line-height: 1.55; */
}

.eqnews-feature-meta {
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.eqnews-feature-meta .eqnews-location {
  margin: 0;
  flex: 1 1 auto;
}

.eqnews-feature-team {
  padding: 14px 18px 18px;
}

.eqnews-feature-team .eqnews-team-heading {
  margin-bottom: 12px;
  font-size: 34px;
}

.eqnews-feature-team .eqnews-team-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.eqnews-feature-team .eqnews-member {
  padding: 10px 8px;
}

.eqnews-feature-team .eqnews-member-avatar {
  width: 100%;
  height: 130px;
  flex: 0 0 166px;
  margin-bottom: 7px;
}

.eqnews-member-name {
  font-size: 12px;
}

.eqnews-member-role {
  font-size: 10px;
}

.eqnews-details {
  width: 220px;
  min-width: 160px;
  border-radius: 6px;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 600;
  background: #ed1b28;
  box-shadow: none;
  border: none !important;
  outline: none !important;
  transition: background 0.2s ease;
  color: #fff !important;
  text-align: center;
}

.eqnews-details:hover {
  background: #ef1f48;
  border-color: #ef1f48;
}

.eqnews-details-icon {
  display: none;
}

.eqnews-old-section-heading {
  margin-bottom: 14px;
  font-size: 36px;
}

.eqnews-old-grid {
  margin-top: 16px;
}

.eqnews-grid {
  gap: 16px;
}

.eqnews-card-head {
  padding: 12px 16px;
}

.eqnews-card-title {
  font-size: 26px;
  line-height: 1.2;
}

.eqnews-card .eqnews-date.is-small {
  font-size: 12px;
}

.eqnews-card-body {
  display: block;
}

.eqnews-card-copy {
  min-height: 0;
  padding: 12px 16px 14px;
  gap: 10px;
  font-size: 14px;
}

.eqnews-card-description,
.eqnews-card-copy .eqnews-location-name,
.eqnews-card-copy .eqnews-location-address {
  font-size: 13px;
}

.eqnews-card-meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.eqnews-card-meta .eqnews-location {
  margin: 0;
  flex: 1 1 auto;
}

.eqnews-card-meta .eqnews-details {
  margin-left: auto;
}

.eqnews-card-team {
  padding: 12px 16px 14px;
}

.eqnews-card-team .eqnews-team-heading {
  margin-bottom: 10px;
  font-size: 24px;
}

.eqnews-card-team .eqnews-team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.eqnews-card-team .eqnews-member-avatar {
  width: 100%;
  height: 56px;
  flex: 0 0 135px;
}

.eqnews-map {
  display: none;
}

@media (max-width: 1050px) {
  .eqnews-feature-team .eqnews-team-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .eqnews-feature-title {
    font-size: 32px;
  }

  .eqnews-feature-meta,
  .eqnews-card-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .eqnews-feature-meta .eqnews-details,
  .eqnews-card-meta .eqnews-details {
    margin-left: 0;
  }

  .eqnews-feature-team .eqnews-team-heading,
  .eqnews-old-section-heading {
    font-size: 28px;
  }
}

@media (max-width: 520px) {
  .eqnews-feature-team .eqnews-team-grid,
  .eqnews-card-team .eqnews-team-grid,
  .eqnews-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eqnews-card-title {
    font-size: 22px;
  }
}
