/* Style artykułów blogowych - sklepogrodidom.pl
   Ważne: style są ograniczone tylko do treści bloga,
   żeby nie psuły opisów produktów tworzonych przez Block Editor. */

/* Główny kontener treści bloga */
.blog-content .rte-content .pse-div {
    max-width: 980px;
    margin: 0;
    padding: 24px 18px;
    box-sizing: border-box;
    color: #1f2933;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.65;
    text-align: left;
}

.blog-content .rte-content .pse-div * {
    box-sizing: border-box;
}

/* Nagłówki */
.blog-content .rte-content .pse-h2 {
    margin: 34px 0 14px;
    color: #111827;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}

.blog-content .rte-content .pse-h3 {
    margin: 26px 0 10px;
    color: #111827;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
}

/* Akapity */
.blog-content .rte-content .pse-p {
    margin: 0 0 16px;
    color: #1f2933;
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
}

.blog-content .rte-content .pse-lead {
    font-size: 18px;
    line-height: 1.7;
}

/* Linki */
.blog-content .rte-content .pse-a {
    color: #0B6D6D;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.blog-content .rte-content .pse-a:hover {
    color: #084f4f;
}

/* Listy */
.blog-content .rte-content .pse-ol,
.blog-content .rte-content .pse-ul {
    margin: 0 0 18px 22px;
    padding: 0;
    text-align: left;
}

.blog-content .rte-content .pse-li {
    margin: 8px 0;
    color: #1f2933;
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
}

/* Boksy informacyjne */
.blog-content .rte-content .pse-box {
    margin: 28px 0;
    padding: 22px;
    border: 1px solid #c9ded8;
    border-left: 5px solid #0B6D6D;
    border-radius: 8px;
    background: #f6fbfa;
    text-align: left;
}

.blog-content .rte-content .pse-box-title {
    margin: 0 0 12px;
    color: #0f2f2f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
}

/* Grid tylko w blogu.
   To było źródło problemu z produktami, dlatego NIE może być globalne jako .pse-grid. */
.blog-content .rte-content .pse-grid {
    display: block;
    margin: 24px 0;
    text-align: left;
}

/* Karty */
.blog-content .rte-content .pse-card {
    display: block;
    margin: 0 0 16px;
    padding: 18px;
    border: 1px solid #dce5e2;
    border-radius: 8px;
    background: #ffffff;
    text-align: left;
}

.blog-content .rte-content .pse-card .pse-h3,
.blog-content .rte-content .pse-card h3 {
    margin-top: 0;
}

/* Tabele */
.blog-content .rte-content .pse-table-wrap {
    max-width: 100%;
    margin: 26px 0;
    overflow-x: auto;
}

.blog-content .rte-content .pse-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    color: #1f2933;
    font-size: 18px;
    text-align: left;
}

.blog-content .rte-content .pse-table th,
.blog-content .rte-content .pse-table td {
    padding: 13px 14px;
    border: 1px solid #dfe7e4;
    text-align: left;
    vertical-align: top;
}

.blog-content .rte-content .pse-table th {
    background: #edf6f3;
    color: #102a2a;
    font-weight: 700;
}

.blog-content .rte-content .pse-table tr:nth-child(even) td {
    background: #fafcfc;
}

/* Checklisty */
.blog-content .rte-content .pse-checklist {
    margin: 24px 0;
    padding: 20px 22px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #f9fafb;
    text-align: left;
}

/* FAQ */
.blog-content .rte-content .pse-faq {
    margin: 34px 0 10px;
    padding: 24px;
    border: 1px solid #c9ded8;
    border-radius: 8px;
    background: #f7fbfb;
    text-align: left;
}

.blog-content .rte-content .pse-faq .pse-h2 {
    margin-top: 0;
}

/* Pogrubienia w blogu */
.blog-content .rte-content .pse-div strong,
.blog-content .rte-content .pse-div b {
    color: #111827;
    font-weight: 700;
}

/* Mobile - tylko blog */
@media (max-width: 640px) {
    .blog-content .rte-content .pse-div {
        padding: 18px 14px;
    }

    .blog-content .rte-content .pse-h2 {
        font-size: 23px;
    }

    .blog-content .rte-content .pse-h3 {
        font-size: 19px;
    }

    .blog-content .rte-content .pse-box,
    .blog-content .rte-content .pse-faq,
    .blog-content .rte-content .pse-checklist,
    .blog-content .rte-content .pse-card {
        padding: 18px;
    }

    .blog-content .rte-content .pse-table {
        min-width: 620px;
    }
}


.vpd,
.vpd * {
  box-sizing: border-box !important;
}

.vpd {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #1f2937 !important;
  background: #ffffff !important;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.vpd__wrap {
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 32px 20px 64px !important;
}

.vpd p,
.vpd li,
.vpd td,
.vpd span,
.vpd div {
  color: inherit;
}

.vpd p {
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #4b5563 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.vpd p:last-child {
  margin-bottom: 0 !important;
}

.vpd strong {
  font-weight: 700 !important;
  color: #1f2937 !important;
}

.vpd a {
  color: #249a8d !important;
}

