/*
Theme Name: Markus Native
Theme URI: https://test.markusebert.de/
Author: Markus Ebert / Codex
Description: Schlankes natives WordPress-Theme fuer markusebert.de ohne Elementor und OceanWP.
Version: 0.2.47
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: markus-native
*/

:root {
  --mn-bg: #000;
  --mn-panel: #111;
  --mn-panel-soft: #171717;
  --mn-border: rgba(255, 255, 255, .11);
  --mn-text: #f4f4f4;
  --mn-muted: #b9b9b9;
  --mn-green: #61ce70;
  --mn-green-strong: #8be39b;
  --mn-max: 1120px;
  --mn-header: 36px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--mn-bg);
  color-scheme: dark;
}

body {
  margin: 0;
  background: var(--mn-bg);
  color: var(--mn-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

a {
  color: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  min-height: var(--mn-header);
  background: rgba(42, 42, 42, .88);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
}

body.admin-bar .site-header {
  top: 32px;
}

.site-nav {
  min-height: var(--mn-header);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
}

.site-nav ul {
  width: min(920px, 100%);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-nav a {
  display: inline-flex;
  min-height: var(--mn-header);
  align-items: center;
  text-decoration: none;
  color: var(--mn-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav a:hover,
.current-menu-item > a {
  color: var(--mn-green);
}

.site-main {
  min-height: calc(100vh - var(--mn-header));
}

body.home {
  overflow: hidden;
}

body.home .site-main {
  height: 100svh;
  overflow: hidden;
}

body.admin-bar.home .site-main {
  height: calc(100svh - 32px);
}

.mn-section {
  padding: 58px 22px;
}

.mn-section:first-child {
  padding-top: 78px;
}

.mn-inner {
  width: min(var(--mn-max), 100%);
  margin: 0 auto;
}

.mn-narrow {
  width: min(840px, 100%);
}

.mn-kicker {
  margin: 0 0 10px;
  color: var(--mn-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mn-title {
  margin: 0;
  max-width: 820px;
  color: #fff;
  font-size: clamp(34px, 5vw, 68px);
  line-height: .98;
  font-weight: 900;
}

.mn-page-title {
  margin: 0;
  color: #fff;
  line-height: 1.03;
  font-weight: 900;
}

h1.mn-page-title {
  font-size: clamp(30px, 4vw, 52px);
}

.mn-lede {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--mn-muted);
  font-size: clamp(17px, 2vw, 21px);
}

.site-main .has-small-font-size {
  font-size: var(--wp--preset--font-size--small, 13px) !important;
}

.site-main .has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium, 20px) !important;
}

.site-main .has-large-font-size {
  font-size: var(--wp--preset--font-size--large, 36px) !important;
}

.site-main .has-x-large-font-size,
.site-main .has-huge-font-size {
  font-size: var(--wp--preset--font-size--x-large, 42px) !important;
}

.site-main .has-text-align-center {
  text-align: center !important;
}

.site-main .has-text-align-center :is(h1, h2, h3, h4, h5, h6, p, li, figcaption, .mn-page-title, .mn-kicker, .mn-lede, .mn-knowledge-card, .mn-knowledge-card *) {
  text-align: center !important;
}

.site-main .has-text-align-right {
  text-align: right !important;
}

.site-main .has-text-align-right :is(h1, h2, h3, h4, h5, h6, p, li, figcaption, .mn-page-title, .mn-kicker, .mn-lede, .mn-knowledge-card, .mn-knowledge-card *) {
  text-align: right !important;
}

.site-main .has-text-align-left {
  text-align: left !important;
}

.site-main .has-text-align-left :is(h1, h2, h3, h4, h5, h6, p, li, figcaption, .mn-page-title, .mn-kicker, .mn-lede, .mn-knowledge-card, .mn-knowledge-card *) {
  text-align: left !important;
}

.site-main [style*="text-align: center"] :is(h1, h2, h3, h4, h5, h6, p, li, figcaption, .mn-page-title, .mn-kicker, .mn-lede, .mn-knowledge-card, .mn-knowledge-card *) {
  text-align: center !important;
}

.site-main [style*="text-align: right"] :is(h1, h2, h3, h4, h5, h6, p, li, figcaption, .mn-page-title, .mn-kicker, .mn-lede, .mn-knowledge-card, .mn-knowledge-card *) {
  text-align: right !important;
}

.site-main [style*="text-align: left"] :is(h1, h2, h3, h4, h5, h6, p, li, figcaption, .mn-page-title, .mn-kicker, .mn-lede, .mn-knowledge-card, .mn-knowledge-card *) {
  text-align: left !important;
}

.site-main :is(h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, figure, figcaption, div)[style*="text-align: center"],
.site-main :is(h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, figure, figcaption, div).has-text-align-center {
  text-align: center !important;
}

.site-main :is(.entry-content, .mn-rich-content, .mn-inner) > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, div)[style*="text-align: center"],
.site-main :is(.entry-content, .mn-rich-content, .mn-inner) > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, div).has-text-align-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.site-main :is(h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, figure, figcaption, div)[style*="text-align: right"],
.site-main :is(h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, figure, figcaption, div).has-text-align-right {
  text-align: right !important;
}

.site-main :is(.entry-content, .mn-rich-content, .mn-inner) > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, div)[style*="text-align: right"],
.site-main :is(.entry-content, .mn-rich-content, .mn-inner) > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, div).has-text-align-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.site-main :is(h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, figure, figcaption, div)[style*="text-align: left"],
.site-main :is(h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, figure, figcaption, div).has-text-align-left {
  text-align: left !important;
}

