/*
 * Penasim Homepage 0.2.0
 * All selectors are scoped under .penasim-home to minimize theme/plugin collisions.
 */


/*
 * SWELL / Gutenberg compatibility layer.
 * Loaded only on a page containing [penasim_home], because PHP adds the
 * .penasim-homepage-active body class only on that page.
 *
 * SWELL and the shortcode block can each add their own top spacing. Reset all
 * known wrappers here so the custom hero connects directly to the header.
 */
body.penasim-homepage-active #content,
body.penasim-homepage-active #main_content,
body.penasim-homepage-active .l-content,
body.penasim-homepage-active .l-container,
body.penasim-homepage-active .l-mainContent,
body.penasim-homepage-active .l-mainContent__inner,
body.penasim-homepage-active .l-article,
body.penasim-homepage-active .l-article__body,
body.penasim-homepage-active .post_content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.penasim-homepage-active .c-pageTitle {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.penasim-homepage-active .post_content {
  padding-block: 0 !important;
}

/* The custom homepage already owns its final spacing; remove theme footer gap. */
body.penasim-homepage-active #content,
body.penasim-homepage-active #main_content,
body.penasim-homepage-active .l-content,
body.penasim-homepage-active .l-container,
body.penasim-homepage-active .l-mainContent,
body.penasim-homepage-active .l-mainContent__inner,
body.penasim-homepage-active .l-article,
body.penasim-homepage-active .l-article__body,
body.penasim-homepage-active .post_content,
body.penasim-homepage-active .wp-block-shortcode:has(.penasim-home) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.penasim-homepage-active .post_content > .wp-block-shortcode:first-child,
body.penasim-homepage-active .wp-block-shortcode:has(.penasim-home),
body.penasim-homepage-active .wp-block-shortcode > .penasim-home,
body.penasim-homepage-active .post_content > .penasim-home:first-child,
body.penasim-homepage-active .post_content > :first-child {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
  padding-block-start: 0 !important;
  padding-top: 0 !important;
}

/* Empty SWELL front-page widget wrappers must not reserve vertical space. */
body.penasim-homepage-active .w-frontTop:empty,
body.penasim-homepage-active .w-frontTop:not(:has(*)) {
  display: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}


/*
 * SWELL applies decorative backgrounds, borders, padding, and pseudo-elements
 * to headings inside .post_content. Neutralize only those theme decorations
 * inside this plugin, while retaining the plugin's own typography rules.
 */
body.penasim-homepage-active .post_content .penasim-home h1,
body.penasim-homepage-active .post_content .penasim-home h2,
body.penasim-homepage-active .post_content .penasim-home h3 {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body.penasim-homepage-active .post_content .penasim-home h1::before,
body.penasim-homepage-active .post_content .penasim-home h1::after,
body.penasim-homepage-active .post_content .penasim-home h2::before,
body.penasim-homepage-active .post_content .penasim-home h2::after,
body.penasim-homepage-active .post_content .penasim-home h3::before,
body.penasim-homepage-active .post_content .penasim-home h3::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.penasim-home {
  --penasim-navy: #0b2945;
  --penasim-navy-2: #163d5b;
  --penasim-green: #1f603e;
  --penasim-green-dark: #14472d;
  --penasim-ink: #17212b;
  --penasim-muted: #5b6670;
  --penasim-line: #dce4e9;
  --penasim-soft: #f4f7f8;
  --penasim-white: #fff;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  color: var(--penasim-ink);
  background: var(--penasim-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.7;
  overflow: clip;
}

.penasim-home *,
.penasim-home *::before,
.penasim-home *::after {
  box-sizing: border-box;
}

.penasim-home a {
  color: inherit;
  text-decoration: none;
}

.penasim-home img,
.penasim-home svg {
  display: block;
  max-width: 100%;
}

.penasim-home__container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.penasim-home__hero {
  position: relative;
  border-bottom: 1px solid var(--penasim-line);
  background: linear-gradient(100deg, #fff 0%, #fff 52%, #edf5f1 100%);
}

.penasim-home__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
  align-items: stretch;
  min-height: 440px;
}

.penasim-home__hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 64px 52px 64px 4px;
}

.penasim-home__eyebrow {
  margin: 0 0 13px;
  color: var(--penasim-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.penasim-home__title {
  margin: 0;
  color: var(--penasim-navy);
  font-size: clamp(31px, 3.2vw, 49px);
  line-height: 1.34;
  letter-spacing: -.035em;
  font-weight: 850;
}

.penasim-home__title span {
  color: var(--penasim-green);
}

.penasim-home__lead {
  max-width: 620px;
  margin: 22px 0 25px;
  color: #374550;
  font-size: 15px;
}

.penasim-home__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  width: min(560px, 100%);
  min-height: 52px;
  margin: 0;
  border: 1px solid #bcc9d0;
  border-radius: 5px;
  overflow: hidden;
  background: var(--penasim-white);
  box-shadow: 0 8px 25px rgb(11 41 69 / 8%);
}

.penasim-home__search input {
  min-width: 0;
  width: 100%;
  padding: 0 17px;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  background: transparent !important;
  color: var(--penasim-ink);
  font: inherit;
  font-size: 15px;
  box-shadow: none !important;
}

.penasim-home__search input:focus {
  box-shadow: inset 0 0 0 2px rgb(31 96 62 / 24%) !important;
}

.penasim-home__search button {
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--penasim-green);
  color: var(--penasim-white);
  cursor: pointer;
}

.penasim-home__search button:hover,
.penasim-home__search button:focus-visible {
  background: var(--penasim-green-dark);
}

.penasim-home__search button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.penasim-home__hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 440px;
  padding: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 25%, rgb(255 255 255 / 90%) 0 5%, transparent 28%),
    linear-gradient(145deg, #d9e8e0, #8eb4a0);
  isolation: isolate;
}

.penasim-home__hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #fff 0%, rgb(255 255 255 / 72%) 10%, transparent 36%),
    linear-gradient(0deg, rgb(11 41 69 / 15%), transparent 50%);
  z-index: 2;
}

