:root {
  --nm-green: #3f9227;
  --nm-green-dark: #1f6f16;
  --nm-ink: #050808;
  --nm-text: #131818;
  --nm-muted: #56605b;
  --nm-line: rgba(5, 12, 12, .12);
  --nm-soft: #f6f8f4;
  --nm-shadow: 0 16px 42px rgba(8, 18, 16, .12);
  --nm-hero: url("../images/builders-developers/hero-community.jpg");
  --nm-font: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.news-media-v1,
.news-media-v1 * {
  box-sizing: border-box;
}

.news-media-v1 {
  overflow: hidden;
  color: var(--nm-text);
  background: #fff;
  font-family: var(--nm-font);
}

.page-template-page-news-media .site-footer,
.page-template-page-news-media-php .site-footer {
  display: none;
}

.nm-shell {
  width: min(100% - 76px, 1450px);
  margin-inline: auto;
}

.nm-hero {
  position: relative;
  min-height: 530px;
  padding: 104px 0 98px;
  color: #fff;
  background: #020706;
}

.nm-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .83) 38%, rgba(0, 0, 0, .34) 68%, rgba(0, 0, 0, .1)), linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .78)), var(--nm-hero);
  background-position: center, center, center;
  background-size: auto, auto, cover;
}

.nm-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(520px, 720px) minmax(320px, 360px);
  gap: 190px;
  align-items: end;
}

.nm-breadcrumb {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
}

.nm-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.nm-breadcrumb span:last-child,
.nm-breadcrumb span:nth-child(2) {
  color: #7bd24c;
}

.nm-eyebrow {
  margin: 0 0 12px;
  color: #63bf35;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nm-hero h1,
.nm-detail-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.25rem, 5vw, 5.55rem);
  line-height: .98;
  font-weight: 900;
  letter-spacing: 0;
}

.nm-hero h1 span,
.nm-detail-hero h1 span {
  color: var(--nm-green);
}

.nm-hero__copy > p {
  max-width: 690px;
  margin: 20px 0 0;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.72;
  font-weight: 500;
}

.nm-hero__icons {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  gap: 26px;
  margin-top: 30px;
}

.nm-hero__icons span,
.nm-impact-stat {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 9px;
  align-items: center;
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
}

.nm-hero__icons i,
.nm-impact-stat i {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 2px solid #62bd35;
  border-radius: 8px;
  color: #65c53d;
  font-size: .52rem;
  font-style: normal;
}

.nm-hero-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 8px;
  padding: 26px 28px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 8px;
  background: rgba(4, 12, 13, .78);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
  backdrop-filter: blur(9px);
}

.nm-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 2px solid #5fb635;
  border-radius: 50%;
  color: #65c53d;
  font-size: .62rem;
  font-style: normal;
  font-weight: 900;
}

.nm-hero-card h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.nm-hero-card p {
  margin: 0;
  color: #fff;
  font-size: .82rem;
  line-height: 1.62;
}

.nm-filter-panel {
  position: relative;
  z-index: 3;
  margin-top: -48px;
  padding: 24px 28px;
  border: 1px solid rgba(6, 14, 12, .08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(4, 10, 9, .14);
}

.nm-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.nm-tabs button {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 13px;
  border: 1px solid var(--nm-line);
  border-radius: 7px;
  color: var(--nm-ink);
  background: #fff;
  font: inherit;
  font-size: .76rem;
  font-weight: 900;
  cursor: pointer;
}

.nm-tabs button.is-active {
  border-color: var(--nm-green);
  color: var(--nm-green-dark);
  box-shadow: inset 0 0 0 1px rgba(63, 146, 39, .25);
}

.nm-tabs i {
  color: var(--nm-green-dark);
  font-style: normal;
}

.nm-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 405px;
  gap: 32px;
  padding-top: 24px;
}

.nm-section-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 20px 0 18px;
}

.nm-section-row h2,
.nm-impact h2,
.nm-subscribe h2,
.nm-detail-body h2,
.nm-related h2 {
  margin: 0;
  color: #0b0f0e;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.12;
  font-weight: 900;
}