.site-main :is(.entry-content, .mn-rich-content, .mn-inner) > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, div)[style*="text-align: left"],
.site-main :is(.entry-content, .mn-rich-content, .mn-inner) > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, div).has-text-align-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.site-main :is(.entry-content, .mn-rich-content, .mn-inner) > :is(ul, ol)[style*="text-align: center"],
.site-main :is(.entry-content, .mn-rich-content, .mn-inner) > :is(ul, ol).has-text-align-center {
  padding-left: 0;
  list-style-position: inside;
}

.site-main :is(.entry-content, .mn-rich-content, .mn-inner) > :is(ul, ol)[style*="text-align: right"],
.site-main :is(.entry-content, .mn-rich-content, .mn-inner) > :is(ul, ol).has-text-align-right {
  padding-left: 0;
  padding-right: 22px;
  list-style-position: inside;
}

.site-main [class*="has-"][class*="-color"] {
  color: var(--wp--preset--color--current, inherit);
}

.site-main .has-white-color {
  color: var(--wp--preset--color--white, #fff) !important;
}

.site-main .has-black-color {
  color: var(--wp--preset--color--black, #000) !important;
}

.site-main .has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan, #00d084) !important;
}

.site-main .has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber, #fcb900) !important;
}

.mn-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.mn-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 3px;
  background: rgba(115, 212, 99, .12);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .8px;
  text-decoration: none;
  text-transform: uppercase;
}

.mn-button:hover {
  border-color: rgba(115, 212, 99, .72);
  color: var(--mn-green);
}

.mn-hero {
  min-height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 42px;
  padding-bottom: 42px;
}

.mn-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .12) 52%, rgba(0, 0, 0, .44)),
    linear-gradient(0deg, rgba(0, 0, 0, .74) 0, rgba(0, 0, 0, .08) 38%, rgba(0, 0, 0, .14) 100%),
    var(--mn-hero-image, none) center / cover no-repeat;
  transform: scale(1.01);
}

.mn-hero video {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: max(100%, calc(100svh * 16 / 9));
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%);
  opacity: .88;
}

.mn-hero .mn-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mn-home-title {
  margin: 0 0 34px;
  color: #f5ec45;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.15;
  font-weight: 900;
}

.mn-hero-panel {
  width: min(960px, 100%);
  padding: 26px 26px 28px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(8, 12, 18, .38);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
  backdrop-filter: blur(3px);
}

.mn-hero-panel .mn-kicker {
  margin-bottom: 10px;
}

.mn-hero-panel .mn-lede {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
}

.mn-entry-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.mn-entry-grid > p,
.mn-entry-grid > br {
  display: contents;
}

.mn-entry-card {
  height: 150px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 7px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 5px;
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
  color: #fff;
  text-align: left;
  text-decoration: none;
  backdrop-filter: blur(3px);
}

.mn-entry-card p {
  display: contents;
  margin: 0;
}

.mn-entry-card br {
  display: none;
}

.mn-entry-card:hover {
  border-color: rgba(139, 227, 155, .72);
  background: rgba(255, 255, 255, .1);
}

.mn-entry-kicker {
  color: var(--mn-green-strong);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mn-entry-card strong {
  color: #fff;
  font-size: 23px;
  line-height: 1.05;
}

.mn-entry-card span:not(.mn-entry-kicker) {
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 700;
}

.mn-side-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 800;
}

.mn-side-links a {
  text-decoration: none;
}

.mn-side-links a:hover {
  color: var(--mn-green);
}

.mn-news-card {
  width: min(360px, 100%);
  min-height: 136px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  margin-top: 46px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 5px;
  background: rgba(8, 12, 18, .42);
  color: #fff;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 20px 70px rgba(0, 0, 0, .28);
  backdrop-filter: blur(3px);
}