.penasim-home__hero-visual::after {
  content: "";
  position: absolute;
  inset: 13% 9% 12% 10%;
  border: 2px solid rgb(255 255 255 / 64%);
  border-radius: 50% 50% 46% 46% / 22% 22% 75% 75%;
  transform: perspective(500px) rotateX(61deg);
  background: linear-gradient(135deg, rgb(32 101 61 / 70%) 0 49%, rgb(173 135 78 / 72%) 49% 58%, rgb(32 101 61 / 70%) 58%);
  box-shadow: 0 30px 70px rgb(11 41 69 / 18%);
  z-index: 1;
}

.penasim-home__hero-visual.has-image {
  background:
    radial-gradient(circle at 64% 28%, rgb(255 255 255 / 94%) 0 7%, transparent 35%),
    linear-gradient(145deg, #dcebe4, #89ad9a);
}

.penasim-home__hero-visual.has-image::before {
  background:
    linear-gradient(90deg, #fff 0%, rgb(255 255 255 / 68%) 9%, transparent 34%),
    linear-gradient(0deg, rgb(11 41 69 / 12%), transparent 56%);
}

.penasim-home__hero-visual.has-image::after {
  display: none;
}

.penasim-home__hero-device {
  position: relative;
  z-index: 3;
  width: min(72%, 300px);
  max-height: 398px;
  overflow: hidden;
  border: 7px solid #0c1c2a;
  border-radius: 18px;
  background: #061326;
  box-shadow: 0 24px 58px rgb(11 41 69 / 28%);
}

.penasim-home__hero-image {
  width: 100%;
  height: auto;
  max-height: 384px;
  object-fit: contain;
  object-position: center top;
  background: #061326;
}

.penasim-home__section {
  padding: 50px 0;
  background: var(--penasim-white);
}

.penasim-home__section--muted {
  border-block: 1px solid #e5ebee;
  background: var(--penasim-soft);
}

.penasim-home__section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 23px;
}

.penasim-home__section-heading::before {
  content: "";
  width: 5px;
  height: 24px;
  flex: 0 0 auto;
  border-radius: 2px;
  background: var(--penasim-green);
}

.penasim-home__section-heading .penasim-home__heading-text {
  display: block;
  width: auto;
  margin: 0;
  color: var(--penasim-navy);
  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -.02em;
}

.penasim-home__section-heading--with-link {
  justify-content: space-between;
}

.penasim-home__section-heading--with-link::before {
  margin-right: -2px;
}

.penasim-home__section-heading--with-link .penasim-home__heading-text {
  margin-right: auto;
}

.penasim-home__section-heading--with-link > a {
  color: var(--penasim-green);
  font-size: 13px;
  font-weight: 700;
}

.penasim-home__category-grid {
  display: grid;
  grid-template-columns: repeat(var(--penasim-home-cols, 3), minmax(0, 1fr));
  gap: 12px;
}

.penasim-home__category-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--penasim-line);
  border-radius: 5px;
  background: var(--penasim-white);
  box-shadow: 0 4px 15px rgb(11 41 69 / 4%);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.penasim-home__category-card:hover,