.nm-section-row a,
.nm-section-row button {
  border: 0;
  color: var(--nm-green-dark);
  background: transparent;
  font: inherit;
  font-size: .78rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.nm-feature-grid {
  display: grid;
  grid-template-columns: minmax(360px, .98fr) minmax(350px, .86fr);
  gap: 18px;
}

.nm-feature-large,
.nm-feature-small,
.nm-panel,
.nm-event-card,
.nm-related-card {
  overflow: hidden;
  border: 1px solid var(--nm-line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(6, 15, 14, .07);
}

.nm-feature-large {
  position: relative;
  min-height: 545px;
  color: #fff;
  background: #07100e;
}

.nm-feature-large img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nm-feature-large:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .82));
}

.nm-feature-large > div {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 24px;
}

.nm-feature-large > div > span {
  display: inline-flex;
  margin-bottom: 190px;
  padding: 7px 12px;
  border-radius: 5px;
  color: #fff;
  background: var(--nm-green);
  font-size: .66rem;
  font-weight: 900;
}

.nm-feature-large h3 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.18;
  font-weight: 900;
}

.nm-feature-large p:not(.nm-meta) {
  margin: 0 0 16px;
  color: #fff;
  font-size: .94rem;
  line-height: 1.62;
}

.nm-meta {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0;
  color: inherit;
  font-size: .68rem;
  font-weight: 800;
}

.nm-meta i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.nm-feature-list {
  display: grid;
  gap: 14px;
}

.nm-feature-small {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 18px;
  min-height: 126px;
  padding: 11px;
}

.nm-feature-small img {
  width: 100%;
  height: 104px;
  object-fit: cover;
  border-radius: 7px;
}

.nm-feature-small h3,
.nm-latest-item b,
.nm-related-card h3 {
  margin: 8px 0 12px;
  color: var(--nm-ink);
  font-size: .98rem;
  line-height: 1.35;
  font-weight: 900;
}

.nm-feature-large a,
.nm-feature-small a,
.nm-related-card a {
  color: #2c7c1d;
  font-size: .78rem;
  font-weight: 900;
  text-decoration: none;
}

.nm-empty {
  margin: 0;
  padding: 22px;
  border: 1px dashed rgba(43, 129, 31, .34);
  border-radius: 8px;
  color: var(--nm-green-dark);
  background: #f3faef;
  font-weight: 900;
}

.nm-sidebar {
  display: grid;
  align-content: start;
  gap: 16px;
}

.nm-panel {
  padding: 22px 24px;
  background: #fff;
}

.nm-latest-list,
.nm-download-list {
  display: grid;
  gap: 0;
}

.nm-latest-item {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--nm-line);
  color: var(--nm-text);
  text-decoration: none;
}

.nm-latest-item:last-child {
  border-bottom: 0;
}

