/* ============================================================
   ЕвроКлимат — лендинг «Ремонт холодильного оборудования»
   Палитра и структура приведены к референс-макету:
   тёмно-синий hero, оранжевые CTA, белые карточки, тёмный прайс
   ============================================================ */
:root {
  --rs-navy: #f4f4f4;
  --rs-ink: #16283a;
  --rs-primary: #0878c9;
  --rs-second: #1C40BF;
  --rs-accent: #f26522;
  --rs-accent-dark: #d5541a;
}
.refrigeration-page {
  --rs-navy: #081F43;
  --rs-navy-deep: #0a2038;
  --rs-muted: #5b6975;
  --rs-line: #dde6ec;
  --rs-soft: #f2f7fa;
  color: var(--rs-ink);
  padding-bottom: 48px;
}
.refrigeration-main {
  font-size: 16px;
  line-height: 1.6;
}
.refrigeration-main h1,
.refrigeration-main h2,
.refrigeration-main h3 {
  font-weight: 700;
  line-height: 1.25;
}
.refrigeration-main h1 {
  font-size: 40px;
  margin: 0 0 20px;
}
.refrigeration-main h2 {
  font-size: 30px;
  margin: 0 0 24px;
}
.refrigeration-main h3 {
  font-size: 19px;
  margin: 0 0 10px;
}
.refrigeration-main p {
  margin-top: 30px;
  margin-left: 0;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.rs-breadcrumb {
  display: none;
}

/* ---------- Buttons ---------- */
.rs-btn {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  min-height: 48px;
  padding: 12px 28px;
  transition: .2s ease;
}
button.rs-btn {
  cursor: pointer;
}
.rs-btn--accent {
  background: var(--rs-accent);
  border-color: var(--rs-accent);
  box-shadow: 0 8px 20px rgba(148, 34, 242, 0.35);
  color: #fff;
}
.rs-btn--second {
  background: var(--rs-second);
  border-color: var(--rs-second);
  color: #fff;
}
.rs-btn--second:focus,
.rs-btn--second:hover,
.rs-btn--accent:focus,
.rs-btn--accent:hover {
  background: var(--rs-accent-dark);
  border-color: var(--rs-accent-dark);
  color: #fff;
}
.rs-btn--ghost {
  background: transparent;
  border: 1px solid var(--rs-primary);
  color: var(--rs-primary);
}
.rs-btn--ghost:focus,
.rs-btn--ghost:hover {
  background: var(--rs-primary);
  border-color: var(--rs-primary);
  color: #fff;
}
.rs-btn--block {
  display: flex;
  width: 100%;
}

/* ---------- Hero (light + parallax) ---------- */
.rs-hero {
  background: #eef5f9;
  border-bottom: 1px solid var(--rs-line);
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.rs-hero__bg {
  background-image: linear-gradient(100deg, #f5fafc 0%, rgba(245, 250, 252, 1) 40%, rgba(255, 255, 255, .25) 55%, rgba(255, 255, 255, .25) 55%, rgba(255, 255, 255, 0) 100%), url('/image/bg_36440813.webp');
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: cover, cover;
  bottom: -50px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -50px;
}
.rs-hero__inner {
  position: relative;
  z-index: 1;
}
.rs-hero__content {
  max-width: 790px;
  padding: 60px 0 70px;
}
.rs-hero__content h1 {
  color: var(--rs-ink);
  font-size: 38px;
  letter-spacing: -.01em;
  margin: 0 0 16px;
}
.rs-hero__lead {
  color: #3c5064;
  font-size: 17px;
  max-width: 480px;
}
.rs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.rs-actions + .uk-container {
  margin-top: 50px;
}

/* ---------- Features strip ---------- */
.rs-features {
  margin-bottom: 56px;
}
.rs-feature {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(14, 42, 71, .08);
  display: flex;
  font-weight: 700;
  gap: 14px;
  line-height: 1.35;
  padding: 18px 22px;
}
.rs-feature__icon {
  align-items: center;
  color: var(--rs-primary);
  display: inline-flex;
  flex-shrink: 0;
  height: 52px;
  justify-content: center;
  width: 52px;
}
.rs-feature__icon svg {
  height: 52px;
  width: 52px;
}

/* ---------- Sections ---------- */
.rs-section {
  margin: 0 0 62px;
}
.rs-section__heading {
  margin: 0 auto 30px;
  text-align: center;
}
.rs-section.rs-bottom {
  margin: 0;
}
.rs-section__heading--light h2 {
  color: #fff;
}

/* ---------- Service cards ---------- */
.rs-grid {
  display: grid;
  gap: 20px;
}
.rs-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rs-card {
  background: #fff;
  border: 1px solid var(--rs-line);
  border-radius: 10px;
  padding: 26px;
  transition: box-shadow .2s ease, transform .2s ease;
}
.rs-card--task {
  display: flex;
}
.rs-card--task p {
  margin-top: 10px;
}
.rs-card--task > div {
  display: flex;
  flex-direction: column;

}
.rs-card--task:hover {
  box-shadow: 0 14px 34px rgba(14, 42, 71, .12);
  transform: translateY(-2px);
}
.rs-card--task p {
  color: var(--rs-muted);
  flex: 1;
}
.rs-icon {
  align-items: center;
  border-radius: 10px;
  color: var(--rs-primary);
  display: inline-flex;
  width: 72px;
  min-width: 72px;
  height: 72px;
  margin-right: 15px;
  justify-content: center;
  margin-bottom: 18px;
}
.rs-icon svg {
  height: 72px;
  width: 72px;
}
.rs-link-button {
  background: transparent;
  border: 0;
  color: var(--rs-primary);
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  text-align: left;
}
.rs-link-button span {
  font-size: 19px;
  margin-left: 3px;
}
.rs-link-button:hover {
  color: var(--rs-accent);
}

/* ---------- Equipment cards (slider) ---------- */
.rs-equip-slider {
  margin: 0;
}
.rs-equip-slider > li {
  padding: 0 6px;
  width: calc(100% / 6);
}
@media (max-width: 1024px) {
  .rs-equip-slider > li {
    width: calc(100% / 3);
  }
}
@media (max-width: 640px) {
  .rs-equip-slider > li {
    width: calc(100% / 2);
  }
}
#equipment .uk-slider-container {
  overflow: hidden;
  padding: 10px 0;
}
.rs-equip-slider-wrap {
  margin: 0 -10px;
  padding: 10px 0;
  overflow: visible;
}
#equipment .uk-slidenavs {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
#equipment .uk-slidenavs .uk-slidenav-previous,
#equipment .uk-slidenavs .uk-slidenav-next {
  position: static;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rs-line);
  border-radius: 50%;
  color: var(--rs-primary);
  transition: background .2s, color .2s;
}
#equipment .uk-slidenavs .uk-slidenav-previous:hover,
#equipment .uk-slidenavs .uk-slidenav-next:hover {
  background: var(--rs-primary);
  color: #fff;
  border-color: var(--rs-primary);
}
.rs-equip {
  align-items: center;
  background: #fff;
  border: 1px solid var(--rs-line);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10px 10px 20px;
  text-align: center;
  transition: box-shadow .2s ease, transform .2s ease;
}
.rs-equip:hover {
  box-shadow: 0 14px 34px rgba(14, 42, 71, .12);
  transform: translateY(-2px);
}
.rs-equip__img {
  align-items: center;
  margin-bottom: 16px;
  width: 100%;
}
.rs-equip__img svg {
  height: 72px;
  width: auto;
}
.rs-equip h3 {
  font-size: 15px;
  margin: 0;
}

