.sh-related{margin:64px 0 48px;padding:0}.sh-related-inner{max-width:1100px;margin:0 auto;padding:0 16px}.sh-related-head{margin-bottom:32px;text-align:left;padding-bottom:16px;border-bottom:2px solid var(--sh-red);display:inline-block}.sh-related-head .sh-kicker{display:block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sh-red);margin-bottom:6px}.sh-related-head h2{font-family:var(--sh-font-sans);font-size:clamp(1.5rem, 2.5vw, 2rem);margin:0;font-weight:800;color:var(--sh-color-text-strong);letter-spacing:-.01em}.sh-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:900px){.sh-related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.sh-related-grid{grid-template-columns:1fr}}.sh-related-card{background:var(--sh-white);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:transform 0.2s ease,box-shadow 0.2s ease;border:1px solid var(--sh-border-soft)}.sh-related-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgb(17 17 17 / .1)}.sh-related-media{position:relative;display:block;aspect-ratio:3 / 2;overflow:hidden;background:var(--sh-gray-200)}.sh-related-media img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.sh-related-card:hover .sh-related-media img{transform:scale(1.04)}.sh-related-badge{position:absolute;bottom:10px;left:10px}.sh-related-badge .sh-badge{display:inline-block;padding:4px 10px;border-radius:4px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sh-related-badge .sh-badge-red{background:var(--sh-red);color:var(--sh-offwhite)}.sh-related-body{padding:14px 16px 18px;display:flex;flex-direction:column;flex:1}.sh-related-title{font-size:.95rem;line-height:1.35;margin:0 0 10px;font-weight:700;flex:1}.sh-related-title a{color:var(--sh-color-text-strong);text-decoration:none}.sh-related-title a:hover{color:var(--sh-red)}.sh-related-date{font-size:12px;color:var(--sh-color-text-muted);font-weight:500}.sh-related-card--rocznica{border-color:var(--sh-color-text-strong)}.sh-related-badge .sh-badge-rocznica{background:var(--sh-color-text-strong);color:var(--sh-offwhite)}