.penasim-home__category-card:focus-visible {
  transform: translateY(-2px);
  border-color: #a9beb2;
  box-shadow: 0 10px 24px rgb(11 41 69 / 9%);
}

.penasim-home__category-icon {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #edf5f0;
  color: var(--penasim-green);
}

.penasim-home__category-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.penasim-home__category-card strong {
  align-self: end;
  color: var(--penasim-navy);
  font-size: 16px;
  line-height: 1.4;
}

.penasim-home__category-card > span:last-child:not(.penasim-home__category-icon) {
  align-self: start;
  margin-top: 2px;
  color: var(--penasim-muted);
  font-size: 12px;
  line-height: 1.55;
}

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

.penasim-home__post-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--penasim-line);
  border-radius: 5px;
  background: var(--penasim-white);
  box-shadow: 0 4px 15px rgb(11 41 69 / 5%);
}

.penasim-home__post-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 8.8;
  overflow: hidden;
  background: #e9f0ed;
}

.penasim-home__post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.penasim-home__post-card:hover .penasim-home__post-image img {
  transform: scale(1.025);
}

.penasim-home__image-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #edf4f1, #d7e6df);
  color: var(--penasim-green);
}

.penasim-home__image-fallback svg {
  width: 55px;
  height: 55px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.1;
  opacity: .75;
}

.penasim-home__rank {
  position: absolute;
  z-index: 2;
  inset: 0 auto auto 0;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: #c59620;
  color: var(--penasim-white);
  font-size: 19px;
  font-weight: 800;
}

.penasim-home__post-copy {
  padding: 14px 15px 16px;
}

.penasim-home__post-category,
.penasim-home__meta-label {
  display: inline-block;
  margin-bottom: 7px;
  padding: 2px 7px;
  border-radius: 2px;
  background: #e5f0e9;
  color: var(--penasim-green-dark);
  font-size: 10px;
  line-height: 1.6;
  font-weight: 800;
}

.penasim-home__post-copy .penasim-home__card-title,
.penasim-home__verification-copy .penasim-home__card-title {
  margin: 0;
  color: var(--penasim-navy);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 800;
}

.penasim-home__post-copy .penasim-home__card-title a:hover,
.penasim-home__post-copy .penasim-home__card-title a:focus-visible,
.penasim-home__verification-copy .penasim-home__card-title a:hover,
.penasim-home__verification-copy .penasim-home__card-title a:focus-visible {
  color: var(--penasim-green);
}

.penasim-home__post-copy p {
  margin: 7px 0 0;
  color: var(--penasim-muted);
  font-size: 12px;
}

.penasim-home__post-copy time {
  display: block;
  margin-top: 8px;
  color: #7a858d;
  font-size: 11px;
}

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

.penasim-home__post-card--latest .penasim-home__post-image {
  aspect-ratio: 16 / 9.5;
}

