@charset "UTF-8";
:root {
  --color-text: #000;
  --color-text-white: #fff;
  --color-gray: #878787;
  --color-orange: #F59E00;
  --bg-color: #fff;
  --color-light-gray: #f7f7f7; }

/* Myriad Pro – Light (300) */
@font-face {
  font-family: 'MyriadPro';
  src: url("../fonts/MyriadPro-Light.woff2") format("woff2"), url("../fonts/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
/* Myriad Pro – Regular (400) */
@font-face {
  font-family: 'MyriadPro';
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
/* Myriad Pro – Semibold (600) */
@font-face {
  font-family: 'MyriadPro';
  src: url("../fonts/MyriadPro-Semibold.woff2") format("woff2"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
/* Myriad Pro – Bold (700) */
@font-face {
  font-family: 'MyriadPro';
  src: url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
#wpadminbar {
  top: auto;
  bottom: 0; }

* {
  box-sizing: border-box; }

html {
  font-size: 16px;
  transition: none; }
  @media (min-width: 768px) {
    html {
      font-size: 15px; } }
  @media (min-width: 1023px) {
    html {
      font-size: 16px; } }
  html.font-large {
    font-size: 18px; }
    @media (min-width: 1280px) {
      html.font-large {
        font-size: 21px; } }
    @media (min-width: 1499px) {
      html.font-large {
        font-size: 23px; } }
  html.font-small {
    font-size: 14px; }
    @media (min-width: 1280px) {
      html.font-small {
        font-size: 13px; } }
    @media (min-width: 1499px) {
      html.font-small {
        font-size: 12px; } }

body {
  font-size: 1.4rem;
  line-height: 1.3;
  font-family: MyriadPro, sans-serif !important;
  font-weight: 400;
  color: var(--color-text);
  background-color: var(--bg-color);
  padding-top: 5rem; }
  @media (min-width: 768px) {
    body {
      padding-top: 0; } }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--color-text); }

.h1,
body.qode-overridden-elementors-fonts .elementor-widget-heading h1.elementor-heading-title,
h1 {
  font-size: 1.875rem;
  /* 30px */
  line-height: 1.25; }

/* H2 */
.h2,
body.qode-overridden-elementors-fonts .elementor-widget-heading h2.elementor-heading-title,
h2 {
  font-size: 1.5rem;
  /* 24px */
  line-height: 1.3846;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600; }

/* H3 */
.h3,
body.qode-overridden-elementors-fonts .elementor-widget-heading h3.elementor-heading-title,
h3 {
  font-size: 1.0625rem;
  /* 17px */
  line-height: 1.3043;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600; }

/* H4 */
.h4,
body.qode-overridden-elementors-fonts .elementor-widget-heading h4.elementor-heading-title,
h4 {
  font-size: 1.1875rem;
  /* 19px */
  line-height: 1.375;
  font-weight: 400; }

/* H5 */
.h5,
body.qode-overridden-elementors-fonts .elementor-widget-heading h5.elementor-heading-title,
h5 {
  font-size: 0.9375rem;
  /* 15px */
  line-height: 1.5714;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600; }
  .h5 a,
  body.qode-overridden-elementors-fonts .elementor-widget-heading h5.elementor-heading-title a,
  h5 a {
    font-size: inherit;
    line-height: inherit;
    color: var(--color-text); }

/* H6 */
.h6,
body.qode-overridden-elementors-fonts .elementor-widget-heading h6.elementor-heading-title,
h6 {
  font-size: 0.8125rem;
  /* 13px */
  line-height: 1.5384;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600; }

a {
  color: var(--color-text); }
  a:hover {
    color: var(--color-orange); }
  a:focus-visible {
    text-decoration: underline;
    text-decoration-color: var(--color-orange);
    outline: 2px solid var(--color-orange);
    outline-offset: 2px; }

h2 a {
  color: var(--color-gray); }
  h2 a:hover {
    color: var(--color-orange); }

p {
  color: inherit;
  font-size: initial;
  font-weight: inherit;
  font-family: inherit; }
  @media (max-width: 767px) {
    p {
      line-height: 1.2; } }

.wrapper {
  background-color: transparent; }

.separator.small {
  background-color: var(--color-gray); }

.custom-container, .container_inner {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 15px; }

body.wcag-contrast {
  --color-text: yellow;
  --color-text-white: black;
  --color-gray: yellow;
  --color-light-gray: #242424;
  --color-orange: yellow;
  --bg-color: #000; }

.bg-gray {
  background-color: var(--color-gray); }

.content, .content .container, .full_width {
  background-color: var(--bg-color); }

#submit_comment, .blog_load_more_button a, .drop_down .wide .second ul li .qbutton, .drop_down .wide .second ul li ul li .qbutton, .load_more a, .qbutton {
  border-color: var(--color-text);
  color: var(--color-text); }

.qbutton-active, .qbutton:hover {
  background-color: var(--color-orange);
  border-color: var(--color-orange);
  color: var(--bg-color); }

.title h1 {
  color: var(--color-gray); }

@media (min-width: 768px) {
  .equal-columns .full_section_inner {
    display: flex; }
  .equal-columns .vc_column-inner,
  .equal-columns .wpb_wrapper {
    height: 100%; } }

/* -----------------------------------
   WCAG BAR
----------------------------------- */
.wcag-bar {
  width: 100%;
  display: none; }
  @media (min-width: 768px) {
    .wcag-bar {
      display: block;
      border-bottom: 1px solid #ddd; } }
  .wcag-bar__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 5px;
    padding-block: 5px; }
    @media (min-width: 768px) {
      .wcag-bar__inner {
        gap: 20px;
        flex-direction: row;
        padding-block: 0; } }
  .wcag-bar__buttons {
    display: flex;
    align-items: center;
    gap: 10px; }
  .wcag-bar__separator {
    display: none; }
    @media (min-width: 768px) {
      .wcag-bar__separator {
        width: 1px;
        height: 16px;
        background: var(--color-text);
        display: block; } }
  .wcag-bar__link {
    color: var(--color-text);
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    gap: .25rem; }
    @media (min-width: 768px) {
      .wcag-bar__link {
        font-size: 1.4rem;
        gap: .5rem; }
        .wcag-bar__link:hover {
          text-decoration: underline; } }

.wcag-btn {
  background: var(--bg-color);
  color: var(--color-text);
  border: 1px solid var(--color-text);
  padding: 2px 6px;
  cursor: pointer;
  font-size: 1.1rem; }
  @media (min-width: 768px) {
    .wcag-btn {
      font-size: 1.4rem; }
      .wcag-btn:hover {
        background: #eee; } }

/* --- Social Icons --- */
.wcag-social {
  display: flex;
  align-items: center; }
  .wcag-social a {
    font-size: 1.8rem;
    margin-left: 8px;
    color: var(--color-text); }
    @media (min-width: 768px) {
      .wcag-social a:hover {
        color: var(--color-text); } }

/* --- Search form --- */
.wcag-search div {
  display: flex;
  align-items: center; }
  .wcag-search div input {
    padding: 4px 6px;
    border: 1px solid var(--color-text);
    border-radius: 3px;
    background-color: var(--bg-color);
    color: var(--color-text); }
    .wcag-search div input::placeholder {
      color: inherit; }
  .wcag-search div button,
  .wcag-search div input[type="submit"] {
    background: var(--bg-color);
    border: 1px solid var(--color-text);
    padding: 3px 10px;
    cursor: pointer;
    font-size: 0; }
    @media (min-width: 768px) {
      .wcag-search div button:hover,
      .wcag-search div input[type="submit"]:hover {
        background: #eee; } }

/* --- Custom Header Layout --- */
.custom-main-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #eee; }

.header-left {
  display: flex;
  align-items: center; }

.header-left img {
  width: auto; }

.header-fullwidth-image {
  width: 100%;
  display: none; }
  @media (min-width: 768px) {
    .header-fullwidth-image {
      display: block; } }

.header-fullwidth-image img {
  width: 100%;
  height: auto;
  display: block; }

.custom-header {
  position: relative;
  z-index: 1000; }
  .custom-header__wrapper {
    display: flex;
    flex-direction: column;
    padding-block: 5px; }
    @media (min-width: 768px) {
      .custom-header__wrapper {
        padding-block: 20px;
        flex-direction: row;
        gap: 50px; } }
  .custom-header__logo {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 3rem; }
    @media (min-width: 768px) {
      .custom-header__logo {
        width: 20%; } }
  .custom-header__content {
    display: none;
    flex-direction: column;
    color: var(--color-gray); }
    @media (min-width: 768px) {
      .custom-header__content {
        display: flex;
        align-items: center;
        box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, 0.22);
        border-bottom: 2px solid var(--color-text); } }
  .custom-header__text {
    display: none;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700; }
    @media (min-width: 768px) {
      .custom-header__text {
        display: block;
        font-size: 2.4rem; } }
    @media (min-width: 1023px) {
      .custom-header__text {
        font-size: 3rem; } }
  @media (min-width: 768px) {
    .custom-header__nav {
      display: flex;
      align-items: center;
      justify-content: center; } }
  .custom-header__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px; }
    @media (min-width: 768px) {
      .custom-header__menu {
        flex-direction: row;
        gap: 10px; } }
    @media (min-width: 1023px) {
      .custom-header__menu {
        gap: 0 30px; } }
    .custom-header__menu ul {
      display: flex; }
    .custom-header__menu > li {
      position: relative; }
      .custom-header__menu > li > a {
        display: block;
        font-size: 1.3rem;
        font-weight: 400;
        text-decoration: none;
        color: var(--color-text);
        line-height: 1; }
        @media (min-width: 768px) {
          .custom-header__menu > li > a {
            font-size: 1.2rem;
            padding: 10px 0;
            line-height: inherit;
            transition: color 0.2s ease; }
            .custom-header__menu > li > a:hover, .custom-header__menu > li > a:focus {
              color: var(--color-orange); }
              .custom-header__menu > li > a:hover::after, .custom-header__menu > li > a:focus::after {
                border-top-color: var(--color-orange); }
            .custom-header__menu > li > a:focus {
              text-decoration: underline; } }
        @media (min-width: 1023px) {
          .custom-header__menu > li > a {
            font-size: 1.6rem; } }
        @media (min-width: 1280px) {
          .custom-header__menu > li > a {
            font-size: 1.8rem; } }
      .custom-header__menu > li.current-menu-item > a {
        font-weight: 600;
        color: var(--color-orange); }

.custom-header__fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--bg-color, #fff);
  border-bottom: 1px solid #eee;
  z-index: 1001;
  display: flex;
  align-items: center;
  height: 90px; }
  @media (min-width: 768px) {
    .custom-header__fixed {
      position: static;
      height: auto;
      border-bottom: none;
      display: none; } }

.custom-header__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  @media (min-width: 768px) {
    .custom-header__wrapper {
      height: auto;
      padding-block: 20px; } }

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1100; }
  .hamburger:focus-visible {
    outline: 2px solid var(--color-orange);
    outline-offset: 3px;
    border-radius: 4px; }
  @media (min-width: 768px) {
    .hamburger {
      display: none; } }
  .hamburger span {
    display: block;
    width: 28px;
    height: 3px;
    margin: 4px 0;
    background: var(--color-text, #222);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.2s ease, background-color 0.2s ease;
    transform-origin: center; }
  .hamburger[aria-expanded='true'] span:nth-child(1) {
    transform: translateY(11px) rotate(45deg); }
  .hamburger[aria-expanded='true'] span:nth-child(2) {
    opacity: 0; }
  .hamburger[aria-expanded='true'] span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg); }

.custom-header__nav {
  display: none;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100vw;
  background: var(--bg-color, #fff);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.66);
  z-index: 1000;
  padding: 20px 0 0 0;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .custom-header__nav--desktop {
    display: none; }
  @media (min-width: 768px) {
    .custom-header__nav {
      position: static;
      width: auto;
      background: none;
      box-shadow: none;
      padding: 0;
      max-height: none;
      overflow: visible; }
      .custom-header__nav--desktop {
        display: flex; } }

@media (max-width: 767px) {
  .custom-header__nav.active {
    display: block; } }

.custom-header__wrapper--desktop {
  display: none; }
  @media (min-width: 768px) {
    .custom-header__wrapper--desktop {
      display: flex; } }

.wcag-bar--desktop {
  display: none; }
  @media (min-width: 768px) {
    .wcag-bar--desktop {
      display: block; } }

.wcag-bar--mobile {
  display: block; }
  @media (min-width: 768px) {
    .wcag-bar--mobile {
      display: none; } }

/* ====== GŁÓWNA NAWIGACJA ====== */
.custom-header__menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 18rem;
  max-width: 300px;
  background: var(--bg-color);
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 9999;
  flex-direction: column; }
  .custom-header__menu .sub-menu li {
    padding: 0; }
    .custom-header__menu .sub-menu li a {
      display: block;
      padding: 0 5px;
      font-size: 1rem;
      line-height: 1.3;
      color: var(--color-gray); }
      @media (min-width: 768px) {
        .custom-header__menu .sub-menu li a {
          padding: 5px 15px;
          transition: background 0.2s, color 0.2s;
          line-height: 1.2;
          font-size: 1.2rem; }
          .custom-header__menu .sub-menu li a:hover, .custom-header__menu .sub-menu li a:focus {
            background-color: var(--color-light-gray);
            color: var(--color-orange); } }
  @media (max-width: 767px) {
    .custom-header__menu .sub-menu {
      position: static;
      min-width: 0;
      max-width: 100%;
      box-shadow: none;
      border: none;
      background: none;
      opacity: 1 !important;
      visibility: visible !important;
      transform: none;
      display: none; } }

@media (max-width: 767px) {
  .custom-header__menu li.menu-item-has-children.submenu-open > .sub-menu {
    display: block; } }

.custom-header__menu li:hover > .sub-menu,
.custom-header__menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px); }

.custom-header__menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 28px; }
  @media (min-width: 768px) {
    .custom-header__menu > li.menu-item-has-children > a {
      padding-right: 15px; } }
  .custom-header__menu > li.menu-item-has-children > a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid var(--color-gray);
    transition: transform 0.2s, border-top-color 0.2s; }
    @media (min-width: 768px) {
      .custom-header__menu > li.menu-item-has-children > a::after {
        top: 50%;
        border-left-width: 6px;
        border-right-width: 6px;
        border-top-width: 7px; } }
  @media (min-width: 768px) {
    .custom-header__menu > li.menu-item-has-children > a:hover::after, .custom-header__menu > li.menu-item-has-children > a:focus::after {
      border-top-color: var(--color-orange); } }

.custom-header__menu li.menu-item-has-children.submenu-open > a::after {
  transform: translateY(-50%) rotate(-180deg); }

.site-footer {
  background-color: var(--color-text-white);
  color: var(--color-text);
  padding-top: 3rem;
  border-top: 2px solid var(--color-text);
  margin-top: 5rem;
  box-shadow: 5px 0 20px 5px rgba(0, 0, 0, 0.22); }
  .site-footer .footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    background-color: var(--color-text-white);
    color: var(--color-text); }
    .site-footer .footer-top .footer-column {
      flex: 1 1 300px;
      color: var(--color-text); }
      .site-footer .footer-top .footer-column h2, .site-footer .footer-top .footer-column h3, .site-footer .footer-top .footer-column h4, .site-footer .footer-top .footer-column h5, .site-footer .footer-top .footer-column h6 {
        color: var(--color-text);
        font-weight: 700;
        margin-bottom: 1rem; }
      .site-footer .footer-top .footer-column p,
      .site-footer .footer-top .footer-column li,
      .site-footer .footer-top .footer-column a,
      .site-footer .footer-top .footer-column address {
        color: var(--color-text);
        line-height: 1.4;
        font-size: 1.4rem;
        text-decoration: none; }
      .site-footer .footer-top .footer-column p {
        margin-bottom: 1rem; }
      .site-footer .footer-top .footer-column a {
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 2px; }
        .site-footer .footer-top .footer-column a:focus, .site-footer .footer-top .footer-column a:hover {
          text-decoration: underline; }
    .site-footer .footer-top .footer-columns {
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        .site-footer .footer-top .footer-columns {
          flex-direction: row;
          gap: 3rem; } }
    .site-footer .footer-top .footer-column-right iframe {
      width: 100%; }
  .site-footer .footer-center {
    margin-block: 2rem; }
    .site-footer .footer-center .is-layout-flex {
      display: flex;
      align-items: center;
      gap: .5em; }
    @media (max-width: 767px) {
      .site-footer .footer-center .is-nowrap {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; } }
    .site-footer .footer-center img {
      max-height: 7rem;
      width: auto; }
  .site-footer .footer-bottom {
    padding: .5rem 0;
    background-color: var(--color-gray);
    color: var(--color-text-white);
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem; }
    .site-footer .footer-bottom a {
      color: var(--color-text-white);
      text-decoration: underline; }
      .site-footer .footer-bottom a:hover, .site-footer .footer-bottom a:focus {
        opacity: 0.8; }
    .site-footer .footer-bottom-inner {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (min-width: 768px) {
        .site-footer .footer-bottom-inner {
          flex-direction: row; } }

.q_icon_with_title {
  padding: 15px 20px;
  font-size: 1.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-block: 10px;
  transition: all .2s ease-in; }
  @media (min-width: 768px) {
    .q_icon_with_title {
      margin-block: 0;
      font-size: 1.4rem;
      padding-inline: 10px;
      box-shadow: 0 4px 18px transparent;
      border-radius: .4rem; }
      .q_icon_with_title:hover {
        transform: translateY(-6px);
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08); } }
  @media (min-width: 1023px) {
    .q_icon_with_title {
      font-size: 1.8rem;
      padding-inline: 20px; } }
  .q_icon_with_title .icon_holder {
    margin-right: 10px; }
    .q_icon_with_title .icon_holder i {
      color: var(--color-text);
      font-weight: 400; }
  .q_icon_with_title .icon_title {
    color: var(--color-text);
    text-transform: none;
    font-family: inherit;
    font-size: inherit;
    letter-spacing: 0; }
  .q_icon_with_title .icon_text_holder {
    position: static; }
  .q_icon_with_title.tiny .icon_text_holder {
    padding: 0; }
  .q_icon_with_title .icon_text_inner {
    padding: 0; }
  .q_icon_with_title .icon_with_title_link {
    position: absolute;
    inset: 0;
    text-indent: -9999px;
    border: 1px solid var(--color-gray);
    border-radius: .4rem;
    margin: 0; }
  .q_icon_with_title--special .icon_with_title_link {
    border-color: var(--color-orange); }
  .q_icon_with_title--special .icon_holder i {
    color: var(--color-orange); }
  .q_icon_with_title--special .icon_title {
    color: var(--color-orange); }

