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

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

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

.page-template-page-custom-php .brand {
  gap: 10px;
}

.page-template-page-custom-php .brand-logo {
  flex: 0 0 auto;
}

.page-template-page-custom-php .brand-text {
  max-width: 230px;
  color: var(--green-950);
  font-size: 18px;
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.page-template-page-custom-php .hero {
  min-height: min(740px, calc(100svh - 76px + 64px));
}

.page-template-page-custom-php .hero::after {
  background:
    linear-gradient(180deg, rgba(18, 53, 31, 0.08) 0%, rgba(18, 53, 31, 0.45) 54%, rgba(18, 53, 31, 0.9) 100%),
    linear-gradient(90deg, rgba(18, 53, 31, 0.82) 0%, rgba(18, 53, 31, 0.48) 42%, rgba(18, 53, 31, 0.18) 78%);
}

.page-template-page-custom-php .hero-inner {
  max-width: 1160px;
  gap: 13px;
  padding-bottom: clamp(64px, 10vh, 92px);
}

.page-template-page-custom-php .hero-eyebrow {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.page-template-page-custom-php .hero h1 {
  max-width: 790px;
  font-size: clamp(54px, 7.45vw, 100px);
  line-height: 0.94;
  text-wrap: balance;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.24);
}

.page-template-page-custom-php .hero-copy {
  max-width: 650px;
  margin-top: 2px;
  font-size: clamp(19px, 2.2vw, 23px);
  line-height: 1.36;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.page-template-page-custom-php .hero-offer {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 16px;
  line-height: 1.25;
}

.page-template-page-custom-php .hero-actions {
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.page-template-page-custom-php .hero-actions .button {
  min-height: 48px;
  padding-inline: 20px;
}

.page-template-page-custom-php .hero-compare {
  min-height: 48px;
  color: rgba(255, 255, 255, 0.94);
}

.page-template-page-custom-php .value-strip {
  width: min(100%, 1160px);
  margin-top: 2px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(7px);
}

.page-template-page-custom-php .value-strip span {
  min-height: 62px;
  background: rgba(18, 53, 31, 0.54);
  padding: 14px 16px;
  line-height: 1.28;
}

.page-template-page-custom-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-custom-php .grecaptcha-badge {
  visibility: hidden !important;
  pointer-events: none !important;
}

.page-template-page-custom-php .trust-strip {
  padding: 18px 0;
  border-bottom-color: var(--line);
}

.page-template-page-custom-php .trust-grid {
  gap: 10px;
  border: 0;
  background: transparent;
}

.page-template-page-custom-php .trust-item {
  min-height: 84px;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 17px 18px;
}

.page-template-page-custom-php .trust-item strong {
  display: block;
  line-height: 1.22;
}

.page-template-page-custom-php .trust-item span {
  line-height: 1.35;
}

.page-template-page-custom-php .trust-item--seal {
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
}

.page-template-page-custom-php .trust-item--seal img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.page-template-page-custom-php .rent {
  padding-top: clamp(42px, 6vw, 64px);
  padding-bottom: clamp(58px, 8vw, 86px);
}

.page-template-page-custom-php .rent .container {
  width: min(var(--max), calc(100% - 44px));
  max-width: none;
  padding-inline: 0;
}

.page-template-page-custom-php .rent article > h1,
.page-template-page-custom-php .rent article > h2,
.page-template-page-custom-php .rent article > h3 {
  max-width: 920px;
  margin: clamp(30px, 4.5vw, 48px) auto 14px;
  color: var(--green-950);
  font-family: "Archivo Narrow", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  line-height: 0.98;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

.page-template-page-custom-php .rent article > h1:first-child {
  margin-top: 0;
}

.page-template-page-custom-php .rent article > h1 span,
.page-template-page-custom-php .rent article > h2 span,
.page-template-page-custom-php .rent article > h3 span {
  color: inherit !important;
  font: inherit !important;
}

.page-template-page-custom-php .rent article > h1 {
  font-size: clamp(34px, 4.8vw, 48px);
}

.page-template-page-custom-php .rent article > h2,
.page-template-page-custom-php .rent article > h3 {
  font-size: clamp(28px, 4vw, 40px);
}

.page-template-page-custom-php .rent article > p,
.page-template-page-custom-php .rent article > ul,
.page-template-page-custom-php .rent article > ol {
  max-width: 780px;
  margin: 14px auto;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.62;
}

.page-template-page-custom-php .rent article > h1 + p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
  text-align: center;
}

.page-template-page-custom-php .rent article > ul,
.page-template-page-custom-php .rent article > ol {
  display: grid;
  gap: 12px;
  padding-left: 26px;
}

.page-template-page-custom-php .rent .cat_posts {
  margin-top: clamp(38px, 5.4vw, 58px);
}

.page-template-page-custom-php .rent .cat_posts + .cat_posts {
  margin-top: clamp(42px, 6vw, 60px);
}

.page-template-page-custom-php .rent .cat_posts .h2 {
  position: relative;
  display: flex;
  min-height: 42px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 17px;
  border-bottom: 1px solid var(--line);
  padding: 0 0 12px;
  color: var(--green-950);
  font-family: "Archivo Narrow", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 34px);
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
}

.page-template-page-custom-php .rent .cat_posts .h2 .view-all {
  position: static;
  right: auto;
  float: none;
  margin-left: auto;
  padding-top: 0;
  color: var(--green-650);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.page-template-page-custom-php .rent .cat_posts .h2 .view-all:hover,
.page-template-page-custom-php .rent .cat_posts .h2 .view-all:focus {
  color: var(--green-950);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-template-page-custom-php .rent .action-slider {
  width: 100%;
  overflow: visible;
}

.page-template-page-custom-php .rent .slick-list {
  margin: 0 -3px;
  padding: 1px 3px 14px;
}

.page-template-page-custom-php .rent .slick-track {
  display: flex;
  align-items: stretch;
  margin-left: 0;
}

.page-template-page-custom-php .rent .slick-slide {
  height: auto;
}

.page-template-page-custom-php .rent .max285 .slide {
  width: min(298px, calc(100vw - 92px)) !important;
  max-width: min(298px, calc(100vw - 92px));
  margin: 0 10px 0 0;
}

.page-template-page-custom-php .list article {
  height: 100%;
  margin: 0;
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(18, 53, 31, 0.07);
}

.page-template-page-custom-php .list article:hover {
  border-color: rgba(51, 115, 69, 0.34);
  box-shadow: 0 14px 34px rgba(18, 53, 31, 0.13);
}

.page-template-page-custom-php .list .loopa {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  max-width: none;
  max-height: none;
  margin: 0;
  box-shadow: none;
}

.page-template-page-custom-php .list .loopa:hover {
  box-shadow: none;
}

.page-template-page-custom-php .list .ib {
  aspect-ratio: 3 / 2;
  max-height: none;
  margin: 0;
  overflow: hidden;
  background: var(--paper-2);
}

.page-template-page-custom-php .list .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-page-custom-php .list .woocommerce-loop-product__title {
  min-height: 40px;
  margin: 12px 16px 7px;
  padding: 0;
  color: var(--green-950);
  font-family: "Archivo Narrow", "Arial Narrow", Arial, sans-serif;
  font-size: 18px !important;
  line-height: 1.08;
  text-transform: uppercase;
}

.page-template-page-custom-php .list .optlist {
  margin: 0 16px;
}

.page-template-page-custom-php .list .optlist .description p,
.page-template-page-custom-php .list .optlist .description ul {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.42;
}

.page-template-page-custom-php .list .optlist .description ul {
  margin-top: 6px;
}

.page-template-page-custom-php .list .greenp.summary {
  margin: auto 16px 14px;
  padding: 10px 0 0;
  border-top: 1px solid var(--line);
  text-align: right;
}

.page-template-page-custom-php .list .greenp .rp {
  color: var(--strike);
  font-size: 13px;
}

.page-template-page-custom-php .list .greenp .sp {
  color: var(--green-650);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.12;
}

.page-template-page-custom-php .rent .slick-prev,
.page-template-page-custom-php .rent .slick-next {
  z-index: 5;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(18, 53, 31, 0.12);
}

.page-template-page-custom-php .rent .slick-prev {
  left: -18px;
}

.page-template-page-custom-php .rent .slick-next {
  right: -18px;
}

.page-template-page-custom-php .rent .slick-prev::before,
.page-template-page-custom-php .rent .slick-next::before {
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: inherit;
  background-color: transparent;
  background-position: 11px center;
  background-size: 18px;
}

.page-template-page-custom-php .rent .slick-prev:hover,
.page-template-page-custom-php .rent .slick-next:hover {
  border-color: rgba(51, 115, 69, 0.42);
  background: var(--white);
}

.page-template-page-custom-php .rent article > h3 + p,
.page-template-page-custom-php .rent article > h3 + p + p {
  max-width: 760px;
  text-align: center;
}

.page-template-page-custom-php .rent .row.b50 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin: 34px auto 0;
}

.page-template-page-custom-php .rent .row.b50::before,
.page-template-page-custom-php .rent .row.b50::after {
  display: none;
}

.page-template-page-custom-php .rent .row.b50 > [class*="col-"] {
  width: auto;
  min-height: 100%;
  float: none;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 18px;
  box-shadow: 0 8px 22px rgba(18, 53, 31, 0.07);
}

.page-template-page-custom-php .rent .row.b50 img {
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius);
  object-fit: cover;
}

.page-template-page-custom-php .rent .row.b50 p {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.52;
}

.page-template-page-custom-php .rent .row.b50 p:last-child {
  margin-top: auto;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.2;
}

.page-template-page-custom-php footer {
  background: var(--ink);
  padding: 52px 0 34px;
}

.page-template-page-custom-php footer .container {
  width: min(var(--max), calc(100% - 44px));
  max-width: none;
  padding: 0;
}

.page-template-page-custom-php footer .container > .row {
  margin-right: 0;
  margin-left: 0;
}

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

.page-template-page-custom-php footer .container > .row {
  display: grid;
  gap: 28px;
}

.page-template-page-custom-php footer .container > .row.mb30 {
  margin-bottom: 0;
}

.page-template-page-custom-php footer .container > .row:not(.text-center) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-template-page-custom-php footer .container > .row.text-center {
  justify-items: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.45;
}

.page-template-page-custom-php footer .container > .row.text-center:last-child {
  width: min(780px, 100%);
  margin: 20px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.page-template-page-custom-php footer [class*="col-"] {
  width: auto;
  min-height: 0;
  float: none;
  padding: 0;
}

.page-template-page-custom-php footer img {
  margin: 0;
}

.page-template-page-custom-php footer .lname {
  margin-bottom: 12px;
  color: var(--white);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.page-template-page-custom-php footer .bottom-menu {
  display: grid;
  gap: 5px;
  margin: 0;
}

.page-template-page-custom-php footer .bottom-menu a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.2;
}

.page-template-page-custom-php footer .bottom-menu a:hover,
.page-template-page-custom-php footer .bottom-menu a:focus {
  color: var(--white);
}

.page-template-page-custom-php footer #sbscrbr-form {
  max-width: 320px;
}

.page-template-page-custom-php footer form .sbscrbr-block-one-line {
  display: flex;
  margin: 10px 0 0;
}

.page-template-page-custom-php footer form .sbscrbr-email-wrap.sbscrbr-form-one-line {
  width: auto;
  flex: 1 1 auto;
}

.page-template-page-custom-php footer form .sbscrbr-submit-block.sbscrbr-form-one-line {
  width: auto;
  flex: 0 0 auto;
}

.page-template-page-custom-php footer input[type="text"] {
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-right: 0;
  border-radius: 4px 0 0 4px;
  background: rgba(255, 255, 255, 0.96);
}

.page-template-page-custom-php footer form#sbscrbr-form input.submit {
  height: 42px;
  border-radius: 0 4px 4px 0;
  background: var(--green-650);
}

.page-template-page-custom-php footer p.sbscrbr-label-wrap {
  position: static;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.page-template-page-custom-php footer ul.fpayment {
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 18px;
  border-top-color: rgba(255, 255, 255, 0.18);
  padding: 20px 0;
}

.page-template-page-custom-php footer ul.fpayment li {
  margin: 0;
  border-radius: 4px;
}

@media (min-width: 620px) {
  .page-template-page-custom-php .trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 860px) {
  .page-template-page-custom-php .hero-inner {
    min-height: 740px;
    align-content: end;
  }

  .page-template-page-custom-php .rent .cat_posts:has(.view-all[href*="/pedicab-tours/"]) {
    max-width: 914px;
    margin-right: auto;
    margin-left: auto;
  }

  .page-template-page-custom-php .rent .cat_posts:has(.view-all[href*="/bike-tours/"]) {
    max-width: 606px;
    margin-right: auto;
    margin-left: auto;
  }

  .page-template-page-custom-php .rent .cat_posts:has(.view-all[href*="/pedicab-tours/"]) .slick-arrow,
  .page-template-page-custom-php .rent .cat_posts:has(.view-all[href*="/bike-tours/"]) .slick-arrow {
    display: none !important;
  }

  .page-template-page-custom-php .rent .cat_posts:has(.view-all[href*="/pedicab-tours/"]) .slick-list,
  .page-template-page-custom-php .rent .cat_posts:has(.view-all[href*="/bike-tours/"]) .slick-list {
    overflow: visible;
  }

  .page-template-page-custom-php .rent .cat_posts:has(.view-all[href*="/pedicab-tours/"]) .slick-track,
  .page-template-page-custom-php .rent .cat_posts:has(.view-all[href*="/bike-tours/"]) .slick-track {
    width: auto !important;
    transform: none !important;
  }

  .page-template-page-custom-php .rent .cat_posts:has(.view-all[href*="/pedicab-tours/"]) .slick-slide,
  .page-template-page-custom-php .rent .cat_posts:has(.view-all[href*="/bike-tours/"]) .slick-slide {
    float: none !important;
  }

  .page-template-page-custom-php .rent .max285 .slide {
    width: 270px !important;
    max-width: 270px;
  }

  .page-template-page-custom-php footer .container {
    display: grid;
    position: relative;
  }

  .page-template-page-custom-php footer .container > .row.mb30 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 180px;
    display: block;
  }

  .page-template-page-custom-php footer .container > .row.mb30 + .row {
    min-height: 146px;
    padding-left: 260px;
    align-items: start;
  }

  .page-template-page-custom-php footer .container > .row.mb30 + .row .col-md-3:first-child {
    padding-left: 0;
  }

  .page-template-page-custom-php footer .container > .row.text-center .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
    width: 100%;
  }

  .page-template-page-custom-php footer .container > .row.text-center .row::before,
  .page-template-page-custom-php footer .container > .row.text-center .row::after {
    display: none;
  }

  .page-template-page-custom-php footer .container > .row.text-center .col-md-6 {
    width: auto;
    float: none;
  }
}

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

  .page-template-page-custom-php .site-header .nav-shell {
    gap: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .page-template-page-custom-php .header-book {
    min-height: 40px;
  }

  .page-template-page-custom-php .site-header .nav-links {
    height: auto;
  }

  .page-template-page-custom-php .site-header .nav-links > li > a {
    min-height: 34px;
  }

  .page-template-page-custom-php .hero {
    min-height: min(690px, calc(100svh - 114px + 72px));
  }

  .page-template-page-custom-php .hero-inner {
    min-height: min(690px, calc(100svh - 114px + 72px));
    align-content: end;
    padding-top: 34px;
    padding-bottom: 140px;
  }

  .page-template-page-custom-php .hero h1 {
    font-size: clamp(40px, 10.8vw, 48px);
    line-height: 0.94;
  }

  .page-template-page-custom-php .hero-copy {
    font-size: 19px;
  }

  .page-template-page-custom-php .value-strip span {
    min-height: 56px;
  }

  .page-template-page-custom-php .rent .action-slider {
    position: relative;
  }

  .page-template-page-custom-php .rent .slick-list {
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 30px), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 30px), rgba(0, 0, 0, 0));
  }

  .page-template-page-custom-php .rent .slick-prev {
    left: -8px;
  }

  .page-template-page-custom-php .rent .slick-next {
    right: -8px;
  }

  .page-template-page-custom-php .rent .row.b50 {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .page-template-page-custom-php .rent .cat_posts:has(.view-all[href*="/bike-tours/"]) {
    margin-top: 50px;
  }

  .page-template-page-custom-php footer .container > .row:not(.text-center) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 619px) {
  .page-template-page-custom-php .brand-text {
    max-width: 190px;
    font-size: 16px;
  }

  .page-template-page-custom-php .header-book {
    min-width: 72px;
    padding-inline: 12px;
  }

  .page-template-page-custom-php .hero-actions .button {
    width: 100%;
  }

  .page-template-page-custom-php .hero-compare {
    width: 100%;
    justify-content: flex-start;
  }

  .page-template-page-custom-php .trust-strip {
    padding: 18px 0 20px;
  }

  .page-template-page-custom-php .trust-grid {
    gap: 8px;
  }

  .page-template-page-custom-php .trust-item {
    min-height: 78px;
    padding: 15px 16px;
  }

  .page-template-page-custom-php .rent .container,
  .page-template-page-custom-php footer .container {
    width: min(100% - 32px, var(--max));
  }

  .page-template-page-custom-php .rent article > h1 {
    font-size: clamp(30px, 8.4vw, 34px);
  }

  .page-template-page-custom-php .rent article > h2,
  .page-template-page-custom-php .rent article > h3 {
    font-size: clamp(25px, 7.2vw, 30px);
  }

  .page-template-page-custom-php .rent article > p,
  .page-template-page-custom-php .rent article > ul,
  .page-template-page-custom-php .rent article > ol {
    font-size: 16px;
    line-height: 1.58;
  }

  .page-template-page-custom-php .rent article > h1,
  .page-template-page-custom-php .rent article > h2,
  .page-template-page-custom-php .rent article > h3 {
    margin-top: 24px;
    margin-bottom: 11px;
  }

  .page-template-page-custom-php .rent article > h1:first-child {
    margin-top: 0;
  }

  .page-template-page-custom-php .rent article > h1:first-child + p + h3 {
    margin-top: 26px;
  }

  .page-template-page-custom-php .rent .cat_posts {
    margin-top: 28px;
  }

  .page-template-page-custom-php .rent .cat_posts + .cat_posts {
    margin-top: 38px;
  }

  .page-template-page-custom-php .rent .cat_posts .h2 {
    min-height: 34px;
    gap: 12px;
    font-size: 26px;
  }

  .page-template-page-custom-php .rent .cat_posts .h2 .view-all {
    font-size: 12px;
  }

  .page-template-page-custom-php .list .woocommerce-loop-product__title {
    min-height: 42px;
    font-size: 17px !important;
  }

  .page-template-page-custom-php footer {
    padding-top: 44px;
  }

  .page-template-page-custom-php footer .container > .row:not(.text-center) {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 419px) {
  .page-template-page-custom-php .hero {
    min-height: 690px;
  }

  .page-template-page-custom-php .hero-inner {
    min-height: 690px;
  }

  .page-template-page-custom-php .hero h1 {
    font-size: clamp(37px, 10.1vw, 41px);
  }

  .page-template-page-custom-php .hero-copy {
    font-size: 18px;
  }

  .page-template-page-custom-php .value-strip span {
    padding-inline: 14px;
  }
}