.nm-latest-item time,
.nm-event-card time {
  display: grid;
  width: 44px;
  height: 54px;
  place-items: center;
  align-content: center;
  border: 1px solid var(--nm-line);
  border-radius: 4px;
  color: #101514;
  background: #fff;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nm-latest-item time strong,
.nm-event-card time strong {
  width: 100%;
  padding: 4px 0;
  color: #fff;
  background: var(--nm-green);
  font-size: .56rem;
  text-align: center;
}

.nm-latest-item small {
  display: block;
  color: var(--nm-muted);
  font-size: .75rem;
  font-weight: 700;
}

.nm-download-list button {
  display: grid;
  grid-template-columns: 42px 1fr 24px;
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid var(--nm-line);
  color: var(--nm-ink);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.nm-download-list button:last-child {
  border-bottom: 0;
}

.nm-download-list i {
  display: grid;
  width: 34px;
  height: 38px;
  place-items: center;
  border: 1px solid #ec4639;
  border-radius: 5px;
  color: #ec4639;
  font-size: .56rem;
  font-style: normal;
  font-weight: 900;
}

.nm-download-list strong {
  display: block;
  font-size: .82rem;
}

.nm-download-list small {
  color: var(--nm-muted);
  font-size: .68rem;
}

.nm-download-list b {
  color: var(--nm-green-dark);
  font-size: 1rem;
}

.nm-events {
  padding: 2px 0 18px;
}

.nm-event-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.nm-event-card {
  position: relative;
  color: var(--nm-text);
  text-decoration: none;
}

.nm-event-card img {
  width: 100%;
  height: 142px;
  object-fit: cover;
  display: block;
}

.nm-event-card time {
  position: absolute;
  left: 14px;
  top: 115px;
}

.nm-event-card h3 {
  margin: 18px 15px 6px;
  font-size: .9rem;
  line-height: 1.3;
}

.nm-event-card p {
  margin: 0 15px 8px;
  color: var(--nm-muted);
  font-size: .78rem;
}

.nm-event-card small {
  display: block;
  margin: 0 15px 16px;
  color: var(--nm-green-dark);
  font-size: .74rem;
  font-weight: 900;
}

.nm-impact {
  display: grid;
  grid-template-columns: 1.15fr repeat(4, 1fr);
  gap: 0;
  align-items: center;
  margin: 16px auto 14px;
  padding: 30px 36px;
  border-radius: 9px;
  background: linear-gradient(135deg, #f7f8f4, #fff 54%, #f2f8ef);
  box-shadow: inset 0 0 0 1px rgba(5, 12, 12, .06);
}

.nm-impact__copy p {
  max-width: 340px;
  color: var(--nm-text);
  font-size: .86rem;
  line-height: 1.6;
}

.nm-impact-stat {
  grid-template-columns: 1fr;
  justify-items: center;
  min-height: 120px;
  padding: 10px 24px;
  border-left: 1px solid var(--nm-line);
  color: var(--nm-text);
  text-align: center;
}

.nm-impact-stat i {
  width: 48px;
  height: 48px;
  border: 0;
  color: var(--nm-green-dark);
  font-size: .7rem;
}

.nm-impact-stat strong {
  color: var(--nm-green-dark);
  font-size: 1.38rem;
}

.nm-impact-stat span {
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.45;
}

.nm-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px;
  border: 1px solid rgba(31, 111, 22, .82);
  border-radius: 6px;
  color: var(--nm-green-dark);
  background: #fff;
  font: inherit;
  font-size: .8rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.nm-button--green {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #64b83a, #2c861e);
}

.nm-button--dark {
  color: #fff;
  border-color: #07100e;
  background: #07100e;
}

.nm-subscribe {
  display: grid;
  grid-template-columns: 1fr minmax(440px, 630px);
  gap: 42px;
  align-items: center;
  margin-bottom: 0;
  padding: 30px 46px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(90deg, rgba(2, 8, 8, .98), rgba(4, 18, 11, .94)), var(--nm-hero);
  background-size: auto, cover;
  background-position: center;
}

.nm-subscribe h2 {
  color: #fff;
}

.nm-subscribe h2 span {
  color: #64bd35;
}

.nm-subscribe p {
  margin: 10px 0 0;
  color: #fff;
  font-size: .86rem;
}

.nm-subscribe form {
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 10px;
}

.nm-subscribe input,
.nm-modal input,
.nm-modal textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid var(--nm-line);
  border-radius: 6px;
  color: var(--nm-ink);
  background: #fff;
  font: inherit;
  font-size: .84rem;
}

.nm-subscribe small,
.nm-subscribe [data-newsletter-message] {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, .86);
  font-size: .74rem;
  font-weight: 700;
}

.nm-footer {
  padding: 28px 0 18px;
  color: rgba(255, 255, 255, .82);
  background: #020707;
}

.nm-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(5, 1fr);
  gap: 42px;
}

.nm-footer strong {
  display: block;
  color: #fff;
  font-size: 1.4rem;
}

.nm-footer h3 {
  margin: 0 0 14px;
  color: #6cc542;
  font-size: .78rem;
  text-transform: uppercase;
}

.nm-footer a,
.nm-footer p {
  display: block;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .82);
  font-size: .8rem;
  line-height: 1.55;
  text-decoration: none;
}

.nm-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.nm-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10000;
  max-width: 430px;
  padding: 16px 18px;
  border-radius: 8px;
  color: #fff;
  background: #123d13;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .25);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.nm-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.nm-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.nm-modal[hidden] {
  display: none;
}

.nm-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 8, .68);
  backdrop-filter: blur(8px);
}

.nm-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  max-height: min(90vh, 780px);
  overflow: auto;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .3);
}

.nm-modal__close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--nm-line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.nm-modal form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.nm-modal label {
  display: grid;
  gap: 7px;
  color: var(--nm-ink);
  font-size: .75rem;
  font-weight: 900;
}

.nm-modal textarea,
.nm-modal p[role="alert"],
.nm-modal button[type="submit"] {
  grid-column: 1 / -1;
}

.nm-modal textarea {
  min-height: 98px;
  padding: 12px 14px;
}

[data-news-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 540ms ease, transform 540ms ease;
}

