:root {
  --gray: rgba(38, 100, 158, 0.05);
}

html,
body {
  overflow-x: clip;
}

a:focus-visible {
  outline: 4px solid #ff9800;
  outline-offset: 2px;
}

/* Kolor chwilowy po Enter */
a.kbd-temp {
  outline: 4px solid #d32f2f !important; /* czerwony */
  outline-offset: 2px;
  transition: outline 0.2s ease-in-out;
}

html.increased-line-height main p,
html.increased-line-height main span,
html.increased-line-height main a,
html.increased-line-height main div,
html.increased-line-height main h1,
html.increased-line-height main h2,
html.increased-line-height main h3,
html.increased-line-height main h4,
html.increased-line-height main h5,
html.increased-line-height main h6,
html.increased-line-height header p,
html.increased-line-height header span,
html.increased-line-height header a,
html.increased-line-height header div,
html.increased-line-height header h1,
html.increased-line-height header h2,
html.increased-line-height header h3,
html.increased-line-height header h4,
html.increased-line-height header h5,
html.increased-line-height header h6,
html.increased-line-height footer p,
html.increased-line-height footer span,
html.increased-line-height footer a,
html.increased-line-height footer div,
html.increased-line-height footer h1,
html.increased-line-height footer h2,
html.increased-line-height footer h3,
html.increased-line-height footer h4,
html.increased-line-height footer h5,
html.increased-line-height footer h6,
body.increased-line-height main p,
body.increased-line-height main span,
body.increased-line-height main a,
body.increased-line-height main div,
body.increased-line-height main h1,
body.increased-line-height main h2,
body.increased-line-height main h3,
body.increased-line-height main h4,
body.increased-line-height main h5,
body.increased-line-height main h6,
body.increased-line-height header p,
body.increased-line-height header span,
body.increased-line-height header a,
body.increased-line-height header div,
body.increased-line-height header h1,
body.increased-line-height header h2,
body.increased-line-height header h3,
body.increased-line-height header h4,
body.increased-line-height header h5,
body.increased-line-height header h6,
body.increased-line-height footer p,
body.increased-line-height footer span,
body.increased-line-height footer a,
body.increased-line-height footer div,
body.increased-line-height footer h1,
body.increased-line-height footer h2,
body.increased-line-height footer h3,
body.increased-line-height footer h4,
body.increased-line-height footer h5,
body.increased-line-height footer h6 {
  line-height: 2.5 !important;
}

.highlight-links a:focus,
.highlight-links a:hover,
.highlight-links button:focus,
.highlight-links button:hover {
  border: 2px solid #ff9800 !important;
}

.highlight-links .search-btn:focus,
.highlight-links .search-btn:hover {
  outline: 3px solid #ff9800 !important;
  border: 2px solid #ff9800 !important;
  background-color: rgba(255, 152, 0, 0.1);
}

.highlight-links a,
.highlight-links .search-btn,
.highlight-links button {
  border: 2px solid #f39c12 !important;
}

html {
  font-size: 100%;
}
html.font-small {
  font-size: 100%;
}
html.font-medium {
  font-size: 150%;
}
html.font-large {
  font-size: 200%;
}