.qode-info-card {
  border-radius: .4rem;
  overflow: hidden;
  background: var(--bg-color);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .qode-info-card {
      height: 100%;
      margin-bottom: 0; } }
  .qode-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.12); }
  .qode-info-card-image {
    width: 100%;
    height: 180px;
    overflow: hidden; }
    .qode-info-card-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .qode-info-card-title {
    letter-spacing: 0;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--color-text);
    min-height: calc(1.3rem * 3);
    line-height: 1.2; }
    @media (min-width: 768px) {
      .qode-info-card-title {
        font-size: 1.1rem; } }
    @media (min-width: 1023px) {
      .qode-info-card-title {
        font-size: 1.3rem; } }
  .qode-info-card .qode-info-card-text-holder {
    background-color: transparent !important;
    padding: 20px; }
    @media (min-width: 768px) {
      .qode-info-card .qode-info-card-text-holder {
        padding: 10px; } }
    @media (min-width: 1023px) {
      .qode-info-card .qode-info-card-text-holder {
        padding: 20px; } }
  .qode-info-card-link-holder {
    margin-top: 5px; }
    @media (min-width: 768px) {
      .qode-info-card-link-holder {
        margin-top: auto; } }
  .qode-info-card .qode-qbutton-main-color.qode-qbutton-full-width {
    max-width: 220px;
    width: auto;
    padding: 12px 30px;
    border-radius: 6px;
    margin: 0 auto;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    line-height: 1;
    background-color: var(--color-orange);
    color: var(--bg-color); }
    @media (min-width: 768px) {
      .qode-info-card .qode-qbutton-main-color.qode-qbutton-full-width {
        padding-inline: 5px; } }
    @media (min-width: 1023px) {
      .qode-info-card .qode-qbutton-main-color.qode-qbutton-full-width {
        padding: 12px 30px; } }
    .qode-info-card .qode-qbutton-main-color.qode-qbutton-full-width span {
      font-size: 1.1rem; }
      @media (min-width: 768px) {
        .qode-info-card .qode-qbutton-main-color.qode-qbutton-full-width span {
          font-size: 1rem; } }
      @media (min-width: 1023px) {
        .qode-info-card .qode-qbutton-main-color.qode-qbutton-full-width span {
          font-size: 1.1rem; } }