.vpd__hero,
.vpd__section {
  display: block !important;
  width: 100% !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 20px !important;
  box-shadow: none !important;
}

.vpd__hero {
  background: linear-gradient(135deg, #e8f7f5 0%, #ffffff 62%) !important;
  padding: 36px 28px !important;
  margin: 0 0 32px !important;
}

.vpd__section {
  background: #ffffff !important;
  padding: 28px 26px !important;
  margin: 0 0 24px !important;
}

.vpd__section--soft {
  background: #e8f7f5 !important;
}

.vpd__badge {
  display: inline-block !important;
  width: auto !important;
  background: #33b7a8 !important;
  color: #ffffff !important;
  padding: 6px 14px !important;
  margin: 0 0 16px !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: .3px !important;
}

.vpd__hero-title,
.vpd__title {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 0 0 10px !important;
  margin: 0 0 14px !important;
  border: 0 !important;
  border-bottom: 2px solid #33b7a8 !important;
  background: transparent !important;
  color: #0f172a !important;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.vpd__hero-title {
  display: block !important;
  padding: 0 !important;
  border-bottom: 0 !important;
  font-size: 34px !important;
  margin-bottom: 12px !important;
}

.vpd__title {
  font-size: 26px !important;
}

.vpd__subtitle {
  margin: 28px 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #0f172a !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
}

.vpd__lead {
  max-width: 820px !important;
  margin: 0 !important;
  color: #4b5563 !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.vpd__grid {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  gap: 14px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.vpd__grid--tiles {
  margin-top: 28px !important;
}

.vpd__grid--features {
  margin-top: 20px !important;
}

.vpd__grid--layers,
.vpd__grid--steps,
.vpd__grid--links {
  gap: 12px !important;
  margin-top: 18px !important;
}

.vpd__grid--mount {
  margin-top: 16px !important;
}

.vpd__split {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 28px !important;
  align-items: center !important;
}

.vpd__split > div:first-child {
  flex: 1 1 520px !important;
}

.vpd__split > div:last-child {
  flex: 1 1 420px !important;
}

.vpd__grid--tiles > .vpd__tile {
  flex: 1 1 300px !important;
}

.vpd__grid--features > .vpd__card,
.vpd__grid--layers > .vpd__layer,
.vpd__grid--steps > .vpd__step,
.vpd__grid--links > a {
  flex: 1 1 230px !important;
}

.vpd__grid--mount > .vpd__card,
.vpd__grid--mount > .vpd__cta {
  flex: 1 1 360px !important;
}

.vpd__tile,
.vpd__card,
.vpd__step,
.vpd__layer {
  display: block !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  color: #1f2937 !important;
}

.vpd__tile {
  display: flex !important;
  gap: 12px !important;
  align-items: flex-start !important;
  min-height: 94px !important;
  padding: 16px !important;
}

.vpd__tile strong,
.vpd__tile span,
.vpd__card strong,
.vpd__card span,
.vpd__step strong,
.vpd__step span,
.vpd__layer strong,
.vpd__layer span {
  display: block !important;
}

.vpd__tile strong,
.vpd__card strong,
.vpd__step strong,
.vpd__layer strong {
  margin: 0 0 4px !important;
  color: #1f2937 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

.vpd__tile span:not(.vpd__icon),
.vpd__card span:not(.vpd__icon),
.vpd__step span,
.vpd__layer span {
  color: #4b5563 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.vpd__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 0 10px !important;
  border-radius: 10px !important;
  background: #e8f7f5 !important;
  color: #249a8d !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.vpd__tile .vpd__icon {
  margin-bottom: 0 !important;
}

.vpd__photo {
  display: block !important;
  overflow: hidden !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 16px !important;
  background: #f8fafc !important;
}

.vpd__photo img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  border: 0 !important;
}

.vpd__card {
  min-height: 164px !important;
  padding: 18px !important;
}

.vpd__card ul {
  margin: 8px 0 0 !important;
  padding-left: 18px !important;
  color: #4b5563 !important;
  font-size: 14px !important;
}

.vpd__card li {
  margin: 0 0 4px !important;
  padding: 0 !important;
  color: #4b5563 !important;
  line-height: 1.45 !important;
}

.vpd__layer {
  position: relative !important;
  min-height: 170px !important;
  padding: 18px !important;
  border-left: 4px solid #33b7a8 !important;
  overflow: hidden !important;
}

.vpd__layer em {
  position: absolute !important;
  top: 12px !important;
  right: 14px !important;
  color: #e8f7f5 !important;
  font-size: 34px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.vpd__layer > i {
  display: block !important;
  margin: 0 0 8px !important;
  color: #249a8d !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

.vpd__step {
  min-height: 148px !important;
  padding: 18px !important;
}

.vpd__step b {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 0 10px !important;
  border-radius: 50% !important;
  background: #33b7a8 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.vpd__alert {
  display: flex !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin: 20px 0 0 !important;
  padding: 16px !important;
  border: 1px solid #f5d98a !important;
  border-radius: 12px !important;
  background: #fff8e6 !important;
  color: #1f2937 !important;
  font-size: 14.5px !important;
  line-height: 1.55 !important;
}

.vpd__alert i {
  flex: 0 0 auto !important;
  margin-top: 3px !important;
  color: #b7791f !important;
  font-size: 22px !important;
}

.vpd__cta {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 190px !important;
  padding: 20px !important;
  border-radius: 14px !important;
  background: #33b7a8 !important;
  color: #ffffff !important;
}

.vpd__cta > i {
  display: block !important;
  margin: 0 0 8px !important;
  color: #ffffff !important;
  font-size: 22px !important;
}

.vpd__cta strong,
.vpd__cta p,
.vpd__cta b {
  color: #ffffff !important;
}

.vpd__cta strong {
  display: block !important;
  margin-bottom: 6px !important;
  font-size: 17px !important;
}

.vpd__cta p {
  margin: 0 !important;
  font-size: 14.5px !important;
  opacity: .96 !important;
}

.vpd__cta a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  align-self: flex-start !important;
  margin-top: 14px !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #249a8d !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.vpd__table-wrap {
  width: 100% !important;
  overflow-x: auto !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 14px !important;
  background: #ffffff !important;
}

.vpd__table {
  width: 100% !important;
  min-width: 560px !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  background: #ffffff !important;
  color: #4b5563 !important;
  font-size: 14.5px !important;
}

.vpd__table th,
.vpd__table td {
  padding: 12px 16px !important;
  border: 0 !important;
  border-top: 1px solid #e5e7eb !important;
  background: transparent !important;
  color: #4b5563 !important;
  font-size: 14.5px !important;
  line-height: 1.45 !important;
  text-align: left !important;
  vertical-align: top !important;
}

.vpd__table tr:first-child td,
.vpd__table thead tr:first-child th {
  border-top: 0 !important;
}

.vpd__table tbody tr:nth-child(odd) {
  background: #fbfdfd !important;
}

.vpd__table td:first-child,
.vpd__table--compare td:first-child {
  width: 40% !important;
  color: #1f2937 !important;
  font-weight: 700 !important;
}

.vpd__table th {
  background: #e8f7f5 !important;
  color: #0f172a !important;
  font-weight: 700 !important;
}

.vpd__table--compare td:nth-child(2),
.vpd__section--soft .vpd__table tbody td:last-child {
  color: #249a8d !important;
  font-weight: 700 !important;
}

.vpd__hint {
  margin-top: 10px !important;
  color: #4b5563 !important;
  font-size: 13px !important;
}

.vpd__faq {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-top: 12px !important;
}

.vpd__faq details {
  display: block !important;
  overflow: hidden !important;
  margin: 0 !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  background: #ffffff !important;
}

.vpd__faq summary {
  display: block !important;
  position: relative !important;
  padding: 16px 46px 16px 18px !important;
  cursor: pointer !important;
  color: #0f172a !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  list-style: none !important;
}

.vpd__faq summary::-webkit-details-marker {
  display: none !important;
}

.vpd__faq summary::after {
  content: "\f078" !important;
  position: absolute !important;
  right: 18px !important;
  top: 18px !important;
  color: #249a8d !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-size: 14px !important;
}

.vpd__faq details[open] summary::after {
  transform: rotate(180deg) !important;
}

.vpd__faq details > div {
  padding: 0 18px 16px !important;
  color: #4b5563 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.vpd__grid--links a {
  display: block !important;
  min-height: 58px !important;
  padding: 16px 18px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #1f2937 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.vpd__grid--links a:hover {
  border-color: #33b7a8 !important;
  background: #e8f7f5 !important;
  color: #1f2937 !important;
}

.vpd__note {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 18px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
  color: #4b5563 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.vpd__note div {
  color: #4b5563 !important;
}

.vpd__note i {
  margin-right: 6px !important;
  color: #249a8d !important;
}

.vpd__note strong {
  color: #1f2937 !important;
}

@media (max-width: 1024px) {
  .vpd__grid--tiles,
  .vpd__grid--features,
  .vpd__grid--layers,
  .vpd__grid--steps,
  .vpd__grid--links {
    display: flex !important;
  }
}

@media (max-width: 720px) {
  .vpd__wrap {
    padding: 20px 0 36px !important;
  }

  .vpd__hero,
  .vpd__section {
    border-radius: 14px !important;
    padding: 22px 16px !important;
  }

  .vpd__hero-title {
    font-size: 26px !important;
  }

  .vpd__title {
    font-size: 22px !important;
  }

  .vpd__split,
  .vpd__grid--tiles,
  .vpd__grid--features,
  .vpd__grid--layers,
  .vpd__grid--steps,
  .vpd__grid--mount,
  .vpd__grid--links {
    display: flex !important;
  }

  .vpd__split > div,
  .vpd__grid--tiles > .vpd__tile,
  .vpd__grid--features > .vpd__card,
  .vpd__grid--layers > .vpd__layer,
  .vpd__grid--steps > .vpd__step,
  .vpd__grid--mount > .vpd__card,
  .vpd__grid--mount > .vpd__cta,
  .vpd__grid--links > a {
    flex-basis: 100% !important;
  }
}