body:not(.wp-core-ui),
html:not(.wp-toolbar),
.acf-block-preview {
  /* Tutaj umieszczamy style globalne */
  font-family: inherit;
  color: #000;
  scroll-padding: 50px;
  scroll-behavior: smooth;
  margin: 0;
}
body:not(.wp-core-ui) h1,
body:not(.wp-core-ui) h2,
body:not(.wp-core-ui) h3,
body:not(.wp-core-ui) h4,
body:not(.wp-core-ui) h5,
body:not(.wp-core-ui) h6,
body:not(.wp-core-ui) p,
html:not(.wp-toolbar) h1,
html:not(.wp-toolbar) h2,
html:not(.wp-toolbar) h3,
html:not(.wp-toolbar) h4,
html:not(.wp-toolbar) h5,
html:not(.wp-toolbar) h6,
html:not(.wp-toolbar) p,
.acf-block-preview h1,
.acf-block-preview h2,
.acf-block-preview h3,
.acf-block-preview h4,
.acf-block-preview h5,
.acf-block-preview h6,
.acf-block-preview p {
  margin-bottom: 1.4rem;
}
body:not(.wp-core-ui) body,
html:not(.wp-toolbar) body,
.acf-block-preview body {
  background-color: #fff;
}
body:not(.wp-core-ui) body.dark-mode,
html:not(.wp-toolbar) body.dark-mode,
.acf-block-preview body.dark-mode {
  background-color: #000 !important;
}
body:not(.wp-core-ui) body.dark-mode h1,
body:not(.wp-core-ui) body.dark-mode h2,
body:not(.wp-core-ui) body.dark-mode h3,
body:not(.wp-core-ui) body.dark-mode h4,
body:not(.wp-core-ui) body.dark-mode h5,
body:not(.wp-core-ui) body.dark-mode h6,
body:not(.wp-core-ui) body.dark-mode a,
body:not(.wp-core-ui) body.dark-mode p,
body:not(.wp-core-ui) body.dark-mode *,
html:not(.wp-toolbar) body.dark-mode h1,
html:not(.wp-toolbar) body.dark-mode h2,
html:not(.wp-toolbar) body.dark-mode h3,
html:not(.wp-toolbar) body.dark-mode h4,
html:not(.wp-toolbar) body.dark-mode h5,
html:not(.wp-toolbar) body.dark-mode h6,
html:not(.wp-toolbar) body.dark-mode a,
html:not(.wp-toolbar) body.dark-mode p,
html:not(.wp-toolbar) body.dark-mode *,
.acf-block-preview body.dark-mode h1,
.acf-block-preview body.dark-mode h2,
.acf-block-preview body.dark-mode h3,
.acf-block-preview body.dark-mode h4,
.acf-block-preview body.dark-mode h5,
.acf-block-preview body.dark-mode h6,
.acf-block-preview body.dark-mode a,
.acf-block-preview body.dark-mode p,
.acf-block-preview body.dark-mode * {
  color: #fdca40 !important;
}
body:not(.wp-core-ui) body.dark-mode a.btn-theme,
body:not(.wp-core-ui) body.dark-mode button.btn-theme,
html:not(.wp-toolbar) body.dark-mode a.btn-theme,
html:not(.wp-toolbar) body.dark-mode button.btn-theme,
.acf-block-preview body.dark-mode a.btn-theme,
.acf-block-preview body.dark-mode button.btn-theme {
  background: #fdca40 !important;
  color: #000 !important;
}
body:not(.wp-core-ui) *,
html:not(.wp-toolbar) *,
.acf-block-preview * {
  font-family: "Poppins";
  font-weight: 400;
  color: var(--text);
}
body:not(.wp-core-ui) main p a,
html:not(.wp-toolbar) main p a,
.acf-block-preview main p a {
  color: var(--main);
  font-weight: 700;
}
body:not(.wp-core-ui) strong,
html:not(.wp-toolbar) strong,
.acf-block-preview strong {
  font-weight: 700;
}
body:not(.wp-core-ui) p,
body:not(.wp-core-ui) li,
body:not(.wp-core-ui) a,
html:not(.wp-toolbar) p,
html:not(.wp-toolbar) li,
html:not(.wp-toolbar) a,
.acf-block-preview p,
.acf-block-preview li,
.acf-block-preview a {
  font-size: 1rem;
  line-height: 1.5rem;
}
body:not(.wp-core-ui) .et-container-large,
html:not(.wp-toolbar) .et-container-large,
.acf-block-preview .et-container-large {
  width: 100%;
  max-width: 1366px;
  margin: auto;
}
@media only screen and (max-width: 1366px) {
  body:not(.wp-core-ui) .et-container-large,
  html:not(.wp-toolbar) .et-container-large,
  .acf-block-preview .et-container-large {
    width: calc(100% - 40px);
  }
}
body:not(.wp-core-ui) .et-container,
html:not(.wp-toolbar) .et-container,
.acf-block-preview .et-container {
  width: 100%;
  max-width: 1366px;
  margin: auto;
}
@media only screen and (max-width: 1366px) {
  body:not(.wp-core-ui) .et-container,
  html:not(.wp-toolbar) .et-container,
  .acf-block-preview .et-container {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1366px) {
  body:not(.wp-core-ui) .et-container .et-container,
  html:not(.wp-toolbar) .et-container .et-container,
  .acf-block-preview .et-container .et-container {
    width: 100%;
  }
}
body:not(.wp-core-ui) .et-list li,
html:not(.wp-toolbar) .et-list li,
.acf-block-preview .et-list li {
  list-style-type: none;
}
body:not(.wp-core-ui) .et-list li a,
html:not(.wp-toolbar) .et-list li a,
.acf-block-preview .et-list li a {
  font-weight: 700;
  text-decoration: none;
}
body:not(.wp-core-ui) ul.wp-block-list,
html:not(.wp-toolbar) ul.wp-block-list,
.acf-block-preview ul.wp-block-list {
  padding-left: 40px;
  margin-bottom: 1rem;
}
body:not(.wp-core-ui) ul.wp-block-list li,
html:not(.wp-toolbar) ul.wp-block-list li,
.acf-block-preview ul.wp-block-list li {
  list-style-type: disc;
}
body:not(.wp-core-ui) ol,
html:not(.wp-toolbar) ol,
.acf-block-preview ol {
  padding-left: 40px;
}
body:not(.wp-core-ui) ol li,
html:not(.wp-toolbar) ol li,
.acf-block-preview ol li {
  list-style-type: decimal;
}
body:not(.wp-core-ui) ol ul,
html:not(.wp-toolbar) ol ul,
.acf-block-preview ol ul {
  padding-left: 100px;
}
body:not(.wp-core-ui) img,
body:not(.wp-core-ui) svg,
html:not(.wp-toolbar) img,
html:not(.wp-toolbar) svg,
.acf-block-preview img,
.acf-block-preview svg {
  display: flex;
  max-width: 100%;
  height: auto;
}
body:not(.wp-core-ui) .label,
html:not(.wp-toolbar) .label,
.acf-block-preview .label {
  font-weight: 700;
  font-size: 0.85rem;
  text-align: left;
  color: var(--main);
  letter-spacing: 1px;
  text-transform: uppercase;
}
body:not(.wp-core-ui) .heading-1,
html:not(.wp-toolbar) .heading-1,
.acf-block-preview .heading-1 {
  font-size: 3.25rem;
  font-weight: 200;
  line-height: 3.75rem;
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) .heading-1,
  html:not(.wp-toolbar) .heading-1,
  .acf-block-preview .heading-1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
body:not(.wp-core-ui) h1,
html:not(.wp-toolbar) h1,
.acf-block-preview h1 {
  font-size: 2.2rem;
  line-height: 3.1rem;
  font-weight: 200;
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) h1,
  html:not(.wp-toolbar) h1,
  .acf-block-preview h1 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
body:not(.wp-core-ui) .heading-2,
body:not(.wp-core-ui) h2,
html:not(.wp-toolbar) .heading-2,
html:not(.wp-toolbar) h2,
.acf-block-preview .heading-2,
.acf-block-preview h2 {
  font-size: 2.2rem;
  line-height: 3.1rem;
  font-weight: 200;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) .heading-2,
  body:not(.wp-core-ui) h2,
  html:not(.wp-toolbar) .heading-2,
  html:not(.wp-toolbar) h2,
  .acf-block-preview .heading-2,
  .acf-block-preview h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
body:not(.wp-core-ui) .heading-2 b,
body:not(.wp-core-ui) h2 b,
html:not(.wp-toolbar) .heading-2 b,
html:not(.wp-toolbar) h2 b,
.acf-block-preview .heading-2 b,
.acf-block-preview h2 b {
  font-weight: 700;
}
body:not(.wp-core-ui) .heading-3,
body:not(.wp-core-ui) h3,
html:not(.wp-toolbar) .heading-3,
html:not(.wp-toolbar) h3,
.acf-block-preview .heading-3,
.acf-block-preview h3 {
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 2.625rem;
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) .heading-3,
  body:not(.wp-core-ui) h3,
  html:not(.wp-toolbar) .heading-3,
  html:not(.wp-toolbar) h3,
  .acf-block-preview .heading-3,
  .acf-block-preview h3 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
body:not(.wp-core-ui) .heading-3 p,
body:not(.wp-core-ui) h3 p,
html:not(.wp-toolbar) .heading-3 p,
html:not(.wp-toolbar) h3 p,
.acf-block-preview .heading-3 p,
.acf-block-preview h3 p {
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 2.625rem;
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) .heading-3 p,
  body:not(.wp-core-ui) h3 p,
  html:not(.wp-toolbar) .heading-3 p,
  html:not(.wp-toolbar) h3 p,
  .acf-block-preview .heading-3 p,
  .acf-block-preview h3 p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
body:not(.wp-core-ui) .heading-3 b,
body:not(.wp-core-ui) h3 b,
html:not(.wp-toolbar) .heading-3 b,
html:not(.wp-toolbar) h3 b,
.acf-block-preview .heading-3 b,
.acf-block-preview h3 b {
  font-weight: 700;
}
body:not(.wp-core-ui) .heading-4,
html:not(.wp-toolbar) .heading-4,
.acf-block-preview .heading-4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) .heading-4,
  html:not(.wp-toolbar) .heading-4,
  .acf-block-preview .heading-4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