@media (min-width: 768px) {
  .blog_holder:not(.blog_single) {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 0.5rem));
    gap: 1rem; }
    .blog_holder:not(.blog_single) .pagination {
      grid-column: span 2; } }
@media (min-width: 768px) {
  .blog_holder article {
    margin: 0; } }
@media (min-width: 768px) {
  .blog_holder article .post_content_holder {
    display: flex;
    flex-direction: column; } }
@media (min-width: 768px) {
  .blog_holder article .post_content_holder .post_image,
  .blog_holder article .post_content_holder .post_text {
    width: 100%;
    float: none; } }
.blog_holder article .post_content_holder .post_text .post_text_inner {
  padding: .5rem 0;
  background-color: var(--bg-color);
  min-height: auto !important; }
.blog_holder article .post_content_holder .post_info {
  margin: 0 0 1rem;
  font-size: .7em; }
.blog_holder article .post_content_holder .entry_title {
  display: flex;
  flex-direction: column; }
.blog_holder article .post_content_holder .entry_date {
  font-size: 0.8em; }

.pagination ul li a,
.pagination ul li span {
  color: var(--color-text);
  border-color: var(--color-text); }

.pagination ul li a:hover,
.pagination ul li span {
  background-color: var(--color-orange); }

.latest_post_inner .post_infos {
  font-size: .8rem; }

