.gp-story-wall {
  --gp-ink: #17211b;
  --gp-green: #147a53;
  --gp-cream: #f5f1e8;
  --gp-panel: #fffaf0;
  --gp-gold: #e6a700;
  --gp-blue: #0b66c3;
  --gp-muted: #5e685f;
  --gp-star-empty: #7c847e;
  --gp-border: rgba(23, 33, 27, .14);
  --gp-panel-shadow: 0 18px 52px rgba(23, 33, 27, .16);
  --gp-display: var(--wp--preset--font-family--heading, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif);
  color: var(--gp-ink);
  margin: clamp(2rem, 6vw, 5.5rem) 0;
}

.gp-story-wall,
.gp-story-wall * {
  box-sizing: border-box;
}

.gp-story-wall button {
  font: inherit;
}

.gp-story-wall img {
  max-width: 100%;
}

.gp-story-wall--home {
  width: min(1210px, calc(100% - 96px));
  margin: clamp(3.5rem, 7vw, 6.5rem) auto;
}

.gp-story-wall--product {
  width: min(1180px, 100%);
  margin: clamp(2.5rem, 6vw, 5rem) auto;
  overflow: visible;
}

.gp-story-wall__heading {
  max-width: 790px;
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
}

.gp-story-wall__eyebrow {
  margin: 0;
  color: var(--gp-green);
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gp-story-wall__heading h2 {
  max-width: 760px;
  margin: .35rem 0 .65rem;
  font-family: var(--gp-display);
  font-size: clamp(2.75rem, 5.5vw, 5rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
  text-wrap: balance;
}

.gp-story-wall--home .gp-story-wall__heading {
  width: 100%;
  max-width: none;
}

.gp-story-wall--home .gp-story-wall__heading h2 {
  width: 100%;
  max-width: none;
  font-size: clamp(2.75rem, 4.6vw, 4.1rem);
}

.gp-story-wall__heading > p:not(.gp-story-wall__eyebrow):not(.gp-story-wall__summary) {
  max-width: 620px;
  margin: 0;
  color: var(--gp-muted);
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.55;
}

.gp-story-wall__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem .65rem;
  margin: 1rem 0 0;
  color: #3f4942;
  font-size: .95rem;
}

.gp-story-wall__summary strong {
  font-size: 1.55rem;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.gp-story-wall--home .gp-story-wall__summary > .gp-story-wall__photo-summary::before {
  display: inline-block;
  width: 1px;
  height: 1.15em;
  margin-right: .65rem;
  background: rgba(23, 33, 27, .22);
  content: "";
  vertical-align: -.2em;
}

/* Paired homepage story stage. */
.gp-story-showcase__viewport {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gp-story-showcase__viewport::-webkit-scrollbar {
  display: none;
}

.gp-story-showcase__track {
  display: flex;
  width: 100%;
}

.gp-story-showcase__slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.gp-story-showcase__photo {
  display: block;
  width: 100%;
  height: clamp(500px, 42vw, 560px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: var(--gp-cream);
  cursor: zoom-in;
}

.gp-story-showcase__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: left center;
  filter: none;
}

.gp-story-showcase__panel {
  position: absolute;
  z-index: 2;
  right: 48px;
  bottom: 36px;
  width: min(440px, calc(100% - 96px));
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--gp-border);
  border-radius: 18px;
  background: var(--gp-panel);
  box-shadow: var(--gp-panel-shadow);
}

/* Shared review-card typography and content behavior. */
.gp-story-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: var(--gp-ink);
}

.gp-story-showcase__panel .gp-story-card {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: clamp(1.25rem, 2.2vw, 1.75rem);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.gp-story-card__meta {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: .7rem;
  min-width: 0;
  color: var(--gp-muted);
  font-size: .8rem;
  line-height: 1.3;
}

.gp-story-card__avatar {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  place-items: center;
  background: #d6ece3;
  color: var(--gp-green);
  font-weight: 750;
}

.gp-story-card__identity {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  gap: .15rem;
}

.gp-story-card__author {
  overflow: hidden;
  color: var(--gp-ink);
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gp-story-card__verified {
  color: var(--gp-blue);
  font-weight: 650;
}

.gp-story-card__verified::before {
  margin-right: .2rem;
  content: "✓";
}

.gp-story-card__meta time {
  flex: 0 0 auto;
  white-space: nowrap;
}

.gp-story-card__content {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  flex-direction: column;
  padding-top: 1rem;
  overflow: hidden;
}

.gp-story-card__rating {
  margin-bottom: .45rem;
  line-height: 1;
}

.gp-story-stars {
  display: inline-flex;
  gap: .06em;
  white-space: nowrap;
}

.gp-story-star {
  font-size: 1.08rem;
  line-height: 1;
}

.gp-story-star--filled {
  color: var(--gp-gold);
}

.gp-story-star--empty {
  color: var(--gp-star-empty);
  opacity: 1;
}

.gp-story-card__title {
  display: -webkit-box;
  margin: .15rem 0 .45rem;
  overflow: hidden;
  font-family: var(--gp-display);
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.08;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gp-story-card__excerpt {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
  font-size: .9rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.gp-story-card__footer {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: .75rem;
  margin-top: auto;
  padding-top: 1rem;
}

.gp-story-card__thumbnails {
  display: flex;
  flex: 0 0 auto;
  gap: .45rem;
}

.gp-story-card__thumbnail {
  width: 44px;
  height: 44px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--gp-border);
  border-radius: 7px;
  background: var(--gp-cream);
  cursor: zoom-in;
}

.gp-story-card__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.gp-story-wall--home .gp-story-card__thumbnail:nth-child(n + 3) {
  display: none;
}

.gp-story-card__read-more {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  align-self: flex-start;
  margin: 0;
  padding: 0 .15rem;
  border: 0;
  background: transparent;
  color: var(--gp-green);
  cursor: pointer;
  font-size: .85rem;
  font-weight: 750;
  text-underline-offset: 3px;
}

.gp-story-card__read-more::after {
  margin-left: .55rem;
  content: "→";
  font-size: 1.1em;
}

.gp-story-card__read-more:hover {
  text-decoration: underline;
}

/* Stable control row above five full-width direct story selectors. */
.gp-story-showcase__footer {
  display: grid;
  grid-template-areas:
    "status controls view"
    "thumbs thumbs thumbs";
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px 14px;
  min-width: 0;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(23, 33, 27, .1);
  border-radius: 14px;
  background: rgba(255, 250, 240, .72);
}

.gp-story-showcase__footer > [data-gp-story-status] {
  grid-area: status;
  justify-self: start;
  color: var(--gp-muted);
  font-size: .8rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.gp-story-showcase__footer nav {
  display: flex;
  grid-area: controls;
  align-items: center;
  gap: 8px;
  justify-self: center;
}

.gp-story-showcase__footer nav button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(23, 33, 27, .22);
  border-radius: 50%;
  place-items: center;
  background: #fff;
  color: var(--gp-ink);
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1;
}

.gp-story-showcase__footer nav button:disabled,
.gp-story-wall__controls button:disabled {
  cursor: not-allowed;
  opacity: .42;
}

.gp-story-showcase__thumbs {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-area: thumbs;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  justify-self: stretch;
}

.gp-story-showcase__thumbs button {
  display: block;
  min-width: 0;
  aspect-ratio: 16 / 9;
  padding: 2px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 9px;
  background: transparent;
  cursor: pointer;
}

.gp-story-showcase__thumbs button img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  filter: none;
}

.gp-story-showcase__thumbs button[aria-current="true"] {
  border-color: var(--gp-green);
}

.gp-story-showcase__footer > [data-gp-review-detail] {
  display: inline-flex;
  min-height: 44px;
  grid-area: view;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: .45rem .2rem;
  border: 0;
  background: transparent;
  color: var(--gp-green);
  cursor: pointer;
  font-size: .85rem;
  font-weight: 750;
  text-align: right;
  white-space: nowrap;
}

/* Product review carousel retains measured three-card/one-card snapping. */
.gp-story-wall--product .gp-story-wall__viewport {
  position: relative;
}

.gp-story-wall--product .gp-story-wall__pages {
  display: flex;
  gap: 16px;
  min-height: 380px;
  padding: 2px 2px 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gp-story-wall--product .gp-story-wall__pages::-webkit-scrollbar {
  display: none;
}

.gp-story-wall--product .gp-story-page {
  display: contents;
}

.gp-story-wall--product .gp-story-card {
  flex: 0 0 calc((100% - 32px) / 3);
  width: calc((100% - 32px) / 3);
  height: 380px;
  min-height: 380px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(23, 33, 27, .1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(23, 33, 27, .08);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.gp-story-wall--product .gp-story-card__title {
  font-size: 1.45rem;
}

.gp-story-wall--product .gp-story-card__read-more {
  margin-left: auto;
}

.gp-story-wall__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .7rem;
  margin-top: .25rem;
}

.gp-story-wall__controls button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(23, 33, 27, .22);
  border-radius: 50%;
  place-items: center;
  background: #fff;
  color: var(--gp-ink);
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1;
}

.gp-story-wall__controls [data-gp-story-status] {
  min-width: 8rem;
  color: var(--gp-muted);
  font-size: .8rem;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.gp-story-wall__controls [data-gp-story-retry] {
  width: auto;
  padding: 0 1rem;
  border-radius: 999px;
  font-size: .85rem;
}

/* Full-review dialog. Photo reviews use two columns; text-only reviews stay centered. */
.gp-review-dialog {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  padding: clamp(1rem, 4vw, 3rem);
  place-items: center;
  background: rgba(7, 12, 9, .78);
}

.gp-review-dialog[hidden] {
  display: none;
}

.gp-review-dialog__panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  width: min(1000px, 100%);
  max-width: min(1000px, 100%);
  max-height: 90vh;
  overflow: auto;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

.gp-review-dialog__panel:has(.gp-review-detail):not(:has(.gp-review-detail__gallery)) {
  width: min(600px, 100%);
  max-width: min(600px, 100%);
  grid-template-columns: 1fr;
  justify-self: center;
}

.gp-review-dialog__panel:has(.gp-review-detail__gallery) {
  overflow: hidden;
}

.gp-review-dialog__panel > [data-gp-review-dialog-close] {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(23, 33, 27, .12);
  border-radius: 50%;
  background: var(--gp-cream);
  color: var(--gp-ink);
  cursor: pointer;
  font-size: 1.4rem;
}

.gp-review-dialog__panel > [data-gp-review-dialog-content] {
  display: contents;
}

.gp-review-dialog__loading {
  grid-column: 1 / -1;
  min-height: 240px;
  margin: 0;
  padding: 3rem;
  color: var(--gp-muted);
}

.gp-review-detail {
  grid-column: 1 / -1;
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.gp-review-detail:has(.gp-review-detail__gallery) {
  display: grid;
  height: min(800px, 90vh);
  max-height: 90vh;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  grid-template-columns: 1.25fr 1fr;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
}

.gp-review-detail__gallery {
  position: relative;
  display: grid;
  height: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 1.25rem;
  overflow: hidden;
  grid-column: 1;
  grid-row: 1 / 5;
  place-items: center;
  background: var(--gp-cream);
}

.gp-review-detail__gallery-images,
.gp-review-detail__gallery-images figure {
  width: 100%;
  margin: 0;
}

.gp-review-detail__image {
  display: block;
  width: 100%;
  max-height: 58vh;
  border-radius: 12px;
  object-fit: contain;
  background: var(--gp-cream);
}

.gp-review-detail__gallery > [data-gp-dialog-previous],
.gp-review-detail__gallery > [data-gp-dialog-next] {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(23, 33, 27, .12);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: var(--gp-ink);
  cursor: pointer;
}

.gp-review-detail__gallery > [data-gp-dialog-previous] {
  left: .75rem;
}

.gp-review-detail__gallery > [data-gp-dialog-next] {
  right: .75rem;
}

.gp-review-detail__gallery > [data-gp-dialog-counter] {
  position: absolute;
  bottom: .6rem;
  left: 50%;
  display: block;
  margin: 0;
  color: var(--gp-muted);
  font-size: .8rem;
  font-variant-numeric: tabular-nums;
  transform: translateX(-50%);
}

.gp-review-detail:has(.gp-review-detail__gallery) > .gp-review-detail__rating,
.gp-review-detail:has(.gp-review-detail__gallery) > .gp-review-detail__title,
.gp-review-detail:has(.gp-review-detail__gallery) > .gp-review-detail__body,
.gp-review-detail:has(.gp-review-detail__gallery) > .gp-review-detail__meta {
  grid-column: 2;
  margin-right: clamp(1.5rem, 4vw, 2.5rem);
  margin-left: clamp(1.5rem, 4vw, 2.5rem);
}

.gp-review-detail:has(.gp-review-detail__gallery) > .gp-review-detail__rating {
  margin-top: clamp(4rem, 8vw, 5rem);
}

.gp-review-detail__rating {
  margin-bottom: .7rem;
}

.gp-review-detail__title {
  margin-top: .2rem;
  margin-bottom: .8rem;
  font-family: var(--gp-display);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.12;
}

.gp-review-detail__body {
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.gp-review-detail:has(.gp-review-detail__gallery) > .gp-review-detail__body {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.gp-review-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .8rem;
  margin-top: 1.4rem;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
  color: var(--gp-muted);
  font-size: .85rem;
}

.gp-review-detail__meta strong {
  color: var(--gp-ink);
}

body.gp-review-dialog-open {
  overflow: hidden;
}

.gp-story-showcase__photo:focus-visible,
.gp-story-card__read-more:focus-visible,
.gp-story-showcase__thumbs button:focus-visible,
[data-gp-story-previous]:focus-visible,
[data-gp-story-next]:focus-visible,
.gp-story-card__thumbnail:focus-visible,
.gp-story-showcase__footer > [data-gp-review-detail]:focus-visible,
.gp-review-dialog button:focus-visible {
  outline: 3px solid var(--gp-blue);
  outline-offset: 3px;
}

.gp-story-showcase__photo:focus-visible {
  outline-offset: -4px;
}

@media (max-width: 767px) {
  .gp-story-wall--home {
    width: calc(100% - 40px);
    margin: clamp(2.75rem, 12vw, 4.5rem) auto;
  }

  .gp-story-wall__heading {
    margin-bottom: 1.35rem;
  }

  .gp-story-wall__heading h2 {
    max-width: 100%;
    font-size: clamp(2rem, 11vw, 3rem);
    letter-spacing: -.035em;
    line-height: 1;
  }

  .gp-story-wall--home .gp-story-wall__heading h2 {
    font-size: clamp(2rem, 9vw, 2.5rem);
  }

  .gp-story-wall__summary {
    align-items: center;
    gap: .45rem .55rem;
  }

  .gp-story-wall--home .gp-story-wall__photo-summary {
    flex-basis: 100%;
    margin-top: .15rem;
  }

  .gp-story-wall--home .gp-story-wall__summary > .gp-story-wall__photo-summary::before {
    display: none;
  }

  .gp-story-showcase__viewport {
    overflow-y: hidden;
    border-radius: 16px;
  }

  .gp-story-showcase__photo {
    height: clamp(260px, 72vw, 290px);
    border-radius: 16px;
  }

  .gp-story-showcase__photo img {
    object-position: center;
  }

  .gp-story-showcase__panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: -64px 14px 0;
    overflow: visible;
    border-radius: 16px;
  }

  .gp-story-showcase__panel .gp-story-card {
    padding: 20px;
  }

  .gp-story-card__meta {
    align-items: flex-start;
  }

  .gp-story-card__meta time {
    font-size: .75rem;
  }

  .gp-story-card__title {
    font-size: clamp(1.55rem, 7vw, 1.9rem);
  }

  .gp-story-card__excerpt {
    -webkit-line-clamp: 4;
  }

  .gp-story-card__footer {
    flex-wrap: wrap;
  }

  .gp-story-card__thumbnail {
    width: 44px;
    height: 44px;
  }

  .gp-story-showcase__footer {
    grid-template-areas:
      "status controls"
      "view view";
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    margin-top: 10px;
    padding: 10px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .gp-story-showcase__footer > [data-gp-story-status] {
    grid-area: status;
    white-space: normal;
  }

  .gp-story-showcase__footer nav {
    grid-area: controls;
  }

  .gp-story-showcase__footer nav button {
    width: 44px;
    height: 44px;
  }

  .gp-story-showcase__thumbs {
    display: none;
  }

  .gp-story-showcase__footer > [data-gp-review-detail] {
    display: inline-flex;
    grid-area: view;
    justify-self: start;
    text-align: left;
  }

  .gp-story-wall--product .gp-story-wall__pages {
    gap: 12px;
    min-height: 410px;
    padding-bottom: 16px;
  }

  .gp-story-wall--product .gp-story-card {
    flex: 0 0 100%;
    width: 100%;
    height: 410px;
    min-height: 410px;
  }

  .gp-story-wall--product .gp-story-wall__controls {
    display: flex;
    flex-wrap: wrap;
    padding-inline: 6px;
  }

  .gp-review-dialog {
    align-items: end;
    padding: .5rem;
  }

  .gp-review-dialog__panel {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 92vh;
    height: 92dvh;
    max-height: 92vh;
    max-height: 92dvh;
    border-radius: 20px 20px 0 0;
  }

  .gp-review-dialog__panel:has(.gp-review-detail):not(:has(.gp-review-detail__gallery)) {
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
  }

  .gp-review-dialog__panel:has(.gp-review-detail__gallery) {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .gp-review-dialog__panel > [data-gp-review-dialog-content] {
    display: block;
  }

  .gp-review-detail,
  .gp-review-detail:has(.gp-review-detail__gallery) {
    display: block;
    height: auto;
    max-height: none;
    padding: 0 1.25rem 2rem;
    overflow: visible;
  }

  .gp-review-detail__gallery {
    min-height: 0;
    height: 42vh;
    height: 42dvh;
    margin: 0 -1.25rem 1.25rem;
    padding: 1rem;
  }

  .gp-review-detail:has(.gp-review-detail__gallery) > .gp-review-detail__rating,
  .gp-review-detail:has(.gp-review-detail__gallery) > .gp-review-detail__title,
  .gp-review-detail:has(.gp-review-detail__gallery) > .gp-review-detail__body,
  .gp-review-detail:has(.gp-review-detail__gallery) > .gp-review-detail__meta {
    margin-right: 0;
    margin-left: 0;
  }

  .gp-review-detail:has(.gp-review-detail__gallery) > .gp-review-detail__rating {
    margin-top: 0;
  }

  .gp-review-detail:has(.gp-review-detail__gallery) > .gp-review-detail__body {
    overflow-y: visible;
    overscroll-behavior: auto;
  }

  .gp-review-detail__image {
    max-height: 38vh;
    max-height: 38dvh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gp-story-showcase__viewport {
    scroll-behavior: auto;
  }

  .gp-story-wall--product .gp-story-wall__pages {
    scroll-behavior: auto;
  }

  .gp-story-wall * {
    transition: none !important;
    animation: none !important;
  }
}