body:not(.wp-core-ui) .heading-4 b,
html:not(.wp-toolbar) .heading-4 b,
.acf-block-preview .heading-4 b {
  font-weight: 700;
}
body:not(.wp-core-ui) .heading-5,
html:not(.wp-toolbar) .heading-5,
.acf-block-preview .heading-5 {
  font-size: 1.5rem;
  font-weight: 200;
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) .heading-5,
  html:not(.wp-toolbar) .heading-5,
  .acf-block-preview .heading-5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
body:not(.wp-core-ui) .heading-5 b,
html:not(.wp-toolbar) .heading-5 b,
.acf-block-preview .heading-5 b {
  font-weight: 700;
}
body:not(.wp-core-ui) .border-title,
html:not(.wp-toolbar) .border-title,
.acf-block-preview .border-title {
  font-size: 20px !important;
  line-height: 2rem !important;
  text-align: left;
  margin-bottom: 1rem !important;
  border-bottom: 1px solid rgba(32, 131, 49, 0.4);
  padding-bottom: 20px;
}
body:not(.wp-core-ui) .btn-theme,
html:not(.wp-toolbar) .btn-theme,
.acf-block-preview .btn-theme {
  font-size: 1rem;
  font-weight: 400;
  background: linear-gradient(75.7deg, rgb(34, 126, 34) 3.8%, rgb(99, 162, 17) 87.1%);
  color: #fff;
  display: inline-flex;
  padding: 12px 20px;
  align-items: center;
  text-decoration: none;
  line-height: 1.5rem;
  gap: 10px;
  transition-duration: 0.5s;
  border: 0;
}
@media only screen and (max-width: 768px) {
  body:not(.wp-core-ui) .btn-theme,
  html:not(.wp-toolbar) .btn-theme,
  .acf-block-preview .btn-theme {
    font-size: 0.75rem;
  }
}
body:not(.wp-core-ui) .btn-theme:hover,
html:not(.wp-toolbar) .btn-theme:hover,
.acf-block-preview .btn-theme:hover {
  opacity: 0.8;
  transition-duration: 0.5s;
}
body:not(.wp-core-ui) .et-list,
html:not(.wp-toolbar) .et-list,
.acf-block-preview .et-list {
  padding-left: 0 !important;
}
body:not(.wp-core-ui) .et-list li,
html:not(.wp-toolbar) .et-list li,
.acf-block-preview .et-list li {
  list-style-type: none !important;
}
body:not(.wp-core-ui) .btn-border,
html:not(.wp-toolbar) .btn-border,
.acf-block-preview .btn-border {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  width: 160px;
  height: 40px;
  justify-content: space-evenly;
  align-items: center;
}
body:not(.wp-core-ui) .btn-border svg,
html:not(.wp-toolbar) .btn-border svg,
.acf-block-preview .btn-border svg {
  width: 20px;
  height: auto;
  transition-duration: 0.5s;
}
body:not(.wp-core-ui) .btn-border svg path,
html:not(.wp-toolbar) .btn-border svg path,
.acf-block-preview .btn-border svg path {
  fill: #fff;
}
body:not(.wp-core-ui) .btn-border:hover,
html:not(.wp-toolbar) .btn-border:hover,
.acf-block-preview .btn-border:hover {
  background-color: var(--main);
  border-color: var(--main);
}
body:not(.wp-core-ui) .btn-border:hover svg,
html:not(.wp-toolbar) .btn-border:hover svg,
.acf-block-preview .btn-border:hover svg {
  transform: translateX(6px);
  transition-duration: 0.5s;
}
body:not(.wp-core-ui) .btn-link,
html:not(.wp-toolbar) .btn-link,
.acf-block-preview .btn-link {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: var(--main);
}
body:not(.wp-core-ui) .splide__arrow,
html:not(.wp-toolbar) .splide__arrow,
.acf-block-preview .splide__arrow {
  opacity: 1 !important;
}
body:not(.wp-core-ui) .splide__arrow--prev svg,
html:not(.wp-toolbar) .splide__arrow--prev svg,
.acf-block-preview .splide__arrow--prev svg {
  transform: none;
}
body:not(.wp-core-ui) .splide__pagination__page,
html:not(.wp-toolbar) .splide__pagination__page,
.acf-block-preview .splide__pagination__page {
  border-radius: 0 !important;
}

