.baner-default-copy {
  max-width: 72rem;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.8;
}

.baner-default-copy a,
.baner-default-copy a[style] {
  color: #fff !important;
  font-weight: 700;
  text-decoration: underline !important;
  text-decoration-color: rgba(255, 255, 255, 0.82);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.18em;
}

.baner-default-copy a:hover,
.baner-default-copy a:focus-visible {
  color: #fff7bf !important;
  text-decoration-color: #fff7bf;
}

.baner-default-copy strong,
.baner-default-copy b {
  color: #fff;
}

.astro-comments {
  margin-top: 3rem;
}

.comments-title {
  margin: 0 0 1.25rem;
}

.astro-comments-loading {
  color: #5c6e80;
  line-height: 1.7;
}

.astro-comment-legal p {
  margin: 0;
}

.comment-response-output,
.comment-not-valid-tip {
  display: block;
  margin-top: 0.45rem;
}

.comment-not-valid-tip {
  color: #bf2d2d;
  font-size: 0.875rem;
}

.comment-response-output {
  display: none;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(24, 118, 210, 0.18);
  border-radius: 0;
  background: rgba(24, 118, 210, 0.08);
  color: #18344d;
  line-height: 1.6;
}

.comment-response-output.is-success,
.comment-response-output.is-error {
  display: block;
}

.comment-response-output.is-success {
  border-color: rgba(20, 128, 61, 0.22);
  background: rgba(22, 163, 74, 0.08);
  color: #14532d;
}

.comment-response-output.is-error {
  border-color: rgba(185, 28, 28, 0.2);
  background: rgba(248, 113, 113, 0.08);
  color: #7f1d1d;
}

.single-post-featured-image {
  margin: 0 0 2rem;
}

.blog-posts-single-image picture,
.blog-posts-single-image img {
  display: block;
  width: 100%;
  height: auto;
}

.single-post-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

.wp-block-yoast-faq-block {
  margin: 2rem 0;
}

.wp-block-yoast-faq-block .schema-faq-section {
  margin: 0 0 1rem !important;
  padding: 1.1rem 1.25rem !important;
  border: 1px solid rgba(24, 118, 210, 0.16) !important;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%) !important;
  box-shadow: 0 14px 32px rgba(18, 39, 64, 0.08);
}

.wp-block-yoast-faq-block .schema-faq-question {
  display: block;
  margin: 0;
  color: #12304b !important;
  font-size: 1.08rem;
  line-height: 1.45;
}

.wp-block-yoast-faq-block .schema-faq-answer {
  margin: 0.75rem 0 0 !important;
  color: #43556a;
  line-height: 1.75;
}

.sp-easy-accordion {
  margin: 1.75rem 0 2.25rem;
}

.sp-easy-accordion > .sp-ea-single {
  margin-bottom: 1rem !important;
  border: 1px solid rgba(24, 118, 210, 0.16) !important;
  border-radius: 18px !important;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%) !important;
  box-shadow: 0 14px 32px rgba(18, 39, 64, 0.08);
}

.sp-easy-accordion > .sp-ea-single > .ea-header a {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.05rem 1.2rem !important;
  color: #12304b !important;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.sp-easy-accordion > .sp-ea-single > .ea-header a:hover {
  color: #1876d2 !important;
}

.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon {
  flex: 0 0 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0 !important;
  border-radius: 999px;
  background: rgba(24, 118, 210, 0.1);
  color: #1876d2 !important;
  font-size: 0.95rem !important;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon::before {
  content: "+";
  font-family: inherit;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
}

.sp-easy-accordion > .sp-ea-single > .ea-header a[aria-expanded="true"] .ea-expand-icon {
  transform: rotate(45deg);
  background: rgba(24, 118, 210, 0.16);
}

.sp-easy-accordion > .sp-ea-single > .ea-header a[aria-expanded="true"] .ea-expand-icon::before {
  content: "\2212";
}

.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  padding: 0 1.2rem 1.15rem !important;
  background: transparent !important;
  color: #43556a !important;
  line-height: 1.75;
}

.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body > *:first-child {
  margin-top: 0;
}

.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body > *:last-child {
  margin-bottom: 0;
}

.header-info .header-info-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  overflow: visible;
}

.header-info .header-button {
  flex: 0 1 auto;
  min-width: 0;
}

.header-info .header-button a {
  white-space: nowrap;
}

.header-info .header-search {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin-left: 0.75rem;
  z-index: 3;
}

.header-info .header-search > span,
.header-info .header-search > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  cursor: pointer;
}

.header-info .header-search > button {
  padding: 9px 10px;
  border: 0;
  background: #1876d2;
  line-height: 0;
}

.header-info .header-search > span img,
.header-info .header-search > button img {
  display: block;
  width: 28px;
  height: 33px;
  max-width: none;
}

