.no-glam-my-feed {
  --ng-accent: #3157d5;
  --ng-accent-dark: #2341a5;
  --ng-ink: #17242c;
  --ng-ink-soft: #53616a;
  --ng-paper: #f5f1e8;
  --ng-paper-deep: #ebe5d8;
  --ng-line: #dcd6ca;
  color: var(--ng-ink);
  margin: 1.25rem auto 4rem !important;
  max-width: 72rem !important;
  position: relative;
  transform: none;
  width: calc(100vw - 2rem) !important;
}

.no-glam-my-feed *,
.no-glam-my-feed *::before,
.no-glam-my-feed *::after {
  box-sizing: border-box;
}

.no-glam-my-feed__intro {
  align-items: end;
  background: var(--ng-ink);
  border-radius: 1.5rem;
  color: #fffdf8;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 22rem);
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem);
  position: relative;
}

.no-glam-my-feed__intro::after {
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 50%;
  content: "";
  height: 18rem;
  pointer-events: none;
  position: absolute;
  right: -7rem;
  top: -9rem;
  width: 18rem;
}

.no-glam-my-feed__eyebrow,
.no-glam-my-feed__consent-kicker {
  color: var(--ng-accent);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.no-glam-my-feed__intro .no-glam-my-feed__eyebrow {
  color: #9db0ff;
}

.no-glam-my-feed__title {
  color: inherit;
  font-size: clamp(2rem, 4.6vw, 4.25rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0;
  max-width: 12ch;
}

.no-glam-my-feed__lead {
  color: #cbd3d7;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.6;
  margin: 1.4rem 0 0;
  max-width: 36rem;
}

.no-glam-my-feed__mode {
  align-self: end;
  background: rgb(255 255 255 / 8%);
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 1rem;
  color: #eef1f2;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
  padding: 1rem 1.1rem;
  position: relative;
  z-index: 1;
}

.no-glam-my-feed__mode::before {
  background: #8fe3af;
  border-radius: 50%;
  box-shadow: 0 0 0 0.28rem rgb(143 227 175 / 12%);
  content: "";
  display: inline-block;
  height: 0.55rem;
  margin-right: 0.65rem;
  width: 0.55rem;
}

.no-glam-my-feed__consent {
  align-items: center;
  background: var(--ng-paper);
  border: 1px solid var(--ng-line);
  border-radius: 1.25rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 21rem);
  margin: 1.25rem 0 0;
  padding: clamp(1.4rem, 3vw, 2.25rem);
}

.no-glam-my-feed__consent h2 {
  color: var(--ng-ink);
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin: 0;
}

.no-glam-my-feed__consent-copy > p:last-child {
  color: var(--ng-ink-soft);
  line-height: 1.6;
  margin: 0.85rem 0 0;
  max-width: 44rem;
}

.no-glam-my-feed__consent-action {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.no-glam-my-feed__consent-action small {
  color: var(--ng-ink-soft);
  font-size: 0.78rem;
  text-align: center;
}

.no-glam-my-feed__consent-action a {
  color: var(--ng-ink);
  font-size: 0.82rem;
  text-align: center;
  text-decoration-color: #9aa4aa;
  text-underline-offset: 0.2em;
}

.no-glam-my-feed__privacy-controls {
  display: flex;
  justify-content: flex-end;
  margin: 0.85rem 0 0;
}

.no-glam-my-feed__status {
  color: var(--ng-ink-soft);
  min-height: 1.5em;
  padding-inline: 0.25rem;
}

.no-glam-my-feed__section-heading {
  align-items: end;
  border-bottom: 1px solid var(--ng-line);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-top: clamp(2.25rem, 5vw, 4rem);
  padding: 0 0 1.15rem;
}

.no-glam-my-feed__section-heading h2 {
  color: var(--ng-ink);
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0;
}

.no-glam-my-feed__section-heading .no-glam-my-feed__eyebrow {
  margin-bottom: 0.55rem;
}

.no-glam-my-feed__section-heading > p {
  color: var(--ng-ink-soft);
  font-size: 0.88rem;
  margin: 0;
  text-align: right;
}

.no-glam-my-feed__list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.no-glam-my-feed__item {
  background: #fff;
  border: 1px solid var(--ng-line);
  border-radius: 1.15rem;
  display: flex;
  flex-direction: column;
  min-height: 15rem;
  overflow: hidden;
  padding: 1.45rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.no-glam-my-feed__item:first-child {
  background: var(--ng-paper);
  grid-column: 1 / -1;
  min-height: 18rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.no-glam-my-feed__item:hover {
  border-color: #b7b0a4;
  box-shadow: 0 0.9rem 2rem rgb(23 36 44 / 8%);
  transform: translateY(-2px);
}

.no-glam-my-feed__card-meta {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.no-glam-my-feed__number {
  color: #8a959b;
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.no-glam-my-feed__cluster {
  background: #eef1fb;
  border-radius: 999px;
  color: var(--ng-accent-dark);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.48rem 0.68rem;
}

.no-glam-my-feed__link {
  color: var(--ng-ink);
  display: block;
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  font-weight: 650;
  letter-spacing: -0.018em;
  line-height: 1.35;
  text-decoration: none;
}

.no-glam-my-feed__item:first-child .no-glam-my-feed__link {
  font-size: clamp(1.65rem, 3.2vw, 2.75rem);
  line-height: 1.12;
  max-width: 23ch;
}

.no-glam-my-feed__arrow {
  color: var(--ng-accent);
  display: inline-block;
  font-size: 0.8em;
  margin-left: 0.25rem;
  transition: transform 160ms ease;
}

.no-glam-my-feed__link:hover {
  color: var(--ng-accent-dark);
}

.no-glam-my-feed__link:hover .no-glam-my-feed__arrow {
  transform: translate(0.15rem, -0.15rem);
}

.no-glam-my-feed__actions {
  display: flex;
  gap: 0.55rem;
  margin-top: auto;
  padding-top: 1.4rem;
}

.no-glam-my-feed button {
  appearance: none;
  background: #fff;
  border: 1px solid #aab2b6;
  border-radius: 999px;
  color: var(--ng-ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.72rem 1rem;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.no-glam-my-feed .no-glam-my-feed__grant-consent {
  background: var(--ng-accent);
  border-color: var(--ng-accent);
  border-radius: 0.7rem;
  color: #fff;
  font-size: 0.92rem;
  padding: 0.95rem 1.2rem;
}

.no-glam-my-feed button:hover:not(:disabled) {
  background: var(--ng-ink);
  border-color: var(--ng-ink);
  color: #fff;
}

.no-glam-my-feed .no-glam-my-feed__grant-consent:hover {
  background: var(--ng-accent-dark);
  border-color: var(--ng-accent-dark);
}

.no-glam-my-feed__link:focus-visible,
.no-glam-my-feed button:focus-visible,
.no-glam-my-feed__consent-action a:focus-visible {
  outline: 3px solid #f2a900;
  outline-offset: 3px;
}

.no-glam-my-feed button:disabled {
  background: #edf0f1;
  border-color: #d4d9db;
  color: #67747a;
  cursor: default;
  opacity: 1;
}

.no-glam-my-feed__empty {
  background: var(--ng-paper);
  border: 1px dashed #b9b1a4;
  border-radius: 1rem;
  color: var(--ng-ink-soft);
  padding: 2rem;
  text-align: center;
}

@media (min-width: 721px) and (max-width: 1200px) {
  .no-glam-my-feed {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 720px) {
  .no-glam-my-feed {
    margin-bottom: 2.5rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: calc(
      100vw
      - var(--wp--style--root--padding-left, 0px)
      - var(--wp--style--root--padding-right, 0px)
    ) !important;
  }

  .no-glam-my-feed__intro,
  .no-glam-my-feed__consent {
    border-radius: 1rem;
    grid-template-columns: 1fr;
  }

  .no-glam-my-feed__intro {
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .no-glam-my-feed__title {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .no-glam-my-feed__mode {
    font-size: 0.82rem;
  }

  .no-glam-my-feed__consent {
    gap: 1.35rem;
    padding: 1.25rem;
  }

  .no-glam-my-feed__section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }

  .no-glam-my-feed__section-heading > p {
    text-align: left;
  }

  .no-glam-my-feed__list {
    grid-template-columns: 1fr;
  }

  .no-glam-my-feed__item,
  .no-glam-my-feed__item:first-child {
    grid-column: auto;
    min-height: 0;
    padding: 1.25rem;
  }

  .no-glam-my-feed__item:first-child .no-glam-my-feed__link {
    font-size: clamp(1.35rem, 7vw, 1.8rem);
  }

  .no-glam-my-feed__privacy-controls {
    justify-content: stretch;
  }

  .no-glam-my-feed__privacy-controls button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .no-glam-my-feed__item,
  .no-glam-my-feed__arrow,
  .no-glam-my-feed button {
    transition: none;
  }
}