.wp-element-caption {
  margin-top: 10px;
  font-size: 12px;
}

.wp-block-list a {
  font-weight: 700;
  color: var(--main);
}

.wp-block-table {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 30px auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1100px) {
  .wp-block-table {
    width: calc(100% - 40px);
  }
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table table tr {
  display: inline-table;
  border-bottom: 0.5px solid #6c8cc8;
  width: 100%;
  table-layout: fixed;
}
@media only screen and (max-width: 991px) {
  .wp-block-table table tr {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.wp-block-table table tr td {
  font-size: 16px;
  line-height: 24px;
  padding: 20px;
  word-wrap: break-word;
}
@media only screen and (max-width: 991px) {
  .wp-block-table table tr td {
    font-size: 12px;
    padding: 0;
  }
  .wp-block-table table tr td:empty {
    display: none;
  }
}

.dark-mode .border-title {
  border-bottom: 1px solid #fdca40 !important;
}

.search-results .breadcrumbs-wrapper {
  display: none;
}
.search-results .et-title {
  display: none;
}
.search-results main.search-results {
  padding-top: 20px;
  padding-bottom: 100px;
}
.search-results main.search-results ul {
  padding-left: 40px;
}
.search-results main.search-results ul li {
  list-style-type: disc;
}
.search-results main.search-results ul li a {
  text-decoration: none;
}
.search-results main.search-results ul li a:hover {
  color: var(--main);
  text-decoration: underline;
}

.site-map-main {
  padding-bottom: 80px;
}
.site-map-main p {
  margin-bottom: 0 !important;
}
.site-map-main .cpt-wrapper {
  margin-bottom: 30px;
}
.site-map-main .cpt-title {
  font-size: 20px;
  margin-bottom: 10px !important;
  font-weight: 700;
  color: var(--main);
  text-transform: uppercase;
}
.site-map-main a {
  text-decoration: none;
}
.site-map-main a:hover {
  color: var(--main);
}
.site-map-main ul {
  padding-left: 40px;
  padding-bottom: 20px;
}
.site-map-main ul li {
  list-style-type: disc;
}

body.dark-mode .btn-border {
  background-color: #000;
  border-color: #000 !important;
}
body.dark-mode .btn-border svg path {
  fill: #fdca40 !important;
}
body.dark-mode .btn-border:hover {
  background-color: #fdca40 !important;
  color: #000 !important;
  border-color: #fdca40 !important;
}
body.dark-mode .btn-border:hover svg path {
  fill: #000 !important;
}
body.dark-mode .wrapper .sidebar {
  border-color: #fdca40 !important;
}
body.dark-mode .wrapper .sidebar .sidebar-menu .menu-item.current-menu-item a {
  border-color: #fdca40 !important;
}
body.dark-mode .wrapper .content .pdf-wrapper .pdf-link {
  background-color: #000 !important;
  border: 1px solid #fdca40 !important;
}
body.dark-mode .wrapper .content .pdf-wrapper .pdf-link svg path {
  fill: #fdca40 !important;
}
body.dark-mode .wrapper .content .pdf-wrapper .pdf-link .icon {
  border-color: #fdca40 !important;
}
body.dark-mode .wrapper .content .pdf-wrapper .pdf-link .btn-theme {
  background: #fdca40 !important;
  color: #000 !important;
}
body.dark-mode .sidebar-menu {
  background-color: #000;
  border-color: #fdca40 !important;
}
body.dark-mode .sidebar-menu .taxonomy-item {
  border-color: #fdca40 !important;
}
body.dark-mode .sidebar-menu .taxonomy-item .term-item.current {
  border-color: #fdca40;
  background-color: #222;
}
body.dark-mode .sidebar-menu .taxonomy-item .term-item::after {
  color: #fdca40;
}
body.dark-mode .post-wrapper .single-post-wrapper .thumbnail {
  border-color: #fdca40;
}
body.dark-mode article .main-wrap {
  background-color: #000;
  border: 1px solid #fdca40;
}
body.dark-mode .aries-single-korzysci .benefits-wrapper .item-wrap {
  background-color: #fdca40 !important;
  color: #000 !important;
}
body.dark-mode .aries-single-korzysci .benefits-wrapper .item-wrap svg path {
  fill: #000 !important;
}

.hb-left-icon-container {
  width: 50px !important;
  height: 50px !important;
  top: 50% !important;
  left: 40px !important;
}

.hb-right-icon-container {
  width: 50px !important;
  height: 50px !important;
  top: 50% !important;
  right: 40px !important;
}

.block-view {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

#wiadomosc-info {
  font-weight: 700;
  font-size: 12px;
  color: #333;
  margin: 4px;
}/*# sourceMappingURL=theme-style.css.map */