/* POLISH PARTITION: info.css
   Owner: the "FAQ + Contact" page-Codex. Add ALL your CSS here, scoped under: .page-template-page-faq-php
   This file loads AFTER cpd.css (it wins). Do NOT edit cpd.css or any other partial. */

.page-template-page-faq-php {
  background: var(--paper);
  overflow-x: clip;
}

.page-template-page-faq-php .site-header {
  box-shadow: 0 10px 28px rgba(18, 53, 31, 0.06);
}

.page-template-page-faq-php chat-widget[data-active="false"] {
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  z-index: 99999999 !important;
  display: block !important;
  width: 98px !important;
  height: 82px !important;
  overflow: hidden !important;
  clip-path: inset(0) !important;
  transform: translateZ(0) !important;
}

.page-template-page-faq-php .grecaptcha-badge {
  visibility: hidden !important;
  pointer-events: none !important;
}

.page-template-page-faq-php section > .container {
  width: min(var(--max), calc(100% - 44px));
  max-width: none;
  padding: 22px 0 clamp(56px, 7vw, 84px);
}

.page-template-page-faq-php section > .container > .row {
  margin: 0;
}

.page-template-page-faq-php section > .container > .row::before,
.page-template-page-faq-php section > .container > .row::after {
  display: none;
}

.page-template-page-faq-php .rank-math-breadcrumb {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.page-template-page-faq-php .rank-math-breadcrumb p {
  margin: 0;
}

.page-template-page-faq-php .rank-math-breadcrumb a {
  color: var(--green-650);
  font-weight: 700;
  text-decoration: none;
}

.page-template-page-faq-php .rank-math-breadcrumb a:hover,
.page-template-page-faq-php .rank-math-breadcrumb a:focus {
  color: var(--green-950);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-template-page-faq-php .col-sm-9,
.page-template-page-faq-php aside.col-sm-3 {
  min-width: 0;
  float: none;
  padding: 0;
}

.page-template-page-faq-php .col-sm-9 {
  max-width: 820px;
}

.page-template-page-faq-php .container h1 {
  margin: 0 0 16px;
  color: var(--green-950);
  font-family: "Archivo Narrow", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(38px, 4.8vw, 54px);
  font-weight: 700;
  line-height: 0.96;
  text-transform: uppercase;
}

.page-template-page-faq-php .col-sm-9 p {
  max-width: 760px;
  margin: 0 0 13px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.62;
}

.page-template-page-faq-php .col-sm-9 p strong,
.page-template-page-faq-php .col-sm-9 p b {
  color: var(--green-950);
}

.page-template-page-faq-php .col-sm-9 a:not(.button) {
  color: var(--green-650);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.page-template-page-faq-php aside {
  align-self: start;
  border-left: 3px solid var(--green-650);
  background: rgba(255, 255, 255, 0.54);
  padding: 16px 0 16px 18px !important;
}

.page-template-page-faq-php aside .lname {
  margin: 0 0 12px;
  color: var(--green-950);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.page-template-page-faq-php aside a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  color: var(--green-950);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.page-template-page-faq-php aside a:hover,
.page-template-page-faq-php aside a:focus {
  color: var(--green-650);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-template-page-faq-php .wpcf7-form {
  display: grid;
  gap: 12px;
  max-width: 640px;
  margin-top: 14px;
}

.page-template-page-faq-php .wpcf7-form p {
  display: grid;
  gap: 6px;
  margin: 0;
}

.page-template-page-faq-php input[type="text"],
.page-template-page-faq-php input[type="email"],
.page-template-page-faq-php input[type="tel"],
.page-template-page-faq-php select,
.page-template-page-faq-php textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  box-shadow: none;
}

.page-template-page-faq-php input[type="text"],
.page-template-page-faq-php input[type="email"],
.page-template-page-faq-php input[type="tel"],
.page-template-page-faq-php select {
  min-height: 42px;
  padding: 8px 10px;
}

.page-template-page-faq-php textarea {
  min-height: 138px;
  padding: 10px;
  resize: vertical;
}

.page-template-page-faq-php input.wpcf7-submit,
.page-template-page-faq-php input.wpcf7-submit.submitf {
  width: min(220px, 100%);
  min-height: 44px;
  justify-self: end;
  border: 1px solid var(--green-950) !important;
  border-radius: 6px;
  background: var(--green-950) !important;
  color: var(--white) !important;
  font-weight: 800;
  text-transform: uppercase;
}

.page-template-page-faq-php input.wpcf7-submit:hover,
.page-template-page-faq-php input.wpcf7-submit:focus {
  background: var(--green-650) !important;
  border-color: var(--green-650) !important;
}

@media (min-width: 860px) {
  .page-template-page-faq-php section > .container > .row {
    display: grid;
    grid-template-columns: 235px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
  }

  .page-template-page-faq-php .col-sm-9 {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    left: auto;
    right: auto;
  }

  .page-template-page-faq-php aside.col-sm-3 {
    grid-column: 1;
    grid-row: 1;
    width: auto;
    left: auto;
    right: auto;
    margin: 20px 0 0;
  }
}

@media (max-width: 859px) {
  .page-template-page-faq-php chat-widget[data-active="false"] {
    display: none !important;
  }

  .page-template-page-faq-php .site-header {
    background: var(--paper);
    backdrop-filter: none;
  }

  .page-template-page-faq-php section > .container {
    width: min(100% - 32px, var(--max));
    padding-top: 20px;
    padding-bottom: 44px;
  }

  .page-template-page-faq-php .container h1 {
    margin-bottom: 14px;
    font-size: clamp(31px, 8.8vw, 39px);
  }

  .page-template-page-faq-php .col-sm-9 p {
    font-size: 16px;
    line-height: 1.58;
  }

  .page-template-page-faq-php aside {
    margin-top: 24px;
    border-top: 1px solid var(--line);
    border-left: 0;
    padding: 18px 0 0 !important;
    background: transparent;
  }

  .page-template-page-faq-php aside ul,
  .page-template-page-faq-php aside .bottom-menu {
    display: grid;
    gap: 2px;
  }

  .page-template-page-faq-php input.wpcf7-submit,
  .page-template-page-faq-php input.wpcf7-submit.submitf {
    width: 100%;
    justify-self: stretch;
  }
}
