body.single-post #content.site-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 94px 24px 110px !important;
  background: #f6f6f6;
  color: #151515;
  font-family: Arial, Helvetica, sans-serif;
}

body.single-post #content.site-main,
body.single-post #content.site-main * {
  box-sizing: border-box;
}

body.single-post #content.site-main > .page-header {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 38px !important;
  padding: 0 !important;
}

body.single-post #content.site-main > .page-header::before {
  display: block;
  width: max-content;
  margin-bottom: 18px;
  padding-left: 42px;
  background: linear-gradient(#e3261c, #e3261c) left center / 30px 2px no-repeat;
  color: #e3261c;
  content: "Aktualności";
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.single-post #content.site-main .entry-title {
  max-width: 900px;
  margin: 0 !important;
  color: #151515 !important;
  font-size: clamp(44px, 5.5vw, 72px) !important;
  font-weight: 900 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
}

body.single-post #content.site-main > .page-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto !important;
  padding: 0 !important;
}

.superis-single-entry {
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(21, 21, 21, 0.08);
}

.superis-single-entry__meta {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 24px 48px;
  gap: 12px;
  border-bottom: 1px solid #eeeeee;
  color: #e3261c;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.superis-single-entry__meta span {
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #c7c7c7;
}

.superis-single-entry__meta strong {
  color: #595959;
  font: inherit;
}

.superis-single-entry__media {
  width: auto;
  margin: 0 48px !important;
  overflow: hidden;
  border-radius: 20px;
  background: #eeeeee;
}

.superis-single-entry__image {
  display: block;
  width: 100%;
  height: auto !important;
  max-height: 620px;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
}

.superis-single-entry__content {
  padding: 38px 48px 42px;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 1.8;
}

.superis-single-entry__content > :first-child {
  margin-top: 0 !important;
}

.superis-single-entry__content > :last-child {
  margin-bottom: 0 !important;
}

.superis-single-entry__content p {
  margin: 0 0 1.35em !important;
  color: #555555 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.superis-single-entry__content > p:first-child {
  color: #292929 !important;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.7 !important;
}

.superis-single-entry__content h2,
.superis-single-entry__content h3,
.superis-single-entry__content h4 {
  margin: 1.35em 0 0.55em !important;
  color: #151515 !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
}

.superis-single-entry__content h2 {
  font-size: clamp(30px, 4vw, 44px) !important;
}

.superis-single-entry__content h3 {
  font-size: clamp(24px, 3vw, 32px) !important;
}

.superis-single-entry__content h4 {
  font-size: 22px !important;
}

.superis-single-entry__content ul,
.superis-single-entry__content ol {
  margin: 0 0 1.5em !important;
  padding-left: 1.35em !important;
}

.superis-single-entry__content li {
  margin-bottom: 0.55em;
}

.superis-single-entry__content a {
  color: #e3261c !important;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.superis-single-entry__content blockquote {
  margin: 34px 0 !important;
  padding: 22px 26px !important;
  border: 0 !important;
  border-left: 4px solid #e3261c !important;
  background: #f7f7f7;
  color: #292929;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
}

.superis-single-entry__content img {
  height: auto;
  border-radius: 18px;
}

.superis-single-entry__footer {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 20px 48px;
  border-top: 1px solid #eeeeee;
  background: #fbfbfb;
}

.superis-single-entry__footer a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #151515 !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
}

.superis-single-entry__footer a span:first-child {
  color: #e3261c;
  font-size: 19px;
  transition: transform 0.2s ease;
}

.superis-single-entry__footer a:hover span:first-child,
.superis-single-entry__footer a:focus-visible span:first-child {
  transform: translateX(-4px);
}

.superis-related-news {
  margin-top: 70px;
}

.superis-related-news__heading {
  margin-bottom: 28px;
}

.superis-related-news__heading p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px !important;
  color: #e3261c !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase;
}

.superis-related-news__heading p::before {
  width: 30px;
  height: 2px;
  content: "";
  background: #e3261c;
}

.superis-related-news__heading h2 {
  margin: 0 !important;
  color: #151515 !important;
  font-size: clamp(34px, 4vw, 48px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.045em !important;
}

.superis-related-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.superis-related-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(21, 21, 21, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.superis-related-card:hover {
  box-shadow: 0 18px 42px rgba(21, 21, 21, 0.11);
  transform: translateY(-4px);
}

.superis-related-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eeeeee;
}

.superis-related-card__image {
  display: block;
  width: 100%;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.superis-related-card:hover .superis-related-card__image {
  transform: scale(1.04);
}

.superis-related-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: linear-gradient(135deg, rgba(227, 38, 28, 0.12), transparent 60%), #eeeeee;
}

.superis-related-card__placeholder span {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 17px;
  background: #e3261c;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.superis-related-card__body {
  padding: 22px 22px 25px;
}

.superis-related-card__body time {
  display: block;
  margin-bottom: 10px;
  color: #e3261c;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.superis-related-card__body h3 {
  margin: 0 !important;
  color: #151515 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.025em !important;
}

.superis-related-card__body h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.superis-related-card__body h3 a:hover,
.superis-related-card__body h3 a:focus-visible {
  color: #e3261c !important;
}

@media (max-width: 1024px) {
  body.single-post #content.site-main {
    padding: 76px 28px 90px !important;
  }

  .superis-related-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.single-post #content.site-main {
    padding: 58px 18px 72px !important;
  }

  body.single-post #content.site-main > .page-header {
    margin-bottom: 28px !important;
  }

  body.single-post #content.site-main .entry-title {
    font-size: clamp(38px, 12vw, 52px) !important;
  }

  .superis-single-entry {
    border-radius: 22px;
  }

  .superis-single-entry__meta {
    min-height: 68px;
    padding: 20px 22px;
  }

  .superis-single-entry__media {
    margin: 0 22px !important;
    border-radius: 16px;
  }

  .superis-single-entry__content {
    padding: 30px 22px 34px;
    font-size: 16px;
    line-height: 1.75;
  }

  .superis-single-entry__content > p:first-child {
    font-size: 18px !important;
  }

  .superis-single-entry__footer {
    min-height: 70px;
    padding: 18px 22px;
  }

  .superis-related-news {
    margin-top: 56px;
  }

  .superis-related-news__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .superis-single-entry__footer a span:first-child,
  .superis-related-card,
  .superis-related-card__image {
    transition: none !important;
  }
}
