@font-face {
  font-family: "Media Index Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("fonts/manrope-cyrillic-ext-wght-normal.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Media Index Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("fonts/manrope-cyrillic-wght-normal.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Media Index Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("fonts/manrope-greek-wght-normal.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: "Media Index Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("fonts/manrope-latin-ext-wght-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Media Index Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("fonts/manrope-latin-wght-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.mi-shell {
  --ink: #151713;
  --muted: #686b63;
  --line: rgba(21, 23, 19, .12);
  --surface: #fff;
  --soft: #eef0e8;
  --accent: #d9ff43;
  display: grid;
  grid-template-columns: 262px minmax(0, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 1240px;
  min-height: 70vh;
  margin: 0 auto;
  padding: 16px;
  border-radius: 28px;
  color: var(--ink);
  background: #f5f6f1;
  font-family: "Media Index Manrope", Arial, sans-serif;
  font-size: 16px;
  font-synthesis: none;
}

.mi-shell,
.mi-shell * {
  box-sizing: border-box;
}

.mi-shell button,
.mi-shell a,
.mi-shell small,
.mi-shell select {
  font-family: inherit;
}

.mi-sidebar {
  position: static;
  height: auto;
  padding: 16px 14px;
  overflow: visible;
  border: 0;
  border-radius: 20px;
  background: var(--soft);
}

.mi-country-toggle {
  display: none;
}

.mi-countries {
  display: grid;
  gap: 2px;
  max-height: none;
  padding: 0;
  overflow: visible;
}

.mi-country-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  gap: 4px;
}

.mi-countries .mi-country-select {
  width: 100%;
  padding: 9px 12px;
  border: 0;
  border-radius: 10px;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  transition: background-color .16s ease, color .16s ease;
}

.mi-countries .mi-country-select:hover {
  background: rgba(255, 255, 255, .72);
}

.mi-countries .mi-country-select.active {
  color: var(--ink);
  background: var(--accent);
  font-weight: 800;
}

.mi-country-lock {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  color: #a3a69d;
  background: transparent;
  cursor: pointer;
  transition: color .16s ease, background-color .16s ease;
}

.mi-country-lock:hover {
  color: #686b63;
  background: rgba(255, 255, 255, .72);
}

.mi-country-lock.locked {
  color: #555950;
  background: rgba(21, 23, 19, .08);
}

.mi-country-lock svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mi-country-row:last-child {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.mi-main {
  min-width: 0;
  padding: 26px 28px 42px;
  border-radius: 20px;
  background: var(--surface);
}

.mi-header {
  display: block;
  padding: 2px 2px 22px;
  border: 0;
}

.mi-header p {
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.mi-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px;
  overflow: visible;
  border: 0;
  border-radius: 16px;
  background: var(--soft);
}

.mi-tabs,
.mi-windows {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  white-space: normal;
}

.mi-controls button {
  padding: 9px 13px;
  border: 0;
  border-radius: 10px;
  color: var(--ink);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background-color .16s ease, color .16s ease;
}

.mi-controls button:hover {
  background: rgba(255, 255, 255, .76);
}

.mi-controls button.active {
  color: #fff;
  background: var(--ink);
}

.mi-controls button[hidden] {
  display: none !important;
}

.mi-controls .mi-refresh {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 9px;
  color: #a3a69d;
  background: transparent;
}

.mi-controls .mi-refresh:hover:not(:disabled) {
  color: #686b63;
  background: rgba(255, 255, 255, .76);
}

.mi-controls .mi-refresh:disabled,
.mi-controls .mi-refresh:disabled:hover {
  color: #555950;
  background: rgba(21, 23, 19, .08);
  cursor: default;
  opacity: 1;
}

.mi-refresh svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mi-refresh.is-loading svg {
  animation: mi-refresh-spin .8s linear infinite;
}

@keyframes mi-refresh-spin {
  to { transform: rotate(360deg); }
}

.mi-feed {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.mi-feed li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 18px 14px;
  border-bottom: 1px solid var(--line);
  border-radius: 14px;
  transition: background-color .16s ease;
}

.mi-feed li.mi-has-score {
  grid-template-columns: 42px minmax(0, 1fr) auto;
}

.mi-feed li:hover {
  background: #f7f8f4;
}

.mi-source-icon {
  display: grid;
  place-items: center;
  justify-self: center;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--muted);
  background: var(--soft);
  font-size: 11px;
  font-weight: 800;
}

.mi-source-icon img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.mi-source-icon.loaded > span {
  display: none;
}

.mi-story {
  min-width: 0;
}

.mi-story a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: var(--ink);
  font-size: 20px;
  font-weight: 720;
  letter-spacing: -.025em;
  line-height: 1.22;
  text-decoration: none;
}

@media (min-width: 1025px) {
  .mi-story a {
    font-size: 19px;
  }
}

.mi-story a:hover {
  text-decoration: underline;
  text-decoration-color: #aacd1d;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.mi-story-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin-top: 7px;
  white-space: nowrap;
}

.mi-story small {
  display: block;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mi-translate {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  color: #6f8f00;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
  cursor: pointer;
}

.mi-translate:hover:not(:disabled) {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mi-translate:disabled {
  color: var(--muted);
  cursor: default;
  opacity: .82;
}

.mi-translate.is-loading:disabled {
  color: #6f8f00;
  cursor: wait;
  opacity: .9;
  pointer-events: none;
}

.mi-translate.is-loading::before {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  content: "";
  animation: mi-translate-spin .7s linear infinite;
}

@keyframes mi-translate-spin {
  to { transform: rotate(360deg); }
}

.mi-translate-error {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: #8b3f32;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
}

.mi-translate-error[hidden] {
  display: none !important;
}

.mi-popularity {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 54px;
  white-space: nowrap;
}

.mi-rank-move {
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

.mi-rank-move.is-up {
  color: #73a10c;
}

.mi-rank-move.is-down {
  color: #8b8f86;
}

.mi-reader-vote {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 2px 0;
  border: 0;
  color: #6f8f00;
  background: transparent;
  font: inherit;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
}

.mi-reader-vote:hover:not(:disabled) {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mi-reader-vote.is-voted,
.mi-reader-vote:disabled {
  color: #6f8f00;
  cursor: default;
  opacity: 1;
}

.mi-popularity.is-up .mi-score {
  color: #6f8f00;
}

.mi-popularity.is-down .mi-score {
  color: #8b8f86;
}

.mi-score {
  min-width: 0;
  padding-left: 8px;
  font-size: 15px;
  font-weight: 800;
  text-align: right;
}

.mi-status {
  padding: 34px 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.mi-first-country {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 300px;
  margin: 34px 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--soft);
}

.mi-first-country[hidden] {
  display: none;
}

.mi-first-country-inner {
  width: 100%;
  max-width: none;
}

.mi-first-country label {
  display: block;
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.mi-first-country-select {
  display: block;
  width: 100%;
  min-height: 54px;
  padding: 10px 42px 10px 14px;
  border: 1px solid rgba(21, 23, 19, .2);
  border-radius: 11px;
  color: var(--ink);
  background-color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 650;
  cursor: pointer;
}

.mi-first-country-select:focus {
  border-color: var(--ink);
  outline: 3px solid rgba(217, 255, 67, .65);
  outline-offset: 1px;
}

.mi-load-more {
  display: block;
  margin: 26px auto 0;
  padding: 12px 22px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--ink);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: color .16s ease, background-color .16s ease;
}

.mi-load-more:hover {
  color: var(--ink);
  background: var(--accent);
}

.mi-load-more[hidden] {
  display: none;
}

@media (max-width: 1024px) {
  .mi-shell {
    display: block;
    max-width: 100%;
    padding: 12px;
    border-radius: 22px;
  }

  .mi-sidebar {
    position: static;
    height: auto;
    margin-bottom: 12px;
    padding: 12px;
    overflow: visible;
    border: 0;
  }

  .mi-country-toggle {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 14px;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 13px 15px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: var(--ink);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
  }

  .mi-country-toggle::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    content: "";
    transform: rotate(45deg) translateY(-2px);
    transition: transform .18s ease;
  }

  .mi-country-toggle[aria-expanded="true"]::after {
    transform: rotate(225deg) translate(-2px, -2px);
  }

  .mi-toggle-current {
    overflow: hidden;
    color: var(--accent);
    font-weight: 650;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mi-countries {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3px 10px;
    max-height: none;
    padding: 12px 2px 2px;
    overflow: visible;
  }

  .mi-countries.is-open {
    display: grid;
  }

  .mi-countries .mi-country-select {
    padding: 8px 10px;
    font-size: 13px;
  }

  .mi-country-row:last-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

@media (max-width: 760px) {
  .et_pb_section:has(.mi-shell) {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .et_pb_row:has(.mi-shell) {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .et_pb_column:has(.mi-shell),
  .et_pb_code:has(.mi-shell),
  .et_pb_code_inner:has(.mi-shell) {
    margin: 0 !important;
    padding: 0 !important;
  }

  .mi-shell {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 8px;
    border-radius: 16px;
  }

  .mi-countries {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
  }

  .mi-main {
    padding: 20px 14px 38px;
    border-radius: 16px;
  }

  .mi-first-country {
    width: 100%;
    margin: 24px 0;
    padding: 18px;
  }

  .mi-header {
    padding: 0 2px 16px;
  }

  .mi-controls {
    display: block;
  }

  .mi-windows {
    margin-top: 6px;
  }

  .mi-feed li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
    padding: 16px 6px;
  }

  .mi-feed li.mi-has-score {
    grid-template-columns: 34px minmax(0, 1fr) auto;
  }

  .mi-popularity {
    min-width: 44px;
    gap: 4px;
  }

  .mi-rank-move {
    font-size: 10px;
  }

  .mi-score {
    font-size: 13px;
  }

  .mi-story a {
    font-size: 17px;
    line-height: 1.25;
  }

  .mi-source-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }

  .mi-source-icon img {
    width: 18px;
    height: 18px;
  }
}

.mi-required,
.mi-required-note > span {
  color: #b42318;
  font-style: normal;
  font-weight: 900;
}

.mi-required-note {
  margin: 0 0 18px;
  color: #686b63;
  font-size: 13px;
  font-weight: 650;
}

.mi-site-verification {
  margin: 2px 0 20px;
  padding: 18px;
  border: 1px solid rgba(21, 23, 19, .14);
  border-radius: 16px;
  background: #f5f6f1;
}

.mi-site-verification.is-verified {
  border-color: #7ca000;
  box-shadow: inset 4px 0 0 #d9ff43;
}

.mi-site-verification-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.mi-site-verification-heading span,
.mi-site-verification-heading strong {
  display: block;
}

.mi-site-verification-heading span {
  margin-bottom: 4px;
  color: #686b63;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mi-site-verification-heading strong {
  font-size: 15px;
}

.mi-site-verification-heading em {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 8px;
  color: #686b63;
  background: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.mi-site-verification.is-verified .mi-site-verification-heading em {
  color: #151713;
  background: #d9ff43;
}

.mi-site-verification pre {
  max-width: 100%;
  margin: 0;
  padding: 13px 14px;
  overflow-x: auto;
  border-radius: 10px;
  color: #d9ff43;
  background: #151713;
  font: 600 12px/1.55 ui-monospace, SFMono-Regular, Consolas, monospace;
  white-space: pre-wrap;
  word-break: break-all;
}

.mi-site-verification-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.mi-site-verification-actions button,
.mi-client-statistics button {
  min-height: 42px;
  padding: 10px 16px;
  border: 0;
  border-radius: 10px;
  color: #d9ff43;
  background: #151713;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.mi-site-verification-actions button:disabled {
  opacity: .42;
  cursor: not-allowed;
}

.mi-site-verification > p {
  margin: 12px 0 0;
  color: #686b63;
  font-size: 13px;
  line-height: 1.45;
}

.mi-client-statistics {
  --ink: #151713;
  --muted: #686b63;
  --line: rgba(21, 23, 19, .12);
  --surface: #fff;
  --soft: #eef0e8;
  --accent: #d9ff43;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 24px;
  color: var(--ink);
  background: #f5f6f1;
  font-family: "Media Index Manrope", Arial, sans-serif;
  box-sizing: border-box;
}

.mi-client-statistics * { box-sizing: border-box; }

.mi-client-statistics-form,
.mi-client-statistics-result {
  padding: 24px;
  border-radius: 18px;
  background: var(--surface);
}

.mi-client-statistics-controls {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) minmax(145px, .7fr) minmax(145px, .7fr);
  align-items: end;
  gap: 12px;
}

.mi-client-statistics-controls .mi-application-field { margin: 0; }

.mi-client-statistics-security {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
}

.mi-client-statistics-turnstile {
  flex: 1 1 320px;
  min-width: 0;
}

.mi-client-statistics-security button {
  flex: 0 0 auto;
  min-height: 48px;
}

.mi-client-statistics-status {
  min-height: 22px;
  padding: 12px 5px;
  color: #7a1717;
  font-size: 13px;
  font-weight: 700;
}

.mi-client-statistics-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.mi-client-statistics-heading span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mi-client-statistics-heading h2 {
  margin: 4px 0 0;
  font-size: 28px;
  line-height: 1.15;
}

.mi-client-statistics-heading dl {
  display: grid;
  gap: 8px;
  margin: 0;
  min-width: 220px;
}

.mi-client-statistics-heading dl > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.mi-client-statistics-heading dt { color: var(--muted); }
.mi-client-statistics-heading dd { margin: 0; font-weight: 800; text-align: right; }

.mi-client-statistics-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 12px;
}

.mi-client-statistics-cards > div {
  padding: 18px;
  border-radius: 14px;
  background: var(--soft);
}

.mi-client-statistics-cards strong,
.mi-client-statistics-cards span { display: block; }
.mi-client-statistics-cards strong { font-size: 25px; }
.mi-client-statistics-cards span { margin-top: 4px; color: var(--muted); font-size: 12px; font-weight: 700; }
.mi-client-statistics-period { color: var(--muted); font-size: 12px; }

.mi-client-statistics-table-wrap { overflow-x: auto; }
.mi-client-statistics table { width: 100%; border-collapse: collapse; }
.mi-client-statistics th,
.mi-client-statistics td { padding: 11px 10px; border-bottom: 1px solid var(--line); text-align: right; }
.mi-client-statistics th:first-child,
.mi-client-statistics td:first-child { text-align: left; }

@media (max-width: 760px) {
  .mi-site-verification-heading,
  .mi-client-statistics-heading { flex-direction: column; }
  .mi-site-verification-heading em { align-self: flex-start; }
  .mi-client-statistics { padding: 8px; border-radius: 16px; }
  .mi-client-statistics-form,
  .mi-client-statistics-result { padding: 18px 14px; border-radius: 14px; }
  .mi-client-statistics-controls { grid-template-columns: minmax(0, 1fr); }
  .mi-client-statistics-security { align-items: stretch; flex-direction: column; }
  .mi-client-statistics-turnstile { flex-basis: auto; width: 100%; }
  .mi-client-statistics-security button { width: 100%; }
  .mi-client-statistics-heading dl { width: 100%; min-width: 0; }
  .mi-client-statistics-cards { grid-template-columns: minmax(0, 1fr); }
}

.mi-traffic {
  --ink: #151713;
  --muted: #686b63;
  --line: rgba(21, 23, 19, .12);
  --surface: #fff;
  --soft: #eef0e8;
  --accent: #d9ff43;
  box-sizing: border-box;
  width: 100%;
  padding: 26px;
  border-radius: 24px;
  color: var(--ink);
  background: #f5f6f1;
  font-family: "Media Index Manrope", Arial, sans-serif;
  font-synthesis: none;
}

.mi-traffic,
.mi-traffic * {
  box-sizing: border-box;
}

.mi-traffic-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.mi-traffic-header span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mi-traffic-header h2 {
  margin: 0;
  padding: 0;
  color: var(--ink);
  font-size: 28px;
  font-weight: 780;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.mi-traffic-header > strong {
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--accent);
  background: var(--ink);
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.mi-traffic-totals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.mi-traffic-totals > div {
  padding: 18px;
  border-radius: 16px;
  background: var(--surface);
}

.mi-traffic-totals strong,
.mi-traffic-totals span {
  display: block;
}

.mi-traffic-totals strong {
  color: var(--ink);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
}

.mi-traffic-totals span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.mi-traffic-table-wrap {
  overflow-x: auto;
  border-radius: 16px;
  background: var(--surface);
}

.mi-traffic-table {
  width: 100%;
  min-width: 520px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

.mi-traffic-table th,
.mi-traffic-table td {
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

.mi-traffic-table th {
  color: var(--muted);
  background: var(--soft);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mi-traffic-table th:not(:first-child),
.mi-traffic-table td:not(:first-child) {
  text-align: right;
}

.mi-traffic-table tbody tr:last-child td {
  border-bottom: 0;
}

.mi-traffic-empty {
  margin: 0;
  padding: 24px;
  border-radius: 16px;
  color: var(--muted);
  background: var(--surface);
}

@media (max-width: 600px) {
  .mi-traffic {
    padding: 16px;
    border-radius: 18px;
  }

  .mi-traffic-header {
    display: block;
  }

  .mi-traffic-header h2 {
    font-size: 23px;
  }

  .mi-traffic-header > strong {
    display: inline-block;
    margin-top: 12px;
  }

  .mi-traffic-totals {
    grid-template-columns: minmax(0, 1fr);
  }
}

.mi-feed-application,
.mi-application-notice {
  --ink: #151713;
  --muted: #686b63;
  --line: rgba(21, 23, 19, .12);
  --surface: #fff;
  --soft: #eef0e8;
  --accent: #d9ff43;
  box-sizing: border-box;
  color: var(--ink);
  font-family: "Media Index Manrope", Arial, sans-serif;
  font-size: 15px;
  font-synthesis: none;
}

.mi-feed-application *,
.mi-application-notice * {
  box-sizing: border-box;
}

.mi-feed-application {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 28px;
  background: #f5f6f1;
}

.mi-feed-application form {
  padding: 28px;
  border-radius: 20px;
  background: var(--surface);
}

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

.mi-application-field {
  min-width: 0;
  margin: 0 0 16px;
}

.mi-application-field label,
.mi-application-plans legend {
  display: block;
  margin: 0 0 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
}

.mi-application-field input,
.mi-application-field select {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: 0;
  color: var(--ink);
  background: var(--soft);
  box-shadow: none;
  font: inherit;
}

.mi-application-field input:focus,
.mi-application-field select:focus {
  border-color: var(--ink);
  background: var(--surface);
}

.mi-application-plans {
  min-width: 0;
  margin: 5px 0 20px;
  padding: 0;
  border: 0;
}

.mi-application-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mi-application-plan {
  display: block;
  min-width: 0;
  cursor: pointer;
}

.mi-application-plan input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mi-application-plan > span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 5px 14px;
  min-height: 86px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--soft);
  transition: border-color .16s ease, background-color .16s ease;
}

.mi-application-plan strong,
.mi-application-plan b,
.mi-application-plan small {
  display: block;
}

.mi-application-plan strong {
  font-size: 15px;
  font-weight: 800;
}

.mi-application-plan b {
  font-size: 18px;
  font-weight: 800;
  text-align: right;
}

.mi-application-plan small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.mi-application-plan input:checked + span {
  border-color: var(--ink);
  background: var(--accent);
}

.mi-application-confirmation {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.mi-application-confirmation input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--ink);
}

.mi-application-turnstile {
  margin: 0 0 20px;
  overflow: hidden;
}

.mi-application-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.mi-application-submit p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.mi-application-submit button {
  flex: 0 0 auto;
  min-height: 46px;
  margin: 0;
  padding: 12px 22px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.mi-application-submit button:hover {
  color: var(--ink);
  background: var(--accent);
}

.mi-application-submit button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.mi-application-notice {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 14px;
  padding: 15px 18px;
  border-radius: 12px;
  background: var(--accent);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.mi-application-error {
  color: #7a1717;
  background: #ffe1e1;
}

.mi-application-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 760px) {
  .et_pb_section:has(.mi-feed-application) {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .et_pb_row:has(.mi-feed-application) {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .mi-feed-application {
    padding: 8px;
    border-radius: 16px;
  }

  .mi-feed-application form {
    padding: 18px 16px 22px;
    border-radius: 14px;
  }

  .mi-application-grid,
  .mi-application-plan-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .mi-application-plan-grid {
    gap: 10px;
  }

  .mi-application-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .mi-application-submit button {
    width: 100%;
  }
}

/* MediaIndex 0.4.4 — Facebook follow button */
.mi-shell .mi-facebook-follow {
  display: flex !important;
  align-items: center !important;
  gap: 11px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 62px !important;
  margin: 18px 0 0 !important;
  padding: 11px 13px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #151713 !important;
  box-shadow: none !important;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  transition: background-color .16s ease, transform .16s ease !important;
}

.mi-shell .mi-facebook-follow:hover,
.mi-shell .mi-facebook-follow:focus {
  background: #242720 !important;
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  outline: none !important;
}

.mi-shell .mi-facebook-follow:focus-visible {
  outline: 3px solid rgba(21, 23, 19, .18) !important;
  outline-offset: 2px !important;
}

.mi-shell .mi-facebook-follow-icon {
  display: grid !important;
  flex: 0 0 36px !important;
  place-items: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: #1877f2 !important;
  color: #fff !important;
}

.mi-shell .mi-facebook-follow-icon svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  margin: 0 !important;
  fill: currentColor !important;
}

.mi-shell .mi-facebook-follow-copy {
  display: flex !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-direction: column !important;
  gap: 3px !important;
}

.mi-shell .mi-facebook-follow-copy strong,
.mi-shell .mi-facebook-follow-copy small {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
  text-decoration: none !important;
}

.mi-shell .mi-facebook-follow-copy strong {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.mi-shell .mi-facebook-follow-copy small {
  color: #c8ccc3 !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}


.mi-shell .mi-social-follow-stack {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin: 18px 0 0 !important;
}

.mi-shell .mi-social-follow-stack .mi-facebook-follow,
.mi-shell .mi-social-follow-stack .mi-telegram-follow,
.mi-shell .mi-social-follow-stack .mi-whatsapp-follow {
  margin: 0 !important;
}

.mi-shell .mi-telegram-follow {
  display: flex !important;
  align-items: center !important;
  gap: 11px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 62px !important;
  padding: 11px 13px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #151713 !important;
  box-shadow: none !important;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  transition: background-color .16s ease, transform .16s ease !important;
}

.mi-shell .mi-telegram-follow:hover,
.mi-shell .mi-telegram-follow:focus {
  background: #242720 !important;
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  outline: none !important;
}

.mi-shell .mi-telegram-follow:focus-visible {
  outline: 3px solid rgba(21, 23, 19, .18) !important;
  outline-offset: 2px !important;
}

.mi-shell .mi-telegram-follow-icon {
  display: grid !important;
  flex: 0 0 36px !important;
  place-items: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: #27a7e7 !important;
  color: #fff !important;
}

.mi-shell .mi-telegram-follow-icon svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  margin: 0 !important;
  fill: currentColor !important;
}

.mi-shell .mi-telegram-follow-copy {
  display: flex !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-direction: column !important;
  gap: 3px !important;
}

.mi-shell .mi-telegram-follow-copy strong,
.mi-shell .mi-telegram-follow-copy small {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
  text-decoration: none !important;
}

.mi-shell .mi-telegram-follow-copy strong {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.mi-shell .mi-telegram-follow-copy small {
  color: #c8ccc3 !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}


.mi-shell .mi-whatsapp-follow {
  display: flex !important;
  align-items: center !important;
  gap: 11px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 62px !important;
  padding: 11px 13px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #151713 !important;
  box-shadow: none !important;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  transition: background-color .16s ease, transform .16s ease !important;
}

.mi-shell .mi-whatsapp-follow:hover,
.mi-shell .mi-whatsapp-follow:focus {
  background: #242720 !important;
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  outline: none !important;
}

.mi-shell .mi-whatsapp-follow:focus-visible {
  outline: 3px solid rgba(21, 23, 19, .18) !important;
  outline-offset: 2px !important;
}

.mi-shell .mi-whatsapp-follow-icon {
  display: grid !important;
  flex: 0 0 36px !important;
  place-items: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: #25d366 !important;
  color: #fff !important;
}

.mi-shell .mi-whatsapp-follow-icon svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  margin: 0 !important;
  fill: currentColor !important;
}

.mi-shell .mi-whatsapp-follow-copy {
  display: flex !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-direction: column !important;
  gap: 3px !important;
}

.mi-shell .mi-whatsapp-follow-copy strong,
.mi-shell .mi-whatsapp-follow-copy small {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
  text-decoration: none !important;
}

.mi-shell .mi-whatsapp-follow-copy strong {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.mi-shell .mi-whatsapp-follow-copy small {
  color: #c8ccc3 !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

@media (max-width: 1024px) {
  .mi-shell .mi-facebook-follow {
    margin-top: 10px !important;
  }

  .mi-shell > .mi-own-news {
    margin: 12px 0 0 !important;
    padding: 14px 12px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: var(--soft) !important;
  }

  .mi-shell > .mi-own-news h2,
  .mi-shell > .mi-own-news .mi-own-news-all {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .mi-shell > .mi-social-follow-stack {
    margin: 12px 0 0 !important;
    padding: 0 !important;
  }
}


/* MediaIndex 0.5.2 — desktop sticky social buttons */
.mi-shell {
  --mi-sticky-offset: 64px;
}

body.admin-bar .mi-shell {
  --mi-sticky-offset: 96px;
}

@media (min-width: 1025px) {
  .mi-shell .mi-social-follow-stack {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: var(--mi-sticky-offset) !important;
    z-index: 4 !important;
    align-self: start !important;
  }
}

/* Media Index 7.0 — latest MediaIndex publications in the sidebar */
.mi-shell .mi-own-news[hidden] {
  display: none !important;
}

.mi-shell .mi-own-news {
  display: block !important;
  width: 100% !important;
  margin: 18px 0 0 !important;
  padding: 16px 0 0 !important;
  border-top: 1px solid var(--line) !important;
}

.mi-shell .mi-own-news h2 {
  margin: 0 0 8px !important;
  padding: 0 8px !important;
  color: var(--ink) !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
}

.mi-shell .mi-own-news-list {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mi-shell .mi-own-news-item {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 11px 8px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  font-family: inherit !important;
  text-decoration: none !important;
  transition: background-color .16s ease !important;
}

.mi-shell .mi-own-news-item:hover {
  background: rgba(255, 255, 255, .7) !important;
  color: var(--ink) !important;
}

.mi-shell .mi-own-news-link {
  display: block !important;
  width: 100% !important;
  color: inherit !important;
  text-decoration: none !important;
  outline: none !important;
}

.mi-shell .mi-own-news-link:focus-visible {
  outline: 2px solid #aacd1d !important;
  outline-offset: 2px !important;
}

.mi-shell .mi-own-news-copy {
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mi-shell .mi-own-news-copy strong {
  display: -webkit-box !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: var(--ink) !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.32 !important;
  text-decoration: none !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.mi-shell .mi-own-news-meta {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  min-width: 0 !important;
  margin: 5px 0 0 !important;
  padding: 0 !important;
}

.mi-shell .mi-own-news-meta small {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--muted) !important;
  font-family: inherit !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.mi-shell .mi-own-watch-later {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--muted) !important;
  box-shadow: none !important;
  cursor: pointer !important;
  vertical-align: middle !important;
}

.mi-shell .mi-own-watch-later svg {
  display: block !important;
  width: 13px !important;
  height: 13px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linejoin: round !important;
}

.mi-shell .mi-own-watch-later:hover:not(:disabled),
.mi-shell .mi-own-watch-later:focus-visible {
  color: var(--ink) !important;
  outline: none !important;
}

.mi-shell .mi-own-watch-later.is-saved {
  color: #6f8f00 !important;
}

.mi-shell .mi-own-watch-later.is-saved svg {
  fill: currentColor !important;
}

.mi-shell .mi-own-watch-later:disabled {
  cursor: default !important;
  opacity: .72 !important;
}

.mi-shell .mi-own-news-all {
  display: block !important;
  margin: 10px 0 0 !important;
  padding: 0 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--ink) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-decoration: underline !important;
  text-decoration-color: #aacd1d !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 3px !important;
}

.mi-shell .mi-own-news-all:hover,
.mi-shell .mi-own-news-all:focus {
  color: #4e5c19 !important;
}

.mi-shell .mi-own-news + .mi-social-follow-stack {
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid var(--line) !important;
}

@media (max-width: 1024px) {
  .mi-shell > .mi-own-news {
    margin: 12px 0 0 !important;
    padding: 14px 12px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: var(--soft) !important;
  }

  .mi-shell > .mi-own-news + .mi-social-follow-stack {
    margin: 12px 0 0 !important;
    padding: 0 !important;
    border-top: 0 !important;
  }
}

/* 7.0.27: first-visit preview and personal read-later controls */
.mi-feed-stage {
  position: relative;
  min-height: 260px;
}

.mi-first-visit-preview .mi-feed-stage {
  min-height: 620px;
  overflow: hidden;
}

.mi-first-visit-preview .mi-feed {
  filter: blur(4px);
  opacity: .48;
  pointer-events: none;
  user-select: none;
  transform: translateZ(0);
}

.mi-first-visit-preview .mi-load-more,
.mi-first-visit-preview .mi-status {
  display: none !important;
}

.mi-first-visit-preview .mi-first-country {
  position: absolute;
  z-index: 5;
  top: 34px;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 300px;
  margin: 0;
  background: rgba(238, 240, 232, .78);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: 0 18px 42px rgba(21, 23, 19, .08);
}

.mi-preview-item {
  min-height: 96px;
}

.mi-watch-later {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
}

.mi-watch-later svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linejoin: round;
}

.mi-watch-later::after {
  content: attr(data-label);
}

.mi-watch-later:hover:not(:disabled) {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mi-watch-later.is-saved {
  color: #6f8f00;
}

.mi-watch-later.is-saved svg {
  fill: currentColor;
}

.mi-watch-later:disabled {
  cursor: default;
  opacity: .72;
}

.mi-toast {
  position: fixed;
  z-index: 999999;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: min(420px, calc(100vw - 32px));
  padding: 12px 14px;
  border-radius: 10px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 14px 36px rgba(0,0,0,.18);
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease;
}

.mi-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mi-toast a {
  color: var(--accent);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.mi-saved-cabinet {
  width: 100%;
  font-family: "Media Index Manrope", Arial, sans-serif;
}

.mi-saved-cabinet h2 {
  margin: 0 0 18px;
  font-size: 24px;
}

.mi-saved-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mi-saved-list li {
  display: grid;
  gap: 5px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(21, 23, 19, .12);
}

.mi-saved-list a {
  color: var(--ink);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none;
}

.mi-saved-list small {
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 1024px) {
  .mi-first-visit-preview .mi-feed-stage {
    min-height: 560px;
  }
  .mi-first-visit-preview .mi-first-country {
    top: 22px;
    margin: 0;
    padding: 18px;
  }
  .mi-story-meta {
    flex-wrap: wrap;
    row-gap: 5px;
  }
  .mi-watch-later::after {
    display: none;
  }
  .mi-watch-later svg {
    width: 15px;
    height: 15px;
  }
  .mi-toast {
    right: 16px;
    bottom: 16px;
  }
}
.mi-saved-cabinet {
  --ink: #151713;
  --muted: #686b63;
}
.mi-saved-list li {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}
.mi-saved-list li > div {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.mi-saved-list form {
  margin: 0;
}
.mi-saved-list button {
  padding: 8px 11px;
  border: 0;
  border-radius: 8px;
  color: #151713;
  background: #eef0e8;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}
.mi-saved-list button:hover {
  background: #d9ff43;
}
@media (max-width: 640px) {
  .mi-saved-list li { grid-template-columns: 1fr; }
  .mi-saved-list form { justify-self: start; }
}


/* 7.0.29: reliable first-visit blurred preview fallback */
.mi-server-preview-item {
  display: none !important;
}

.mi-first-visit-preview .mi-server-preview-item {
  display: grid !important;
}

.mi-first-visit-preview .mi-first-country {
  background: rgba(238, 240, 232, .68);
}

/* 7.0.30: contextual country shortcut detected from an explicit country mention in the headline. */
.mi-country-news {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
  cursor: pointer;
}

.mi-country-news::before {
  color: #6f8f00;
  content: "→";
  font-weight: 850;
}

.mi-country-news:hover {
  color: #6f8f00;
  text-decoration: underline;
  text-underline-offset: 3px;
}