[data-news-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.news-media-v1 :where(a, button, input, textarea, [tabindex]):focus-visible {
  outline: 3px solid rgba(79, 167, 47, .3);
  outline-offset: 3px;
}

.news-detail-v1 .nm-breadcrumb span:last-child {
  color: rgba(255, 255, 255, .88);
}

.nm-detail-hero {
  padding: 112px 0 58px;
  color: #fff;
  background: #030706;
}

.nm-detail-hero .nm-breadcrumb {
  margin-bottom: 24px;
}

.nm-detail-hero__grid {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 560px);
  gap: 54px;
  align-items: center;
}

.nm-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.nm-detail-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 6px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font-size: .78rem;
  font-weight: 900;
}

.nm-detail-hero p:not(.nm-eyebrow) {
  color: rgba(255, 255, 255, .88);
  font-size: 1.02rem;
  line-height: 1.72;
}

.nm-detail-hero img {
  width: 100%;
  aspect-ratio: 1.32 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
}

.nm-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 54px;
  padding: 44px 0;
}

.nm-detail-body > p {
  margin: 0 0 30px;
  color: var(--nm-text);
  font-size: 1.05rem;
  line-height: 1.75;
  font-weight: 700;
}

.nm-detail-body section {
  margin-bottom: 30px;
}

.nm-detail-body p,
.nm-detail-card li {
  color: var(--nm-text);
  font-size: .96rem;
  line-height: 1.78;
}

.nm-detail-card {
  margin-bottom: 18px;
  padding: 24px;
  border: 1px solid var(--nm-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(6, 15, 14, .07);
}

.nm-detail-card h2 {
  margin: 0 0 14px;
  font-size: 1rem;
}

.nm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nm-tags span {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--nm-green-dark);
  background: #edf7e8;
  font-size: .72rem;
  font-weight: 900;
}

.nm-gallery,
.nm-related-grid {
  padding-bottom: 36px;
}

.nm-gallery-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 16px;
}

.nm-gallery figure {
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #07100e;
}

.nm-gallery figure:first-child {
  grid-row: span 2;
}

.nm-gallery img,
.nm-related-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nm-gallery figcaption {
  padding: 10px 12px;
  color: var(--nm-text);
  background: #fff;
  font-size: .76rem;
  font-weight: 900;
}

.nm-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.nm-related-card img {
  height: 170px;
}

.nm-related-card div {
  padding: 18px;
}

.nm-detail-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  padding: 30px 36px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, #020909, #071212);
}

.nm-detail-cta h2 {
  margin: 0 0 8px;
  color: #fff;
}

.nm-detail-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
}

.nm-detail-not-found {
  padding: 140px 0;
  text-align: center;
}

@media (max-width: 1240px) {
  .nm-shell {
    width: min(100% - 40px, 1450px);
  }

  .nm-hero__inner,
  .nm-layout,
  .nm-detail-hero__grid,
  .nm-detail-layout,
  .nm-subscribe {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .nm-hero__icons,
  .nm-tabs,
  .nm-event-track,
  .nm-impact {
    grid-template-columns: repeat(2, 1fr);
  }

  .nm-feature-grid,
  .nm-related-grid {
    grid-template-columns: 1fr;
  }

  .nm-impact__copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .nm-shell {
    width: min(100% - 24px, 1450px);
  }

  .nm-hero,
  .nm-detail-hero {
    padding-top: 92px;
  }

  .nm-hero h1,
  .nm-detail-hero h1 {
    font-size: 3rem;
  }

  .nm-filter-panel {
    margin-top: -28px;
    padding: 14px;
  }

  .nm-tabs,
  .nm-event-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(210px, 75%);
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .nm-tabs button,
  .nm-event-card {
    scroll-snap-align: start;
  }

  .nm-hero__icons,
  .nm-feature-small,
  .nm-impact,
  .nm-subscribe form,
  .nm-footer__grid,
  .nm-modal form,
  .nm-gallery-grid,
  .nm-related-grid {
    grid-template-columns: 1fr;
  }

  .nm-feature-large {
    min-height: 430px;
  }

  .nm-feature-large > div > span {
    margin-bottom: 110px;
  }

  .nm-impact {
    padding: 24px 18px;
  }

  .nm-impact-stat {
    border-left: 0;
    border-top: 1px solid var(--nm-line);
  }

  .nm-subscribe,
  .nm-detail-cta {
    padding: 24px 18px;
  }

  .nm-footer__bottom {
    display: block;
  }

  .nm-gallery figure:first-child {
    grid-row: auto;
  }

  .nm-toast {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  [data-news-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
