:root {
  --paj2-bg: #F9F9F7;
  --paj2-primary: #4A6B82;
  --paj2-primary-dark: #36576D;
  --paj2-oat: #D4A373;
  --paj2-text: #2B2B2B;
  --paj2-muted: #686E72;
  --paj2-accent: #E07A5F;
  --paj2-soft: #F0F0ED;
  --paj2-line: rgba(43, 43, 43, .12);
  --paj2-white: #FFFFFF;
  --paj2-shadow: 0 20px 55px rgba(43, 43, 43, .08);
}

html { scroll-behavior: smooth; }
body.plushai-moe-v2-home {
  margin: 0;
  padding: 0;
  background: var(--paj2-bg) !important;
  color: var(--paj2-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.plushai-moe-v2-home #wpadminbar { z-index: 100000; }
.paj2-home, .paj2-home * { box-sizing: border-box; }
.paj2-home {
  width: 100%;
  overflow: clip;
  background: var(--paj2-bg);
  color: var(--paj2-text);
  line-height: 1.75;
}
.paj2-home a { text-decoration: none; }
.paj2-home img { display: block; max-width: 100%; }
.paj2-container { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.paj2-nowrap { white-space: nowrap; }

/* 1. Announcement */
.paj2-announcement {
  display: flex !important;
  min-height: 42px;
  padding: 9px 20px;
  align-items: center;
  justify-content: center;
  background: var(--paj2-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.7;
  text-align: center;
}

/* Header: reference-style two-tier navigation */
.paj2-header {
  position: relative;
  z-index: 80;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #E7E8E8;
}
.paj2-header-container { width: min(1480px, calc(100% - 64px)); margin-inline: auto; }
.paj2-header-desktop { display: block; }
.paj2-header__brand-row {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.paj2-brand--center { width: 100%; height: 72px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.paj2-brand--center .custom-logo-link,
.paj2-brand--center .paj2-brand__fallback {
  width: 220px;
  height: 62px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.paj2-brand--center .custom-logo,
.paj2-brand--center img { width: auto !important; height: auto !important; max-width: 100% !important; max-height: 100% !important; object-fit: contain !important; }
.paj2-brand__fallback { gap: 11px; color: var(--paj2-text); }
.paj2-brand__mark { width: 41px; height: 41px; display: grid; place-items: center; border-radius: 50%; background: var(--paj2-oat); color: #fff; font: italic 22px Georgia, serif; }
.paj2-brand__fallback > span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.paj2-brand__fallback strong { font-size: 17px; }
.paj2-brand__fallback small { margin-top: 4px; color: var(--paj2-muted); font-size: 9px; }
.paj2-header__nav-row { height: 62px; background: #fff; }
.paj2-header__nav-grid {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 40px;
}
.paj2-nav-left, .paj2-nav-center, .paj2-nav-tools { min-width: 0; display: flex; align-items: center; }
.paj2-nav-left { justify-content: flex-start; gap: 31px; }
.paj2-nav-center { justify-content: center; gap: 38px; }
.paj2-nav-tools { justify-content: flex-end; gap: 20px; }
.paj2-nav-left a, .paj2-nav-center a {
  position: relative;
  height: 62px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #151A20;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: color .22s ease;
}
.paj2-nav-left a:hover, .paj2-nav-center a:hover, .paj2-nav-center a.is-current { color: var(--paj2-primary); }
.paj2-nav-left svg { width: 16px !important; height: 16px !important; flex: 0 0 auto; display: block !important; }
.paj2-nav-center a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 2px;
  background: var(--paj2-primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease;
}
.paj2-nav-center a:hover::after, .paj2-nav-center a.is-current::after { transform: scaleX(1); }
button.paj2-tool-button, a.paj2-tool-button {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: relative !important;
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #122033 !important;
  font-size: 0 !important;
  line-height: 1 !important;
  transform: none !important;
}
button.paj2-tool-button:hover, a.paj2-tool-button:hover { color: var(--paj2-primary) !important; background: transparent !important; }
.paj2-tool-button svg {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  max-width: 22px !important;
  fill: none !important;
  stroke: currentColor !important;
  overflow: visible !important;
}
.paj2-tool-divider { width: 1px; height: 24px; margin-inline: 1px; background: #E2E4E6; }
.paj2-tool-with-count > span {
  position: absolute;
  top: 1px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding-inline: 4px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #3157D5;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}
.paj2-header-mobile { display: none; }
.paj2-menu-toggle {
  appearance: none !important;
  width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  border: 1px solid #E3E5E7 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: var(--paj2-text) !important;
}
.paj2-menu-toggle span, .paj2-menu-toggle::before, .paj2-menu-toggle::after { content: ""; display: block; width: 18px; height: 1.5px; margin: 4px auto; background: currentColor; transition: .25s ease; }
.paj2-menu-toggle.is-open span { opacity: 0; }
.paj2-menu-toggle.is-open::before { transform: translateY(5.5px) rotate(45deg); }
.paj2-menu-toggle.is-open::after { transform: translateY(-5.5px) rotate(-45deg); }
.paj2-mobile-nav { display: none; }
.paj2-mobile-nav.is-open { display: grid; }
.paj2-mobile-nav a { padding: 14px 2px; border-bottom: 1px solid var(--paj2-line); color: var(--paj2-text); font-size: 14px; font-weight: 650; }

/* Search drawer */
.paj2-search-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  background: rgba(255,255,255,.99);
  border-block: 1px solid #E7E9EB;
  box-shadow: 0 14px 30px rgba(15,23,42,.08);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.paj2-search-panel.is-open { visibility: visible; opacity: 1; transform: none; }
.paj2-search-form { width: min(900px, calc(100% - 40px)); min-height: 82px; margin: 0 auto; display: grid; grid-template-columns: 1fr 48px 42px; align-items: center; gap: 8px; }
.paj2-search-form input[type="search"] { height: 50px; padding: 0 18px; border: 1px solid #DCE1E5; border-radius: 8px; background: #fff; color: var(--paj2-text); font-size: 15px; }
.paj2-search-form button { appearance: none !important; width: 42px !important; height: 42px !important; min-height: 42px !important; padding: 0 !important; border: 0 !important; border-radius: 50% !important; background: transparent !important; color: #122033 !important; }
.paj2-search-form button:hover { background: #F2F4F5 !important; }
.paj2-search-form svg { display: block !important; width: 22px !important; height: 22px !important; margin: auto; }
.paj2-search-close { font-size: 28px !important; font-weight: 300 !important; }

/* 2. Hero */
.paj2-hero { position: relative; min-height: 650px; display: flex; align-items: stretch; background: #EAE7E1; }
.paj2-hero__media { position: absolute; inset: 0; overflow: hidden; }
.paj2-hero__poster, .paj2-lazy-video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: 64% center;
}
.paj2-hero__poster { z-index: 0; }
.paj2-lazy-video { z-index: 1; opacity: 0; background: transparent !important; transition: opacity .35s ease; }
.paj2-lazy-video.is-ready { opacity: 1; }
.paj2-hero__overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(249,249,247,.99) 0%, rgba(249,249,247,.94) 34%, rgba(249,249,247,.60) 52%, rgba(249,249,247,.14) 78%, rgba(249,249,247,.02) 100%); }
.paj2-hero__inner { position: relative; z-index: 3; display: flex; align-items: center; padding-block: 76px; }
.paj2-hero__copy { width: min(640px, 55%); }
.paj2-eyebrow, .paj2-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--paj2-primary); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.paj2-eyebrow::before, .paj2-kicker::before { content: ""; width: 31px; height: 1px; background: currentColor; }
.paj2-hero h1 { margin: 23px 0 24px; color: var(--paj2-text); font-size: clamp(48px, 4.8vw, 72px); line-height: 1.18; letter-spacing: -.05em; font-weight: 720; }
.paj2-hero p { max-width: 590px; margin: 0 0 34px; color: #52585C; font-size: 16px; line-height: 2; }
.paj2-button { min-height: 55px; padding: 14px 27px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.paj2-button:hover { transform: translateY(-2px); }
.paj2-button--primary { background: var(--paj2-primary); color: #fff !important; box-shadow: 0 12px 30px rgba(74,107,130,.22); }
.paj2-button--primary:hover { background: var(--paj2-primary-dark); }
.paj2-button--wide { width: 100%; border-radius: 12px; }

/* 3. Features */
.paj2-features { padding: 104px 0 112px; background: #fff; }
.paj2-section-head { max-width: 780px; margin: 0 auto 48px; text-align: center; }
.paj2-section-head h2, .paj2-product h2, .paj2-trust h2 { margin: 16px 0 0; color: var(--paj2-text); font-size: clamp(34px, 3.2vw, 48px); line-height: 1.35; letter-spacing: -.04em; font-weight: 700; }
.paj2-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.paj2-feature-card { min-height: 330px; padding: 40px 36px; border: 1px solid var(--paj2-line); border-radius: 20px; background: var(--paj2-bg); transition: transform .25s ease, box-shadow .25s ease; }
.paj2-feature-card:hover { transform: translateY(-5px); box-shadow: var(--paj2-shadow); }
.paj2-feature-card__icon { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; background: rgba(74,107,130,.10); color: var(--paj2-primary); }
.paj2-feature-card__icon svg { width: 34px !important; height: 34px !important; }
.paj2-feature-card h3 { margin: 28px 0 15px; color: var(--paj2-text); font-size: 21px; font-weight: 700; }
.paj2-feature-card p { margin: 0; color: var(--paj2-muted); font-size: 15px; line-height: 2; }

/* 4. Featured product */
.paj2-product { padding: 118px 0; background: var(--paj2-bg); }
.paj2-product__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 88px; align-items: center; }
.paj2-product__visual { position: relative; min-height: 620px; display: grid; place-items: center; border-radius: 30px; background: linear-gradient(145deg, #EFE9DF, #E1EDF1); overflow: hidden; }
.paj2-product__visual::after { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: rgba(255,255,255,.60); }
.paj2-product__visual > a { position: relative; z-index: 2; width: min(78%, 500px); filter: drop-shadow(0 30px 38px rgba(43,43,43,.16)); }
.paj2-product__visual img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; }
.paj2-product__status { position: absolute; z-index: 4; top: 26px; left: 26px; width: 84px; height: 84px; display: grid; place-items: center; border-radius: 50%; background: var(--paj2-accent); color: #fff; font-size: 13px; font-weight: 800; transform: rotate(-7deg); }
.paj2-product__gift { position: absolute; z-index: 4; right: 24px; bottom: 26px; padding: 14px 19px; border-radius: 13px; background: rgba(255,255,255,.95); box-shadow: 0 12px 32px rgba(43,43,43,.10); color: var(--paj2-text); font-size: 12px; line-height: 1.5; }
.paj2-product__gift strong { color: var(--paj2-accent); font-size: 16px; }
.paj2-product__content { max-width: 560px; }
.paj2-product h2 span { display: block; margin-top: 7px; color: #575D60; font-size: .52em; font-weight: 600; letter-spacing: -.02em; }
.paj2-product__lead { margin: 22px 0 0; color: var(--paj2-muted); font-size: 15px; line-height: 2; }
.paj2-product__price { margin-top: 27px; color: var(--paj2-primary); font-size: 38px; line-height: 1.25; font-weight: 800; }
.paj2-product__price del { margin-right: 10px; color: #94999B; font-size: .6em; font-weight: 500; }
.paj2-product__price ins { color: var(--paj2-primary); text-decoration: none; }
.paj2-product__tax { margin: 10px 0 0; color: var(--paj2-muted); font-size: 13px; }
.paj2-product__benefits { margin: 30px 0; padding: 24px 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 22px; border-block: 1px solid var(--paj2-line); list-style: none; }
.paj2-product__benefits li { margin: 0; color: #52585B; font-size: 14px; }
.paj2-product__benefits span { margin-right: 7px; color: var(--paj2-primary); font-weight: 800; }
.paj2-product__shop-link { margin-top: 17px; display: block; text-align: center; color: var(--paj2-primary); font-size: 14px; font-weight: 700; }

/* 5. Trust, FAQ and legal */
.paj2-trust { padding: 108px 0; background: var(--paj2-soft); }
.paj2-section-head--left { margin-inline: 0; text-align: left; }
.paj2-trust__badges { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 58px; border: 1px solid var(--paj2-line); border-radius: 18px; background: rgba(255,255,255,.58); overflow: hidden; }
.paj2-trust__badges > div { padding: 28px 31px; display: flex; flex-direction: column; gap: 6px; border-right: 1px solid var(--paj2-line); }
.paj2-trust__badges > div:last-child { border-right: 0; }
.paj2-trust__badges strong { color: var(--paj2-text); font-size: 17px; }
.paj2-trust__badges span { color: var(--paj2-muted); font-size: 14px; }
.paj2-trust__content { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 72px; align-items: start; }
.paj2-faq-list details { border-top: 1px solid var(--paj2-line); }
.paj2-faq-list details:last-child { border-bottom: 1px solid var(--paj2-line); }
.paj2-faq-list summary { padding: 23px 34px 23px 0; color: var(--paj2-text); font-size: 16px; font-weight: 700; cursor: pointer; list-style: none; }
.paj2-faq-list summary::-webkit-details-marker { display: none; }
.paj2-faq-list summary::after { content: "+"; float: right; color: var(--paj2-primary); font-size: 19px; font-weight: 400; }
.paj2-faq-list details[open] summary::after { content: "−"; }
.paj2-faq-list p { margin: -6px 0 22px; padding-right: 36px; color: var(--paj2-muted); font-size: 14px; line-height: 1.9; }
.paj2-legal-links { padding: 30px 30px 26px; border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 15px 35px rgba(43,43,43,.04); }
.paj2-legal-links h3 { margin: 0 0 13px; color: var(--paj2-text); font-size: 18px; }
.paj2-legal-links a { padding: 14px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--paj2-line); color: #555B5E; font-size: 14px; }
.paj2-legal-links a:last-child { border-bottom: 0; }
.paj2-legal-links a:hover { color: var(--paj2-primary); }
.paj2-footer { padding: 42px 0; background: #E6E6E2; }
.paj2-footer__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 22px 46px; }
.paj2-footer strong { color: var(--paj2-text); font-size: 18px; }
.paj2-footer p { margin: 4px 0 0; color: var(--paj2-muted); font-size: 14px; }
.paj2-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 24px; }
.paj2-footer nav a { color: #5E6467; font-size: 14px; }
.paj2-footer small { grid-column: 1 / -1; padding-top: 19px; border-top: 1px solid var(--paj2-line); color: #7B8083; font-size: 12px; }
.paj2-sticky-atc { display: none; }

@media (max-width: 1180px) {
  .paj2-header-container { width: min(100% - 38px, 1100px); }
  .paj2-nav-left { gap: 20px; }
  .paj2-nav-left a, .paj2-nav-center a { font-size: 13px; }
  .paj2-nav-tools { gap: 16px; }
  .paj2-product__grid { gap: 55px; }
}

@media (max-width: 900px) {
  .paj2-container { width: min(100% - 36px, 780px); }
  .paj2-header-desktop { display: none; }
  .paj2-header-mobile { height: 70px; width: 100%; padding: 0 16px; display: grid; grid-template-columns: 52px 1fr 82px; align-items: center; background: #fff; }
  .paj2-brand--mobile { min-width: 0; display: flex; justify-content: center; }
  .paj2-brand--mobile .custom-logo-link, .paj2-brand--mobile .paj2-brand__fallback { width: 160px; height: 54px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
  .paj2-brand--mobile img { width: auto !important; height: auto !important; max-width: 100% !important; max-height: 100% !important; object-fit: contain !important; }
  .paj2-mobile-tools { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
  .paj2-mobile-nav { padding: 8px 18px 20px; background: #fff; border-top: 1px solid #ECEDEE; }
  .paj2-search-panel { position: fixed; top: calc(var(--wd-admin-bar-h, 0px) + 70px); }
  .paj2-hero { min-height: 700px; }
  .paj2-hero__overlay { background: linear-gradient(180deg, rgba(249,249,247,.99) 0%, rgba(249,249,247,.91) 48%, rgba(249,249,247,.17) 100%); }
  .paj2-hero__poster, .paj2-lazy-video { object-position: center bottom; }
  .paj2-hero__inner { align-items: flex-start; padding-top: 68px; }
  .paj2-hero__copy { width: 100%; max-width: 640px; }
  .paj2-feature-grid, .paj2-product__grid, .paj2-trust__content { grid-template-columns: 1fr; }
  .paj2-feature-card { min-height: auto; }
  .paj2-product__visual { min-height: 560px; }
  .paj2-product__content { max-width: 660px; margin-inline: auto; }
  .paj2-trust__content { gap: 45px; }
}

@media (max-width: 600px) {
  body.plushai-moe-v2-home { padding-bottom: 78px; }
  .paj2-container { width: calc(100% - 28px); }
  .paj2-announcement { min-height: 40px; padding: 7px 12px; font-size: 10px; line-height: 1.55; }
  .paj2-header-mobile { grid-template-columns: 46px 1fr 76px; padding-inline: 10px; }
  .paj2-brand--mobile .custom-logo-link, .paj2-brand--mobile .paj2-brand__fallback { width: 130px; height: 50px; }
  .paj2-mobile-tools { gap: 14px; }
  .paj2-tool-with-count > span { right: -8px; }
  .paj2-search-form { width: calc(100% - 22px); grid-template-columns: 1fr 42px 38px; }
  .paj2-hero { min-height: 680px; }
  .paj2-hero__inner { padding-top: 54px; padding-bottom: 50px; }
  .paj2-eyebrow, .paj2-kicker { font-size: 9px; }
  .paj2-hero h1 { margin: 18px 0 19px; font-size: clamp(35px, 10vw, 43px); line-height: 1.24; }
  .paj2-hero p { margin-bottom: 28px; font-size: 14px; line-height: 1.9; }
  .paj2-button { width: 100%; min-height: 52px; padding: 13px 20px; }
  .paj2-features, .paj2-product, .paj2-trust { padding-block: 76px; }
  .paj2-section-head { margin-bottom: 31px; text-align: left; }
  .paj2-section-head h2, .paj2-product h2, .paj2-trust h2 { font-size: 30px; }
  .paj2-feature-grid { gap: 15px; }
  .paj2-feature-card { padding: 31px 25px; }
  .paj2-feature-card p { font-size: 14px; }
  .paj2-product__visual { min-height: 420px; border-radius: 21px; }
  .paj2-product__visual::after { width: 320px; height: 320px; }
  .paj2-product__visual > a { width: 75%; }
  .paj2-product__status { top: 16px; left: 15px; width: 68px; height: 68px; font-size: 10px; }
  .paj2-product__gift { right: 12px; bottom: 14px; padding: 10px 13px; font-size: 10px; }
  .paj2-product__gift strong { font-size: 13px; }
  .paj2-product__price { font-size: 31px; }
  .paj2-product__benefits { grid-template-columns: 1fr; }
  .paj2-trust__badges { grid-template-columns: 1fr; margin-bottom: 42px; }
  .paj2-trust__badges > div { border-right: 0; border-bottom: 1px solid var(--paj2-line); }
  .paj2-trust__badges > div:last-child { border-bottom: 0; }
  .paj2-trust__content { gap: 38px; }
  .paj2-legal-links { padding: 26px 23px; }
  .paj2-footer__inner { grid-template-columns: 1fr; }
  .paj2-footer nav { justify-content: flex-start; }
  .paj2-sticky-atc {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 74px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.97);
    border-top: 1px solid var(--paj2-line);
    box-shadow: 0 -10px 30px rgba(43,43,43,.10);
    backdrop-filter: blur(14px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  }
  .paj2-sticky-atc.is-visible { opacity: 1; visibility: visible; transform: none; }
  .paj2-sticky-atc__info { min-width: 112px; max-width: 42%; display: flex; flex-direction: column; line-height: 1.25; }
  .paj2-sticky-atc__info small { overflow: hidden; color: var(--paj2-muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
  .paj2-sticky-atc__info strong { margin-top: 3px; color: var(--paj2-primary); font-size: 18px; }
  .paj2-sticky-atc > a { flex: 1; min-height: 49px; display: grid; place-items: center; padding: 8px 10px; border-radius: 10px; background: var(--paj2-primary); color: #fff; text-align: center; font-size: 11px; font-weight: 800; }
}