.mn-news-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 46px;
}

.mn-news-wrap .mn-news-card {
  margin-top: 0;
}

.mn-news-card:hover {
  border-color: rgba(139, 227, 155, .72);
  background: rgba(8, 12, 18, .5);
}

.mn-news-card br {
  display: none;
}

.mn-news-card p {
  display: contents;
  margin: 0;
}

.mn-news-label,
.mn-news-date {
  color: var(--mn-green-strong);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.mn-news-title {
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.mn-grid > p {
  display: contents;
}

.mn-grid > br {
  display: none;
}

.mn-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mn-card {
  min-height: 260px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 5px;
  background: var(--mn-panel);
  border: 1px solid var(--mn-border);
  text-decoration: none;
  isolation: isolate;
}

.mn-card:empty {
  display: none;
}

.mn-card.compact {
  min-height: 210px;
}

.mn-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--mn-card-image, linear-gradient(135deg, #202020, #060606)) center / cover no-repeat;
  transition: transform .28s ease;
}

.mn-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .82));
}

.mn-card:hover::before {
  transform: scale(1.035);
}

.mn-card-body {
  padding: 24px;
}

.mn-card h2,
.mn-card h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 25px;
  line-height: 1.05;
}

.mn-card p {
  margin: 0;
  max-width: 34ch;
  color: #e4e4e4;
  font-size: 13px;
  font-weight: 700;
}