/* ---------- Duo checklists ---------- */
.rs-duo {
  margin-bottom: 56px;
}
.rs-duo__grid {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rs-duo h2 {
  font-size: 24px;
  margin-bottom: 18px;
}
.rs-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rs-checklist li {
  margin: 0 0 12px;
  padding-left: 30px;
  position: relative;
}
.rs-checklist li:before {
  align-items: center;
  background: var(--rs-accent);
  border-radius: 50%;
  color: #fff;
  content: '✓';
  display: flex;
  flex-shrink: 0;
  font-size: 11px;
  height: 19px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 3px;
  width: 19px;
}
.rs-checklist--blue li:before {
  background: var(--rs-primary);
}

/* ---------- Objects ---------- */
.rs-section--objects {
  background: var(--rs-soft);
  margin-bottom: 0;
  padding: 38px 0;
}
.rs-object-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 18px;
}
.rs-object-list span {
  background: #fff;
  border: 1px solid #d7e3e8;
  border-radius: 20px;
  font-size: 14px;
  padding: 8px 14px;
}
.rs-section--objects .rs-centered-text {
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
}

/* ---------- Price (dark) ---------- */
.rs-price {
  background: var(--rs-navy);
  color: #fff;
  margin-bottom: 62px;
  overflow: hidden;
  padding: 52px 0;
  position: relative;
}
.rs-price__mark {
  color: rgba(27, 102, 178, .5);
  pointer-events: none;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
.rs-price__mark svg {
  height: 300px;
  width: 300px;
}
.rs-price .uk-container {
  position: relative;
  z-index: 1;
}
.rs-price__list {
  margin: 0 auto 0 0;
  max-width: 760px;
  border: 4px solid #12427A;
  border-radius: 12px;
}
.rs-price__row {
  align-items: baseline;
  border-bottom: 4px solid #12427A;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}
.rs-price__row:last-child {
  border-bottom: none;
}
.rs-price__row b {
  font-size: 17px;
  white-space: nowrap;
}
.rs-price__note {
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
  margin: 22px auto 0;
  max-width: 760px;
}

/* ---------- Contract banner ---------- */
.rs-contract-wrap {
  margin-bottom: 62px;
}
.rs-contract {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(14, 42, 71, .1);
  display: grid;
  gap: 26px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 30px 34px;
}
.rs-contract__icon {
  align-items: center;
  color: var(--rs-second);
  display: flex;
  height: 74px;
  justify-content: center;
  width: 74px;
}
.rs-contract__icon svg {
  height: 74px;
  width: 74px;
}
.rs-contract__text h2 {
  font-size: 22px;
  margin: 0 0 6px;
}
.rs-contract__text p {
  color: var(--rs-muted);
  margin: 0;
}

/* ---------- FAQ + lead form ---------- */
.rs-bottom__grid {
  display: grid;
  gap: 44px;
  grid-template-columns: 1.05fr .95fr;
}
.rs-faq {
  background: var(--rs-soft);
  border-radius: 12px;
  color: #fff;
  padding: 30px 28px;
}
.rs-faq h2 {
  font-size: 26px;
}
.rs-faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rs-faq-list>li {
  background: #fff;
  border: 1px solid var(--rs-line);
  border-radius: 8px;
  margin-bottom: 10px;
}
.rs-faq-q {
  color: var(--rs-ink);
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 44px 15px 18px;
  position: relative;
  text-decoration: none;
}
.rs-faq-q:after {
  color: var(--rs-primary);
  content: '+';
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  right: 16px;
  top: 8px;
}
.rs-faq-list>li.uk-open .rs-faq-q:after {
  content: '−';
}
.rs-faq-a {
  color: var(--rs-muted);
  font-size: 15px;
  padding: 0 18px 16px;
}
.rs-bottom__grid .uk-accordion-title::before {
  display: none !important;
}
.rs-faq-a p {
  text-align: left;
  margin: 0;
}

.rs-form-card {
  background: var(--rs-navy);
  border-radius: 12px;
  color: #fff;
  padding: 30px 28px;
}
.rs-form-card h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 4px;
}
.rs-form-card__intro {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}
.rs-form__row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rs-form .form-group {
  margin-bottom: 12px;
}
.rs-form .form-control {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--rs-ink);
  display: block;
  font-size: 15px;
  height: auto;
  line-height: 1.4;
  max-width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  width: 100%;
}
.rs-form textarea.form-control {
  min-height: 92px;
  resize: vertical;
}
.rs-form select.form-control {
  background-image: linear-gradient(45deg, transparent 50%, #5b6975 50%), linear-gradient(135deg, #5b6975 50%, transparent 50%);
  background-position: calc(100% - 20px) 55%, calc(100% - 15px) 55%;
  background-repeat: no-repeat;
  background-size: 5px 5px;
  padding-right: 36px;
}
.rs-form .form-control::placeholder {
  color: #93a3ae;
  opacity: 1;
}
.rs-form .form-control:focus {
  border-color: var(--rs-accent);
  outline: 0;
}
.rs-form .has-error .form-control {
  border-color: #ff9d7a;
}
.rs-error {
  color: #ffb59d;
  font-size: 12px;
  margin-top: 4px;
}
.rs-honeypot {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.rs-privacy {
  font-size: 12px;
  line-height: 1.45;
  margin: 6px 0 16px;
}
.rs-privacy label {
  display: block;
}
.rs-privacy input[type="checkbox"] {
  margin-right: 6px;
  vertical-align: middle;
}
.rs-modal__dialog .rs-privacy a {
  color: var(--rs-ink);
  text-decoration: underline;
}
.rs-privacy a {
  color: var(--rs-accent);
}
.rs-form-submit.is-loading {
  cursor: wait;
  opacity: .7;
}
.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 14px;
  padding: 12px 15px;
}
.alert-success {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-danger {
  background: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* ---------- Modal (полностью автономная — без UIkit CSS) ---------- */
.rs-modal {
  background: rgba(10, 32, 56, .65);
  bottom: 0;
  display: none;
  left: 0;
  overflow-y: auto;
  padding: 40px 15px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1080;
}
.rs-modal.is-open {
  display: block;
  animation: rs-fade-in .25s ease;
}
.rs-modal__dialog {
  background: var(--rs-navy);
  border-radius: 10px;
  margin: 0 auto;
  padding: 40px;
  max-width: 600px;
  position: relative;
  width: 100%;
  animation: rs-slide-in .3s ease;
}
.rs-modal__close {
  align-items: center;
  background: transparent;
  border: 0;
  border: none;
  color: var(--rs-second);
  cursor: pointer;
  display: flex;
  font-size: 30px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 6px;
  top: 6px;
  transition: background .2s ease;
  width: 36px;
}
.rs-modal__title {
  color: var(--rs-ink);
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 8px;
  padding-right: 44px;
}
.rs-modal__intro {
  color: var(--rs-ink);
  font-size: 15px;
  margin: 0 0 18px;
}
@keyframes rs-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes rs-slide-in {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
body.rs-modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .rs-modal { padding: 12px; }
  .rs-modal__title { font-size: 22px; }
}

/* FAQ-аккордеон (без UIkit) */
.rs-faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rs-faq-item {
  background: #fff;
  border: 1px solid var(--rs-line);
  border-radius: 8px;
  margin-bottom: 10px;
}
.rs-faq-q {
  align-items: center;
  background: none;
  border: 0;
  color: var(--rs-ink);
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
  padding: 15px 44px 15px 18px;
  position: relative;
  text-align: left;
  width: 100%;
}
.rs-faq-q:after {
  color: var(--rs-primary);
  content: '+';
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  right: 16px;
  top: 11px;
  transition: transform .2s ease;
}
.rs-faq-item.is-open .rs-faq-q:after {
  content: '−';
}
.rs-faq-a {
  color: var(--rs-muted);
  display: none;
  font-size: 15px;
  padding: 0 18px 16px;
}
.rs-faq-item.is-open .rs-faq-a {
  display: block;
}

/* ---------- Mobile bar ---------- */
.rs-mobile-bar {
  display: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .refrigeration-main h1 {
    font-size: 32px;
  }
  .refrigeration-main h2 {
    font-size: 26px;
  }
  .rs-hero__content {
    padding: 52px 0 60px;
  }
  .rs-hero__content h1 {
    font-size: 30px;
  }
  .rs-grid--3,
  .rs-grid--equip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rs-duo__grid {
    gap: 32px;
  }
  .rs-bottom__grid {
    grid-template-columns: 1fr;
  }
  .rs-contract {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .rs-contract__icon {
    grid-row: 1;
  }
  .rs-contract__text {
    grid-row: 2;
  }
  .rs-contract .rs-btn {
    grid-row: 3;
    justify-self: stretch;
  }
  .rs-price__mark svg {
    height: 220px;
    width: 220px;
  }
}

@media (max-width: 767px) {
  .refrigeration-page {
    padding-bottom: 64px;
  }
  .refrigeration-main h1 {
    font-size: 26px;
  }
  .refrigeration-main h2 {
    font-size: 22px;
  }
  .rs-hero__bg {
    background-image: linear-gradient(180deg, rgba(245, 250, 252, .96) 30%, rgba(245, 250, 252, .78) 60%, rgba(245, 250, 252, .35) 100%), url('/image/bg_36440813.webp');
    background-position: center;
    background-size: cover;
  }
  .rs-hero__content {
    max-width: 100%;
    padding: 40px 0 50px;
  }
  .rs-hero__content h1 {
    font-size: 26px;
    text-align: center;
  }
  .rs-actions {
    flex-direction: column;
  }
  .rs-actions .rs-btn {
    width: 100%;
  }
  .rs-grid--3,
  .rs-grid--equip,
  .rs-duo__grid,
  .rs-form__row {
    grid-template-columns: 1fr;
  }
  .rs-section {
    margin-bottom: 42px;
  }
  .rs-features {
    margin-bottom: 42px;
  }
  .rs-section--objects,
  .rs-price {
    margin-bottom: 42px;
    padding: 30px 0;
  }
  .rs-contract {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 22px;
  }
  .rs-contract .rs-btn {
    grid-row: 3;
    justify-self: stretch;
    width: 100%;
  }
  .rs-price__mark {
    right: -60px;
  }
  .rs-price__mark svg {
    height: 170px;
    width: 170px;
  }
  .rs-price__row {
    font-size: 14px;
  }
  .rs-price__row b {
    font-size: 15px;
  }

  .rs-mobile-bar {
    background: #fff;
    border-top: 1px solid var(--rs-line);
    bottom: 0;
    display: flex;
    height: 54px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1050;
  }
  .rs-mobile-bar a,
  .rs-mobile-bar button {
    align-items: center;
    border: 0;
    display: flex;
    flex: 1;
    font-weight: 700;
    justify-content: center;
    text-align: center;
  }
  .rs-mobile-bar__call {
    background: #fff;
    color: var(--rs-primary);
  }
  .rs-mobile-bar__form {
    background: var(--rs-accent);
    color: #fff;
  }
}

/* --- SEO Text Block --- */
.rs-seo-text {
  margin: 90px 0 0;
  padding: 0;
}
.rs-seo-text__inner {
  position: relative;
}
.rs-seo-text__body {
  max-height: 200px;
  overflow: hidden;
  transition: max-height .4s ease;
}
.rs-seo-text__body[aria-expanded="true"] {
  max-height: none;
}
.rs-seo-text__body h2 {
  color: var(--rs-ink);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
}
.rs-seo-text__body h3 {
  color: var(--rs-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 28px 0 12px;
}
.rs-seo-text__body p {
  color: var(--rs-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 14px;
}
.rs-seo-text__body ul {
  margin: 0 0 14px;
}
.rs-seo-text__body li {
  color: var(--rs-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 8px;
}
.rs-seo-text__body .rs-seo-faq-list {
  margin-top: 20px;
}
.rs-seo-text__body .rs-seo-faq-item {
  border: none;
  margin-bottom: 12px;
  padding: 0;
}
.rs-seo-text__body .rs-seo-faq-q {
  color: var(--rs-primary);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  text-align: left;
  width: 100%;
}
.rs-seo-text__body .rs-seo-faq-q:after {
  color: var(--rs-primary);
  content: '+';
  font-size: 18px;
  font-weight: 400;
  margin-left: 8px;
}
.rs-seo-text__body .rs-seo-faq-item.is-open .rs-seo-faq-q:after {
  content: '−';
}
.rs-seo-text__body .rs-seo-faq-a {
  color: var(--rs-muted);
  font-size: 15px;
  line-height: 1.7;
  margin-top: 8px;
  padding: 0;
}
.rs-seo-text__body .rs-seo-faq-a p:last-child {
  margin-bottom: 0;
}
.rs-seo-text__toggle {
  background: none;
  border: 0;
  color: var(--rs-primary);
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 0;
  text-align: center;
  text-decoration: underline;
  transition: opacity .3s;
  width: 100%;
}
.rs-seo-text__toggle[aria-hidden="true"] {
  opacity: 0;
  pointer-events: none;
}