.header-info .header-search-form {
  top: calc(100% + 0.7rem) !important;
  right: 0 !important;
  left: auto !important;
  width: min(26rem, calc(100vw - 2rem)) !important;
  padding: 0 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.5rem);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease !important;
  z-index: 70;
}

.header-info .header-search.is-open .header-search-form,
.header-info .header-search:focus-within .header-search-form,
.header-info .header-search-form.-is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.header-info .header-search-form form,
.header-info .header-search-form form.hidden {
  display: block;
  margin: 0;
}

.header-info .header-search-form form > div {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(24, 118, 210, 0.26);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 42px rgba(18, 39, 64, 0.16);
}

.header-info .header-search-form form input[type="text"] {
  width: 100% !important;
  min-width: 0;
  min-height: 3.25rem;
  padding: 0 1rem;
  border: 0 !important;
}

.header-info .header-search-form form input[type="text"]:focus {
  outline: none;
}

.header-info .header-search-form form .btn-primary {
  width: auto !important;
  min-width: 7rem;
  padding: 0 1.25rem !important;
  border-radius: 0 !important;
  box-shadow: none;
}

.astro-search-results {
  max-width: 64rem;
}

.astro-search-results-intro {
  margin-bottom: 1.25rem;
  color: #43556a;
  line-height: 1.75;
}

.astro-search-page-form {
  margin-bottom: 1.5rem;
}

.astro-search-page-controls {
  display: flex;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 118, 210, 0.2);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(18, 39, 64, 0.08);
}

.astro-search-page-controls input[type="search"] {
  width: 100%;
  min-width: 0;
  min-height: 3.5rem;
  padding: 0 1.1rem;
  border: 0;
  color: #18344d;
  font-size: 1rem;
}

.astro-search-page-controls input[type="search"]:focus {
  outline: none;
}

.astro-search-page-controls .btn-primary {
  min-width: 8.5rem;
  border-radius: 0 !important;
  box-shadow: none;
}

.astro-search-results-meta {
  margin-bottom: 1.2rem;
  color: #5c6e80;
  line-height: 1.65;
}

.astro-search-results-list {
  display: grid;
  gap: 1rem;
}

.astro-search-result {
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(24, 118, 210, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  box-shadow: 0 14px 28px rgba(18, 39, 64, 0.06);
}

.astro-search-result-type,
.astro-search-result-url {
  margin: 0 0 0.45rem;
  color: #5c6e80;
  font-size: 0.85rem;
}

.astro-search-result-title {
  margin: 0 0 0.55rem;
  font-size: 1.2rem;
  line-height: 1.4;
}

.astro-search-result-title a {
  color: #12304b;
  text-decoration: none;
}

.astro-search-result-title a:hover,
.astro-search-result-title a:focus-visible {
  color: #1876d2;
}

.astro-search-result-excerpt {
  margin: 0;
  color: #43556a;
  line-height: 1.75;
}

@media (max-width: 991px) {
  .header-info .header-search-form {
    width: min(24rem, calc(100vw - 1.5rem)) !important;
  }
}

@media (max-width: 767px) {
  .wp-block-yoast-faq-block .schema-faq-section,
  .sp-easy-accordion > .sp-ea-single {
    border-radius: 14px !important;
  }

  .sp-easy-accordion > .sp-ea-single > .ea-header a {
    padding: 0.95rem 1rem !important;
    gap: 0.75rem;
  }

  .sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
    padding: 0 1rem 1rem !important;
  }

  .header-info .header-search {
    margin-left: 0.5rem;
  }

  .header-info .header-info-inner {
    gap: 0.4rem;
  }

  .header-info .header-search > span,
  .header-info .header-search > button {
    display: inline-flex !important;
    min-width: 44px;
    min-height: 44px;
    padding: 0.35rem 0.5rem !important;
  }

  .header-info .header-search-form {
    position: absolute !important;
    width: min(22rem, calc(100vw - 1rem)) !important;
  }

  .header-info .header-search-form form input[type="text"] {
    min-height: 3rem;
  }

  .astro-search-page-controls {
    flex-direction: column;
    border-radius: 16px;
  }

  .astro-search-page-controls .btn-primary {
    width: 100%;
    min-height: 3.2rem;
    border-radius: 0 0 16px 16px !important;
  }
}

/* Production parity fixes */

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.wp-block-image img,
.wprt-container img,
.blog-last-3-inner img,
.omnie picture img,
.opis-right picture img,
.kontakt picture img,
.footer-referencje img,
.entry picture img {
  height: auto !important;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row > [class*="col-"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-sm-6,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.card-group {
  display: flex;
  flex-flow: row wrap;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}

.card-body {
  flex: 1 1 auto;
}

.card-img-top {
  width: 100%;
  height: auto;
}

.header-info .header-info-inner,
.nav-bar-inner,
.top-header .top-header-inner,
.footer-copy div {
  display: flex;
}