.mn-card span {
  display: inline-block;
  margin-top: 16px;
  color: var(--mn-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.mn-photo-page .mn-band {
  background: #000;
}

.mn-photo-page .mn-section:first-child {
  padding-bottom: 42px;
}

.mn-photo-page .mn-section.mn-band {
  padding-top: 10px;
}

.mn-photo-page .mn-band .mn-inner {
  width: min(1120px, 100%);
}

.mn-photo-page .mn-band .mn-kicker {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 28px;
  padding: 10px 0 12px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .66);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.mn-photo-page .mn-band .mn-kicker::after {
  content: "9 Galerien";
  color: var(--mn-green-strong);
}

.mn-photo-page .mn-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 30px 24px;
  align-items: start;
  counter-reset: mn-photo-card;
}

.mn-photo-page .mn-card,
.mn-photo-page .mn-card.compact {
  grid-column: span 4;
  min-height: 0;
  display: block;
  overflow: visible;
  padding: 10px;
  border-color: rgba(255, 255, 255, .16);
  border-radius: 4px;
  background: linear-gradient(180deg, #181818, #0d0d0d);
  box-shadow: 0 24px 58px rgba(0, 0, 0, .36);
  counter-increment: mn-photo-card;
}

.mn-photo-page .mn-card:nth-child(6n+1) {
  grid-column: span 5;
}

.mn-photo-page .mn-card:nth-child(6n+2) {
  grid-column: span 3;
  margin-top: 72px;
}

.mn-photo-page .mn-card:nth-child(6n+3) {
  grid-column: span 4;
  margin-top: 34px;
}

.mn-photo-page .mn-card:nth-child(6n+4) {
  grid-column: span 3;
}

.mn-photo-page .mn-card:nth-child(6n+5) {
  grid-column: span 4;
  margin-top: 56px;
}

.mn-photo-page .mn-card:nth-child(6n) {
  grid-column: span 5;
}

.mn-photo-page .mn-card::before {
  position: relative;
  inset: auto;
  z-index: 0;
  display: block;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, .08);
  background-position: center;
  background-size: cover;
}

.mn-photo-page .mn-card::after {
  content: counter(mn-photo-card, decimal-leading-zero);
  inset: 12px 12px auto auto;
  z-index: 2;
  width: auto;
  height: auto;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 3px;
  background: rgba(0, 0, 0, .55);
  color: var(--mn-green-strong);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.mn-photo-page .mn-card:hover::before {
  transform: scale(1.012);
}

.mn-photo-page .mn-card-body {
  padding: 11px 2px 0;
}

.mn-photo-page .mn-card h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 15px;
  letter-spacing: .03em;
  line-height: 1.15;
  text-transform: uppercase;
}

.mn-photo-page .mn-card p {
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.mn-photo-page .mn-card span {
  margin-top: 9px;
  font-size: 10px;
  letter-spacing: .08em;
}

.mn-band {
  background: linear-gradient(180deg, #000, #070707);
}

.mn-panel {
  padding: 30px;
  border: 1px solid var(--mn-border);
  border-radius: 5px;
  background: var(--mn-panel-soft);
}

.mn-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mn-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.mn-list li {
  padding: 16px 18px;
  border: 1px solid var(--mn-border);
  border-radius: 5px;
  background: #101010;
}

.mn-knowledge-page .site-main {
  min-height: calc(100vh - var(--mn-header));
  background:
    radial-gradient(circle at 18% 0, rgba(97, 206, 112, .13), transparent 32rem),
    linear-gradient(180deg, #030303, #000 28rem);
}

.mn-knowledge-hero {
  padding-bottom: 26px;
}

.mn-knowledge-hero .mn-inner {
  text-align: center;
}

.mn-knowledge-hero .mn-page-title {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
}

.mn-knowledge-section {
  padding-top: 0;
}

.mn-knowledge-section .mn-inner {
  width: min(980px, calc(100% - 44px));
}

.mn-knowledge-card {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 8px;
  background: #f9f9f9;
  color: #222;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .36);
  line-height: 1.6;
}

.mn-knowledge-block + .mn-knowledge-block {
  margin-top: 26px;
}

.mn-knowledge-card h2 {
  margin: 0 0 10px;
  color: #00675b;
  font-size: 23px;
  line-height: 1.2;
}

.mn-knowledge-card p {
  margin: 0;
  color: #222;
}

.mn-knowledge-card ul {
  margin: 8px 0 0;
  padding-left: 22px;
}

.mn-knowledge-card li {
  margin: 6px 0;
  color: #222;
}

.entry-content {
  width: min(900px, calc(100% - 44px));
  margin: 0 auto;
  padding: 72px 0;
}

body.single .entry-content {
  width: min(1120px, calc(100% - 44px));
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
  color: #fff;
}

.entry-content p,
.entry-content li {
  color: var(--mn-muted);
}

.mn-import-page {
  background:
    radial-gradient(circle at 12% 0, rgba(97, 206, 112, .1), transparent 28rem),
    linear-gradient(180deg, #030303, #000 32rem);
}

.mn-subpage-hero {
  padding-top: 104px;
  padding-bottom: 32px;
}

.mn-subpage-hero .mn-inner {
  display: grid;
  gap: 14px;
}

.mn-subpage-hero .mn-page-title {
  max-width: 860px;
}

.mn-subpage-content {
  padding-top: 28px;
}

.mn-rich-content {
  width: 100%;
  max-width: none;
  padding: 0;
}

.mn-rich-content .elementor,
.mn-rich-content .e-con,
.mn-rich-content .e-con-inner,
.mn-rich-content .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.mn-rich-content .elementor-element {
  max-width: none;
}

.mn-rich-content p:empty,
.mn-rich-content br {
  display: none;
}

.mn-rich-content a {
  color: var(--mn-green);
}

.mn-rich-content a:not(.oew-gallery-item-inner):not(.mn-native-gallery-item):not([href*="/wp-content/uploads/"]):not(.mn-button):not(.mn-card):not(.mn-entry-card) {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin: 6px 8px 6px 0;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 4px;
  background: rgba(255, 255, 255, .06);
  color: #f4f4f4;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.mn-rich-content a:not(.oew-gallery-item-inner):not(.mn-native-gallery-item):not([href*="/wp-content/uploads/"]):not(.mn-button):not(.mn-card):not(.mn-entry-card):hover {
  border-color: rgba(139, 227, 155, .72);
  background: rgba(97, 206, 112, .1);
  color: var(--mn-green-strong);
}

.mn-rich-content h1,
.mn-rich-content h2,
.mn-rich-content h3,
.mn-rich-content .elementor-heading-title {
  max-width: 900px;
  margin: 0 0 22px;
  color: #fff;
  font-weight: 900;
  line-height: 1.08;
}

.mn-rich-content .elementor-widget-text-editor,
.mn-rich-content > p {
  max-width: 900px;
  margin: 14px 0;
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1.75;
}

.mn-rich-content > [style*="text-align: center"],
.mn-rich-content > .has-text-align-center {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.mn-rich-content > [style*="text-align: right"],
.mn-rich-content > .has-text-align-right {
  margin-left: auto !important;
  margin-right: 0 !important;
  text-align: right !important;
}

.mn-rich-content > [style*="text-align: left"],
.mn-rich-content > .has-text-align-left {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

.mn-rich-content > ul[style*="text-align: center"],
.mn-rich-content > ol[style*="text-align: center"],
.mn-rich-content > ul.has-text-align-center,
.mn-rich-content > ol.has-text-align-center {
  padding-left: 0;
  list-style-position: inside;
}

.mn-rich-content > ul[style*="text-align: right"],
.mn-rich-content > ol[style*="text-align: right"],
.mn-rich-content > ul.has-text-align-right,
.mn-rich-content > ol.has-text-align-right {
  padding-left: 0;
  padding-right: 22px;
  list-style-position: inside;
}

.mn-rich-content img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.mn-rich-content .oew-image-gallery,
.mn-rich-content .mn-native-gallery,
.mn-rich-content .gallery,
.mn-rich-content .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  align-items: stretch;
}

.mn-rich-content .mn-native-gallery-kicker {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: 100%;
  margin: 12px 0 22px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .64);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mn-rich-content .mn-native-gallery-kicker strong {
  color: var(--mn-green-strong);
  font: inherit;
}

.mn-rich-content .oew-gallery-item,
.mn-rich-content .mn-native-gallery-item,
.mn-rich-content .gallery-item,
.mn-rich-content .wp-block-image,
.mn-rich-content .wp-block-gallery figure {
  min-width: 0;
  margin: 0;
}

.mn-rich-content .oew-gallery-item-inner,
.mn-rich-content .mn-native-gallery-item,
.mn-rich-content .gallery-icon a,
.mn-rich-content .wp-block-image a,
.mn-rich-content .wp-block-gallery figure a {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 5px;
  background: #111;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
  text-decoration: none;
}

.mn-rich-content .oew-gallery-thumbnail {
  width: 100%;
  height: 100%;
}

.mn-rich-content .oew-gallery-thumbnail img,
.mn-rich-content .mn-native-gallery-item img,
.mn-rich-content .gallery-icon img,
.mn-rich-content .wp-block-image img,
.mn-rich-content .wp-block-gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  transition: transform .28s ease, opacity .28s ease;
}

.mn-rich-content .oew-gallery-item-inner:hover img,
.mn-rich-content .mn-native-gallery-item:hover img,
.mn-rich-content .gallery-icon a:hover img,
.mn-rich-content .wp-block-image a:hover img,
.mn-rich-content .wp-block-gallery figure a:hover img {
  transform: scale(1.035);
  opacity: .92;
}

.mn-rich-content .oew-gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .72));
  opacity: 0;
  transition: opacity .22s ease;
}

.mn-rich-content .oew-gallery-item-inner:hover .oew-gallery-overlay {
  opacity: 1;
}

.mn-rich-content .oew-gallery-item-icon {
  display: none;
}

.mn-rich-content .oew-gallery-item-caption,
.mn-rich-content .mn-native-gallery-caption,
.mn-rich-content .gallery-caption,
.mn-rich-content figcaption {
  max-height: 4.5em;
  overflow: hidden;
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.mn-rich-content .mn-native-gallery-item {
  color: #fff;
}

.mn-rich-content .mn-native-gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px 14px 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .72));
  opacity: 0;
  transition: opacity .22s ease;
}