.penasim-home__verification-card {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border: 1px solid var(--penasim-line);
  border-radius: 5px;
  background: var(--penasim-white);
}

.penasim-home__verification-visual {
  min-height: 245px;
  background: #e9f0ed;
}

.penasim-home__verification-visual img,
.penasim-home__verification-visual .penasim-home__image-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.penasim-home__verification-copy {
  align-self: center;
  padding: 34px;
}

.penasim-home__verification-copy .penasim-home__card-title {
  font-size: 22px;
}

.penasim-home__verification-copy > p:not(.penasim-home__meta-label) {
  margin: 12px 0 18px;
  color: var(--penasim-muted);
  font-size: 14px;
}

.penasim-home__text-button {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 15px;
  border: 1px solid var(--penasim-green);
  border-radius: 4px;
  color: var(--penasim-green-dark);
  font-size: 13px;
  font-weight: 800;
}

.penasim-home__text-button:hover,
.penasim-home__text-button:focus-visible {
  background: var(--penasim-green);
  color: var(--penasim-white);
}

.penasim-home__about {
  padding: 34px 0 36px;
  background: var(--penasim-white);
}

.penasim-home__about-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .52fr);
  align-items: center;
  min-height: 190px;
  overflow: hidden;
  padding: 35px 40px;
  border-radius: 6px;
  background: linear-gradient(125deg, var(--penasim-green-dark), #216b44);
  color: var(--penasim-white);
}

.penasim-home__about-panel .penasim-home__about-title {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--penasim-white);
  font-size: 23px;
  line-height: 1.4;
}

.penasim-home__about-panel p {
  max-width: 650px;
  margin: 12px 0 20px;
  color: rgb(255 255 255 / 86%);
  font-size: 14px;
}

.penasim-home__about-panel .penasim-home__disclaimer {
  margin-top: -8px;
  color: rgb(255 255 255 / 72%);
  font-size: 12px;
  line-height: 1.7;
}

.penasim-home__about-button {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 7px 15px;
  border: 1px solid rgb(255 255 255 / 75%);
  border-radius: 4px;
  background: rgb(255 255 255 / 9%);
  font-size: 13px;
  font-weight: 800;
}

.penasim-home__about-button:hover,
.penasim-home__about-button:focus-visible {
  background: var(--penasim-white);
  color: var(--penasim-green-dark);
}

.penasim-home__field-mark {
  justify-self: end;
  width: min(310px, 100%);
  color: rgb(255 255 255 / 42%);
}

.penasim-home__field-mark svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
}