.latest_post_holder.boxes > ul > li, .latest_post_holder.dividers > ul > li {
  background-color: transparent; }

.latest_post_holder.image_on_the_left_boxed .latest_post {
  background-color: transparent; }

/* ========== PSONI: Search shortcode ========== */
.psoni-search {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  padding-bottom: 2rem;
  /* Prosta ikonka lupy bez bibliotek (działa też gdy nie ma FontAwesome) */ }
  .psoni-search__field, .psoni-search__date {
    height: 2.6rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--color-gray);
    border-radius: 4px;
    background: var(--bg-color);
    color: var(--color-text);
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.2; }
  .psoni-search__field {
    flex: 1 1 16rem;
    min-width: 12rem; }
  .psoni-search__date-label {
    font-size: 0.9rem;
    color: var(--color-gray); }
  .psoni-search__date {
    flex: 0 0 auto; }
  .psoni-search__submit {
    height: 2.6rem;
    padding: 0 1rem;
    border: 1px solid var(--color-text);
    background: transparent;
    color: var(--color-text);
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem; }
    .psoni-search__submit:hover {
      border-color: var(--color-orange);
      color: var(--color-orange); }
    .psoni-search__submit:focus-visible {
      outline: 2px solid var(--color-orange);
      outline-offset: 2px; }
  .psoni-search__icon {
    width: 1rem;
    height: 1rem;
    position: relative;
    display: inline-block;
    border: 2px solid currentColor;
    border-radius: 50%;
    box-sizing: border-box; }
    .psoni-search__icon::after {
      content: "";
      position: absolute;
      width: 0.55rem;
      height: 0.12rem;
      background: currentColor;
      right: -0.35rem;
      bottom: -0.1rem;
      transform: rotate(45deg);
      transform-origin: left center; }
  @media (max-width: 767px) {
    .psoni-search {
      align-items: stretch; }
      .psoni-search__field, .psoni-search__date, .psoni-search__submit {
        width: 100%; }
      .psoni-search__date-label {
        width: 100%; } }

.psoni-search-results-header {
  margin: 0 0 1rem; }

.psoni-search-results-title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--color-gray); }

/*# sourceMappingURL=style.css.map */