.mn-rich-content .mn-native-gallery-item:hover .mn-native-gallery-caption {
  opacity: 1;
}

.mn-rich-content .mn-native-gallery {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 30px 24px;
  align-items: start;
  counter-reset: mn-gallery;
}

.mn-rich-content .mn-native-gallery-item {
  grid-column: span 4;
  overflow: visible;
  aspect-ratio: auto;
  padding: 10px;
  border-color: rgba(255, 255, 255, .16);
  border-radius: 4px;
  background: linear-gradient(180deg, #181818, #0d0d0d);
  box-shadow: 0 24px 58px rgba(0, 0, 0, .36);
  counter-increment: mn-gallery;
}

.mn-rich-content .mn-native-gallery-item:nth-child(6n+1) {
  grid-column: span 5;
}

.mn-rich-content .mn-native-gallery-item:nth-child(6n+2) {
  grid-column: span 3;
  margin-top: 72px;
}

.mn-rich-content .mn-native-gallery-item:nth-child(6n+3) {
  grid-column: span 4;
  margin-top: 34px;
}

.mn-rich-content .mn-native-gallery-item:nth-child(6n+4) {
  grid-column: span 3;
}

.mn-rich-content .mn-native-gallery-item:nth-child(6n+5) {
  grid-column: span 4;
  margin-top: 56px;
}

.mn-rich-content .mn-native-gallery-item:nth-child(6n) {
  grid-column: span 5;
}

.mn-rich-content .mn-native-gallery-item::after {
  content: counter(mn-gallery, decimal-leading-zero);
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 3px;
  background: rgba(0, 0, 0, .55);
  color: var(--mn-green-strong);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.mn-rich-content .mn-native-gallery-item img {
  aspect-ratio: 4 / 3;
  height: auto;
  border: 1px solid rgba(255, 255, 255, .08);
  background: #050505;
}

.mn-rich-content .mn-native-gallery-item:hover img {
  transform: scale(1.012);
  opacity: .96;
}

.mn-rich-content .mn-native-gallery-caption {
  position: static;
  max-height: none;
  min-height: 38px;
  padding: 11px 2px 0;
  background: transparent;
  opacity: 1;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mn-native-news-post {
  display: grid;
  gap: 28px;
}

.mn-secondary-links,
.mn-native-link-list,
.mn-native-text-import,
.mn-native-embed {
  max-width: 1000px;
  margin: 34px auto 0;
}

.mn-secondary-links {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.mn-secondary-links p:not(.mn-kicker) {
  margin: 5px 0 0;
  color: var(--mn-muted);
}

.mn-secondary-link-list,
.mn-native-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mn-secondary-link-list a,
.mn-native-link-list a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(97, 206, 112, .35);
  border-radius: 5px;
  background: rgba(97, 206, 112, .08);
  color: var(--mn-green-strong);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.mn-native-text-import {
  color: #cfcfcf;
  text-align: center;
}

.mn-native-text-import h2,
.mn-native-text-import h3 {
  max-width: 900px;
  margin: 0 auto 18px;
  color: #fff;
}

.mn-native-text-import p {
  max-width: 900px;
  margin: 13px auto;
}

.mn-native-text-import a {
  color: var(--mn-green-strong);
  font-weight: 800;
}

.mn-native-embed iframe {
  width: 100%;
  min-height: 680px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
  background: #111;
}

.mn-native-news-post > h2 {
  max-width: 900px;
  margin: 0 auto 4px;
  color: #fff;
  font-size: clamp(26px, 4vw, 48px);
  line-height: 1.08;
  text-align: center;
}

.mn-native-news-post .mn-native-gallery {
  max-width: 980px;
  margin: 0 auto;
}

.mn-native-news-post .mn-native-gallery-kicker {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.mn-native-news-post .mn-native-gallery-item {
  grid-column: span 6;
  margin-top: 0 !important;
}

.mn-native-news-copy {
  max-width: 880px;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid rgba(97, 206, 112, .18);
  border-radius: 6px;
  background: rgba(97, 206, 112, .07);
  text-align: center;
}

.mn-native-news-copy p {
  margin: 0;
  color: #99cc00;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.58;
}

.mn-native-news-copy p + p {
  margin-top: 14px;
}

.mn-native-news-countdown {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.mn-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.mn-countdown-item {
  padding: 18px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025));
}

.mn-countdown-item strong,
.mn-countdown-item span {
  display: block;
}

.mn-countdown-item strong {
  color: #fff;
  font-size: clamp(28px, 5vw, 54px);
  line-height: 1;
}

.mn-countdown-item span {
  margin-top: 7px;
  color: var(--mn-green-strong);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mn-lightbox-open {
  overflow: hidden;
}

.mn-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 42px 86px;
  background: rgba(0, 0, 0, .92);
  backdrop-filter: blur(10px);
}

.mn-lightbox.is-open {
  display: flex;
}

.mn-lightbox figure {
  width: min(1280px, 100%);
  max-height: 100%;
  margin: 0;
}

.mn-lightbox img {
  width: 100%;
  max-height: calc(100svh - 142px);
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 4px;
  background: #050505;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .55);
}

.mn-lightbox figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}

.mn-lightbox button {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(12, 12, 12, .72);
  color: #fff;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.mn-lightbox button:hover,
.mn-lightbox button:focus-visible {
  border-color: rgba(139, 227, 155, .7);
  background: rgba(97, 206, 112, .18);
  outline: 0;
  transform: scale(1.04);
}

.mn-lightbox-close {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 42px;
  height: 42px;
  font-size: 30px;
  line-height: 36px;
}

.mn-lightbox-nav {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 54px;
  font-size: 42px;
  line-height: 44px;
  transform: translateY(-50%);
}

.mn-lightbox-nav:hover,
.mn-lightbox-nav:focus-visible {
  transform: translateY(-50%) scale(1.04);
}

.mn-lightbox-nav.prev {
  left: 24px;
}

.mn-lightbox-nav.next {
  right: 24px;
}

.mn-orbit-gallery .mn-native-gallery {
  padding: 18px 0 34px;
}

.mn-orbit-gallery .mn-native-gallery-item {
  transform-origin: 50% 45%;
  will-change: transform;
  animation: mn-orbit-a 38s ease-in-out infinite;
}

.mn-orbit-gallery .mn-native-gallery-item:nth-child(3n+2) {
  animation-name: mn-orbit-b;
  animation-duration: 44s;
  animation-delay: -12s;
}

.mn-orbit-gallery .mn-native-gallery-item:nth-child(3n) {
  animation-name: mn-orbit-c;
  animation-duration: 50s;
  animation-delay: -22s;
}

.mn-orbit-gallery .mn-native-gallery-item:nth-child(5n) {
  animation-direction: reverse;
}

.mn-orbit-gallery .mn-native-gallery:hover .mn-native-gallery-item,
.mn-orbit-gallery .mn-native-gallery-item:hover {
  animation-play-state: paused;
}

@keyframes mn-orbit-a {
  0% {
    transform: translate3d(0, 0, 0) rotate(-.8deg);
  }
  25% {
    transform: translate3d(9px, -12px, 0) rotate(1.1deg);
  }
  50% {
    transform: translate3d(0, -18px, 0) rotate(.4deg);
  }
  75% {
    transform: translate3d(-10px, -8px, 0) rotate(-1.2deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(-.8deg);
  }
}

@keyframes mn-orbit-b {
  0% {
    transform: translate3d(0, 0, 0) rotate(.9deg);
  }
  25% {
    transform: translate3d(-8px, 10px, 0) rotate(-.7deg);
  }
  50% {
    transform: translate3d(6px, 18px, 0) rotate(1.3deg);
  }
  75% {
    transform: translate3d(12px, 4px, 0) rotate(.2deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(.9deg);
  }
}

@keyframes mn-orbit-c {
  0% {
    transform: translate3d(0, 0, 0) rotate(-.2deg);
  }
  25% {
    transform: translate3d(12px, 8px, 0) rotate(.8deg);
  }
  50% {
    transform: translate3d(4px, -14px, 0) rotate(-1deg);
  }
  75% {
    transform: translate3d(-12px, 2px, 0) rotate(.5deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(-.2deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mn-orbit-gallery .mn-native-gallery-item {
    animation: none;
  }
}

.mn-rich-content .mn-panorama-gallery {
  display: grid;
  gap: 22px;
}

.mn-rich-content .mn-panorama-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  background: #111;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

.mn-rich-content .mn-panorama-viewer {
  width: 100%;
  min-height: 520px;
  aspect-ratio: 2 / 1;
  background: #050607;
}

.mn-rich-content .mn-panorama-card figcaption {
  margin: 0;
  padding: 12px 14px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 800;
}

.mn-rich-content .mn-panorama-fallback {
  display: block;
  position: relative;
  min-height: 360px;
}

.mn-rich-content .mn-panorama-viewer[data-mn-pano-ready="1"] .mn-panorama-fallback {
  display: none;
}

.mn-rich-content .mn-panorama-fallback img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.mn-rich-content .mn-panorama-fallback span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 11px;
  border-radius: 4px;
  background: rgba(0, 0, 0, .68);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.mn-rich-content .pnlm-container {
  background: #050607;
}

@media (max-width: 760px) {
  .mn-rich-content .mn-panorama-viewer {
    min-height: 320px;
  }
}

.mn-rich-content > h2,
.mn-rich-content > h3,
.mn-rich-content .elementor-heading-title {
  margin-top: 0;
}

.mn-rich-content iframe,
.mn-rich-content video {
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--mn-border);
  border-radius: 5px;
  background: #111;
}

.mn-consent-placeholder {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(97, 206, 112, .24);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(97, 206, 112, .1), rgba(255, 255, 255, .04));
  color: var(--mn-text);
}

.mn-consent-placeholder strong {
  color: #fff;
  font-size: 18px;
}

.mn-consent-placeholder p {
  max-width: 760px;
  margin: 0;
  color: var(--mn-muted);
}

.mn-consent-placeholder button,
.mn-cookie-settings-button {
  border: 1px solid rgba(97, 206, 112, .55);
  border-radius: 5px;
  background: rgba(97, 206, 112, .12);
  color: var(--mn-green-strong);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .4px;
  text-transform: uppercase;
  cursor: pointer;
}

.mn-consent-placeholder button {
  justify-self: start;
  padding: 10px 13px;
}

.mn-cookie-settings-button {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 90;
  padding: 8px 10px;
  background: rgba(15, 15, 15, .86);
  backdrop-filter: blur(10px);
}

.mn-cookie-consent {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: end;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, .58);
}

.mn-cookie-consent.is-open {
  display: flex;
}

.mn-cookie-panel {
  width: min(920px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(12, 12, 12, .96);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .55);
  backdrop-filter: blur(14px);
}

.mn-cookie-copy h2 {
  margin: 4px 0 10px;
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
}

.mn-cookie-copy p:not(.mn-kicker) {
  max-width: 640px;
  margin: 0;
  color: var(--mn-muted);
}

.mn-cookie-options {
  display: grid;
  gap: 10px;
}

.mn-cookie-option {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  background: rgba(255, 255, 255, .045);
}

.mn-cookie-option input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--mn-green);
}

.mn-cookie-option strong,
.mn-cookie-option small {
  display: block;
}

.mn-cookie-option strong {
  color: #fff;
  font-size: 14px;
}

.mn-cookie-option small {
  margin-top: 3px;
  color: var(--mn-muted);
  font-size: 12px;
  line-height: 1.45;
}

.mn-cookie-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.mn-cookie-actions .mn-button {
  border: 1px solid rgba(97, 206, 112, .72);
}

.mn-cookie-actions .mn-button.ghost {
  background: transparent;
  color: var(--mn-green-strong);
}

.site-footer {
  padding: 28px 22px 40px;
  border-top: 1px solid var(--mn-border);
  color: #8f8f8f;
  font-size: 13px;
  text-align: center;
}

.home .site-footer {
  display: none;
}

@media (max-width: 860px) {
  .site-nav ul,
  .mn-grid,
  .mn-grid.two,
  .mn-columns {
    grid-template-columns: 1fr;
  }

  .site-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    justify-items: center;
    padding: 6px 0;
  }

  .site-header,
  .site-nav,
  .site-nav a {
    min-height: 32px;
  }

  .mn-section {
    padding: 42px 18px;
  }

  .mn-hero {
    min-height: auto;
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .mn-entry-grid {
    grid-template-columns: 1fr;
    width: min(520px, 100%);
  }

  .mn-news-card {
    width: min(520px, 100%);
    min-height: 92px;
    margin-top: 0;
  }

  .mn-news-wrap {
    margin-top: 18px;
  }

  .mn-news-title {
    white-space: normal;
  }

  .mn-entry-card {
    height: auto;
    min-height: 104px;
  }

  .mn-card,
  .mn-card.compact {
    min-height: 220px;
  }

  .mn-photo-page .mn-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
  }

  .mn-photo-page .mn-card,
  .mn-photo-page .mn-card:nth-child(n) {
    grid-column: span 3;
    margin-top: 0;
  }

  .mn-photo-page .mn-card:nth-child(5n+1),
  .mn-photo-page .mn-card:nth-child(5n) {
    grid-column: span 6;
  }

  .mn-rich-content .mn-native-gallery {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
  }

  .mn-rich-content .mn-native-gallery-item,
  .mn-rich-content .mn-native-gallery-item:nth-child(n) {
    grid-column: span 3;
    margin-top: 0;
  }

  .mn-orbit-gallery .mn-native-gallery-item {
    animation: none;
    transform: none;
  }

  .mn-rich-content .mn-native-gallery-item:nth-child(5n+1),
  .mn-rich-content .mn-native-gallery-item:nth-child(5n) {
    grid-column: span 6;
  }
}

@media (max-width: 760px) {
  .mn-cookie-panel {
    grid-template-columns: 1fr;
    max-height: calc(100svh - 36px);
    overflow: auto;
  }

  .mn-cookie-actions {
    justify-content: stretch;
  }

  .mn-cookie-actions .mn-button {
    width: 100%;
    justify-content: center;
  }

  .mn-countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mn-native-news-copy {
    padding: 18px;
  }

  .mn-secondary-links {
    grid-template-columns: 1fr;
  }

  .mn-native-embed iframe {
    min-height: 520px;
  }
}

@media (max-width: 560px) {
  .mn-lightbox {
    padding: 58px 14px 32px;
  }

  .mn-lightbox img {
    max-height: calc(100svh - 154px);
  }

  .mn-lightbox-close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
  }

  .mn-lightbox-nav {
    top: auto;
    bottom: 12px;
    width: 46px;
    height: 46px;
    font-size: 36px;
    transform: none;
  }

  .mn-lightbox-nav:hover,
  .mn-lightbox-nav:focus-visible {
    transform: scale(1.04);
  }

  .mn-lightbox-nav.prev {
    left: 14px;
  }

  .mn-lightbox-nav.next {
    right: 14px;
  }

  .mn-rich-content .mn-native-gallery-kicker {
    display: block;
  }

  .mn-rich-content .mn-native-gallery-kicker span {
    display: block;
  }

  .mn-rich-content .mn-native-gallery-kicker span + span {
    margin-top: 4px;
  }

  .mn-rich-content .mn-native-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mn-photo-page .mn-band .mn-kicker {
    display: block;
  }

  .mn-photo-page .mn-band .mn-kicker::after {
    display: block;
    margin-top: 4px;
  }

  .mn-photo-page .mn-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mn-photo-page .mn-card,
  .mn-photo-page .mn-card:nth-child(n) {
    grid-column: 1;
  }

  .mn-rich-content .mn-native-gallery-item,
  .mn-rich-content .mn-native-gallery-item:nth-child(n) {
    grid-column: 1;
  }
}