@media (max-width: 960px) {
  .penasim-home__hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr);
  }

  .penasim-home__hero-copy {
    padding-right: 30px;
  }

  .penasim-home__category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 767px) {
  .penasim-home__container {
    width: min(100% - 28px, 680px);
  }

  .penasim-home__hero {
    background: var(--penasim-white);
  }

  .penasim-home__hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .penasim-home__hero-copy {
    padding: 31px 0 22px;
    text-align: center;
  }

  .penasim-home__eyebrow {
    margin-bottom: 9px;
    font-size: 11px;
  }

  .penasim-home__title {
    font-size: clamp(27px, 8.4vw, 36px);
    line-height: 1.38;
  }

  .penasim-home__lead {
    margin: 16px auto 20px;
    font-size: 13px;
    line-height: 1.75;
  }

  .penasim-home__search {
    grid-template-columns: minmax(0, 1fr) 50px;
    min-height: 49px;
    margin-inline: auto;
  }

  .penasim-home__search input {
    padding-inline: 13px;
    font-size: 14px;
  }

  .penasim-home__hero-visual {
    min-height: 190px;
    margin-inline: calc(50% - 50vw);
    padding: 18px;
  }

  .penasim-home__hero-visual.has-image {
    min-height: 318px;
  }

  .penasim-home__hero-device {
    width: min(58vw, 218px);
    max-height: 286px;
    border-width: 5px;
    border-radius: 14px;
  }

  .penasim-home__hero-image {
    max-height: 276px;
  }

  .penasim-home__hero-visual::before {
    background: linear-gradient(180deg, rgb(255 255 255 / 12%), rgb(11 41 69 / 10%));
  }

  .penasim-home__hero-visual::after {
    inset: 0 17% -20% 17%;
  }

  .penasim-home__section {
    padding: 34px 0;
  }

  .penasim-home__section-heading {
    margin-bottom: 17px;
  }

  .penasim-home__section-heading::before {
    width: 4px;
    height: 20px;
  }

  .penasim-home__section-heading .penasim-home__heading-text {
    font-size: 18px;
  }

  .penasim-home__section-heading--with-link > a {
    font-size: 11px;
  }

  .penasim-home__category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .penasim-home__category-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    justify-items: center;
    min-height: 127px;
    padding: 14px 8px 12px;
    text-align: center;
  }

  .penasim-home__category-icon {
    grid-row: auto;
    width: 43px;
    height: 43px;
    margin-bottom: 7px;
  }

  .penasim-home__category-icon svg {
    width: 25px;
    height: 25px;
  }

  .penasim-home__category-card strong {
    align-self: auto;
    font-size: 13px;
    line-height: 1.4;
  }

  .penasim-home__category-card > span:last-child:not(.penasim-home__category-icon) {
    display: none;
  }

  .penasim-home__featured-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .penasim-home__post-card--featured {
    display: grid;
    grid-template-columns: 122px minmax(0, 1fr);
    min-height: 97px;
  }

  .penasim-home__post-card--featured .penasim-home__post-image {
    height: 100%;
    min-height: 97px;
    aspect-ratio: auto;
  }

  .penasim-home__post-card--featured .penasim-home__post-copy {
    align-self: center;
    padding: 10px 12px;
  }

  .penasim-home__post-card--featured .penasim-home__post-copy p {
    display: none;
  }

  .penasim-home__post-copy h3 {
    font-size: 13px;
    line-height: 1.48;
  }

  .penasim-home__post-category {
    margin-bottom: 4px;
    font-size: 9px;
  }

  .penasim-home__rank {
    width: 31px;
    height: 31px;
    font-size: 14px;
  }

  .penasim-home__latest-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .penasim-home__post-card--latest {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 86px;
  }

  .penasim-home__post-card--latest .penasim-home__post-image {
    height: 100%;
    min-height: 86px;
    aspect-ratio: auto;
  }

  .penasim-home__post-card--latest .penasim-home__post-copy {
    align-self: center;
    padding: 9px 11px;
  }

  .penasim-home__post-copy time {
    margin-top: 4px;
    font-size: 9px;
  }

  .penasim-home__verification-card {
    grid-template-columns: 1fr;
  }

  .penasim-home__verification-visual {
    min-height: 175px;
  }

  .penasim-home__verification-copy {
    padding: 20px;
  }

  .penasim-home__verification-copy .penasim-home__card-title {
    font-size: 17px;
  }

  .penasim-home__verification-copy > p:not(.penasim-home__meta-label) {
    margin: 9px 0 15px;
    font-size: 12px;
  }

  .penasim-home__about {
    padding: 20px 0 28px;
  }

  .penasim-home__about-panel {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 26px 22px;
    text-align: center;
  }

  .penasim-home__about-panel .penasim-home__about-title {
    font-size: 20px;
  }

  .penasim-home__about-panel p {
    margin: 10px auto 18px;
    font-size: 12px;
  }

  .penasim-home__about-panel .penasim-home__disclaimer {
    margin-top: -7px;
    font-size: 11px;
  }

  .penasim-home__field-mark {
    display: none;
  }
}

@media (max-width: 360px) {
  .penasim-home__container {
    width: calc(100% - 22px);
  }

  .penasim-home__category-card {
    min-height: 121px;
    padding-inline: 5px;
  }

  .penasim-home__post-card--featured {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .penasim-home__post-card--latest {
    grid-template-columns: 98px minmax(0, 1fr);
  }
}

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