/**
 * SKCH – treść ze skch.pl (galerie, aktualności, strony)
 */

:root {
	--skch-content-max: min(1200px, calc(100vw - 3rem));
	--skch-page-gutter: clamp(1.25rem, 4vw, 2.5rem);
}

/* Wyłącz capitalize/title-case z motywu GP Ease */
body :is(
	.gbp-button--primary,
	.gbp-button--secondary,
	.gbp-button--tertiary,
	.gb-text.gbp-button--primary,
	.gb-text.gbp-button--secondary,
	.main-navigation .main-nav a,
	.slideout-navigation .main-nav a,
	.gb-text.gbp-section__tagline,
	.gb-text.gbp-section__headline,
	.page-hero h1,
	.page-hero .gb-text-b4f2f1e6,
	.skch-page-hero .gb-text-b4f2f1e6
) {
	text-transform: none !important;
}

/* --- Podstrony z hero: szerokość wyrównana z tytułem --- */
.skch-page-hero .gb-element-598b3487 {
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: var(--skch-page-gutter);
	box-sizing: border-box;
}

.skch-page-hero .page-hero {
	margin-bottom: 0;
}

.skch-page-hero .gb-element-212c8daf {
	min-height: clamp(220px, 32vw, 360px);
}

.skch-page-hero #page.site.grid-container {
	max-width: 1280px;
	padding-inline: var(--skch-page-gutter);
}

.skch-page-hero .site-content {
	padding-top: 3rem;
	padding-bottom: 2.5rem;
}

.skch-page-hero #page.site.grid-container {
	margin-top: 0;
}

.skch-no-page-hero .gb-element-212c8daf {
	display: none !important;
}

.skch-no-page-hero .site-content {
	padding-top: 2rem;
}

.skch-no-page-hero #page.site.grid-container {
	max-width: 1280px;
	padding-inline: var(--skch-page-gutter);
}

.skch-page-hero .inside-article,
.skch-page-hero .entry-content,
.skch-oferta-page .entry-content,
.skch-onas-page .entry-content,
.skch-co-robimy-page .entry-content,
.skch-harmonogram-page .entry-content,
.skch-zespol-page .entry-content,
.skch-kontakt-page .entry-content,
.skch-members-page .entry-content,
.skch-sprawozdania-page .entry-content,
.skch-donation-page .entry-content {
	max-width: var(--skch-content-max);
	margin-inline: auto;
	padding-inline: 0;
	padding-top: 0;
}

/* Data w nagłówku wpisu/albumu */
.entry-content .news-date {
	display: inline-block;
	min-width: 200px;
	padding: 8px 14px;
	margin-bottom: 1rem;
	background-color: #128389;
	color: #fff;
	font-size: 0.95rem;
}

.entry-content .news-date .fa {
	margin-right: 0.35em;
}

/* Galeria miniatur */
.entry-content .post-gallery-wrapper {
	margin-top: 1.5rem;
}

.entry-content .post-gallery-head {
	font-weight: 600;
	margin-bottom: 0.75rem;
	font-size: 1.1rem;
}

.entry-content .post-gallery-thumbs {
	line-height: 0;
}

.entry-content .gallery_thumbnail,
.entry-content img.skch-gallery-thumb {
	width: 130px;
	height: 130px;
	margin: 10px;
	display: inline-block;
	object-fit: cover;
	border: 1px solid #dbdbdb;
	vertical-align: top;
}

.entry-content .post-gallery-thumbs a {
	display: inline-block;
	text-decoration: none;
}

.entry-content .post-gallery-thumbs a:focus-visible .gallery_thumbnail {
	outline: 3px solid #128389;
	outline-offset: 2px;
}

/* Ukryj zdublowany tytuł WP gdy jest w hero GeneratePress */
.page-hero .gb-text-b4f2f1e6 + .site .entry-header .entry-title,
.skch-page-hero .entry-header {
	display: none !important;
}

/* Powtórzony nagłówek GB na początku treści (pod hero) */
.skch-page-hero .entry-content > section:first-child .gbp-section__headline:first-child,
.skch-page-hero .entry-content > .gbp-section:first-child .gbp-section__headline:first-child,
.skch-page-hero .entry-content > :is(h1, h2):first-child,
.skch-page-hero .entry-content > .gbp-section__headline:first-child,
.skch-page-hero .entry-content > .gb-text.gbp-section__headline:first-child,
.skch-dolacz-page .entry-content > :is(h1, h2):first-child,
.skch-dolacz-page .entry-content > .gbp-section__headline:first-child,
.skch-dolacz-page .entry-content > .gb-text.gbp-section__headline:first-child {
	display: none !important;
}

.entry-content .col-container-main {
	margin-bottom: 2rem;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

/* --- Strona główna: pusty page-hero GP (hero jest w treści) --- */
.skch-homepage .page-hero {
	display: none !important;
}

/* --- Single post (aktualności SKCH) --- */
.skch-single-post .page-hero {
	display: none !important;
}

.skch-single-post .site-content {
	padding: 2rem 1.5rem 3rem;
}

.skch-single-post .inside-article {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
	padding: 0 0 2rem;
	overflow: hidden;
}

.skch-single-hero {
	padding: 1.75rem 2rem 1.25rem;
	border-bottom: 1px solid #e8e8e8;
	background: #fafafa;
}

.skch-single-hero__back {
	margin: 0 0 0.75rem;
	font-size: 0.9rem;
}

.skch-single-hero__back a {
	color: #128389;
	text-decoration: none;
}

.skch-single-hero__back a:hover {
	text-decoration: underline;
}

.skch-single-hero__title {
	margin: 0;
	font-size: 1.75rem;
	line-height: 1.3;
	font-weight: 600;
	color: #1a1a1a;
}

.skch-single-post .entry-content {
	max-width: 100%;
	padding: 1.5rem 2rem 0;
}

.skch-single-post .entry-content .news-date {
	display: inline-block !important;
	width: auto !important;
	min-width: 0 !important;
	margin: 0 0 1.25rem !important;
	padding: 8px 14px !important;
	background-color: #128389 !important;
	color: #fff !important;
	font-size: 0.95rem;
	border-radius: 3px;
}

.skch-single-post .entry-content > img,
.skch-single-post .entry-content img.skch-post-image,
.skch-single-post .entry-content .skch-post-figure img,
.skch-single-post .entry-content .news-container img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
	margin: 0 auto 1.5rem;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	background: #f8fafb;
}

.skch-single-post .entry-content .skch-post-figure {
	margin: 0 0 1.5rem;
}

.skch-single-post .entry-content [id^="img_container_"] {
	width: 100%;
	height: auto;
	min-height: 200px;
	aspect-ratio: 16 / 9;
	max-height: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #f8fafb;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	margin: 0 0 1.5rem;
}

.skch-single-post .entry-content .news-container {
	padding: 1.5rem 1.25rem;
	margin-bottom: 0;
	background: #fff;
	border-left: 4px solid #128389;
	border-radius: 0 4px 4px 0;
}

/* Układ dwukolumnowy ze starej strony (obrazek + tekst) */
.skch-single-post .entry-content .news-container > .col-sm-5,
.skch-single-post .entry-content .news-container > .col-sm-7 {
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.skch-single-post .entry-content .news-container:has(.col-sm-5) {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
	gap: 1.5rem;
	align-items: start;
}

@media (max-width: 767px) {
	.skch-single-post .site-content {
		padding: 1.5rem 1rem 2rem;
	}

	.skch-single-post .inside-article {
		border-radius: 0;
		box-shadow: none;
	}

	.skch-single-hero,
	.skch-single-post .entry-content {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.skch-single-hero__title {
		font-size: 1.4rem;
	}

	.skch-single-post .entry-content .news-container:has(.col-sm-5) {
		grid-template-columns: 1fr;
	}
}

.skch-single-post .entry-content .col-sm-12 {
	max-width: 100%;
}

.skch-single-post .entry-content .col-container-main p:last-child {
	margin-bottom: 0;
}

.skch-single-post .entry-content .post-gallery-head {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid #e0e0e0;
	color: #128389;
}

.skch-single-post .entry-content ul {
	padding-left: 1.25rem;
}

.skch-single-post .entry-content ol {
	padding-left: 1.5rem;
}

.skch-single-post .entry-content li {
	margin-bottom: 0.35rem;
}

.skch-single-post .entry-meta {
	display: none;
}

/* --- Archiwum aktualności --- */
.skch-aktualnosci-archive .gb-media-fdfa60a1,
.skch-aktualnosci-archive .skch-archive-thumb {
	display: block;
	width: 100%;
	height: 250px;
	max-height: 250px;
	object-fit: cover;
	border-radius: 8px;
}

.skch-aktualnosci-archive .skch-archive-date {
	display: inline-block;
	margin: 0 0 0.5rem;
	padding: 6px 12px;
	background-color: #128389;
	color: #fff;
	font-size: 0.85rem;
	line-height: 1.3;
	border-radius: 3px;
}

.skch-aktualnosci-archive .gb-loop-item-3e92984e {
	display: flex;
	flex-direction: column;
}

.skch-aktualnosci-archive .gb-text-ce207342 {
	font-size: 1.25rem;
	margin: 0.25rem 0 0.75rem;
	line-height: 1.35;
}

.skch-archive .dynamic-featured-image,
.skch-archive .skch-archive-thumb {
	width: 100%;
	height: auto;
	max-height: 220px;
	object-fit: cover;
	border-radius: 4px;
}

.skch-archive .dynamic-content-template .gb-text-b4f2f1e6 {
	font-size: 1.35rem;
	line-height: 1.3;
}

.skch-archive .dynamic-content-template .gb-text-424a7215 {
	color: #128389;
	font-size: 0.9rem;
}

.skch-aktualnosci-archive .gb-text-ce207342,
.skch-aktualnosci-archive .gb-text-ce207342 a,
.skch-homepage .gb-text-8ce560cc,
.skch-homepage .gb-text-8ce560cc a {
	text-transform: none;
}

/* --- Strona Dołącz: ukryj powtórzony tytuł (jest już w page-hero) --- */
/* (obsłużone globalnie przez .skch-page-hero) */

/* --- Zespół: siatka 4 osoby w rzędzie --- */
.skch-team-layout {
	width: 100%;
}

.skch-team-section__title {
	grid-column: 1 / -1;
	margin: 3rem 0 1.25rem;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 700;
	color: #eb6b16;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 1.35;
}

.skch-team-section__title:first-child {
	margin-top: 0.5rem;
}

.skch-team-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem 1.5rem;
	margin-bottom: 2.5rem;
}

.skch-team-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

.skch-team-card__media {
	width: 100%;
	max-width: 200px;
	aspect-ratio: 3 / 4;
	border-radius: 8px;
	overflow: hidden;
	background: #e8f4f5;
	margin: 0 auto 0.75rem;
}

.skch-team-card__media img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	border-radius: 0;
	margin: 0;
	display: block;
}

.skch-team-card__media--placeholder img {
	object-fit: contain;
	padding: 1.25rem;
	opacity: 0.9;
}

.skch-team-card__name {
	margin: 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	color: #1e2e36;
}

/* legacy: stare karty z surowym <p> */
.skch-team-card p:not(.skch-team-card__name) {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.4;
}

.skch-team-card img:not(.skch-team-card__media img) {
	width: 100%;
	max-width: 200px;
	height: auto;
	object-fit: cover;
	border-radius: 8px;
	margin: 0 auto 0.75rem;
	display: block;
}

@media (max-width: 1024px) {
	.skch-team-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.skch-team-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.skch-team-grid {
		grid-template-columns: 1fr;
	}
}

/* --- Kontakt: nowy układ --- */
.skch-contact-layout {
	width: 100%;
}

.skch-kontakt-page .entry-content {
	padding-top: 0.25rem;
}

.skch-contact-lead {
	margin: 2.75rem auto 3rem;
	padding: 0 1rem;
	max-width: 52rem;
	font-size: clamp(1.2rem, 2.5vw, 1.5rem);
	line-height: 1.65;
	font-weight: 600;
	color: #1e2e36;
	text-align: center;
}

.skch-kontakt-page .skch-contact-intro {
	background: linear-gradient(135deg, #f8fafb 0%, #eef6f7 100%);
	border-left: 4px solid #eb6b16;
	border-radius: 10px;
	padding: 1.5rem 1.75rem;
	margin-bottom: 2rem;
}

.skch-kontakt-page .skch-contact-intro__lead {
	margin: 0 0 0.85rem;
	font-size: 1.1rem;
	font-weight: 600;
	color: #1e2e36;
}

.skch-kontakt-page .skch-contact-intro__list {
	margin: 0;
	padding-left: 1.1rem;
}

.skch-kontakt-page .skch-contact-intro__list li {
	margin-bottom: 0.35rem;
}

.skch-contact-grid {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(300px, 1.1fr);
	gap: 2rem;
	align-items: stretch;
	margin-bottom: 2.5rem;
}

.skch-contact-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
	padding: 2rem;
}

.skch-contact-card__title {
	margin: 0 0 1.25rem;
	font-size: 1.35rem;
	line-height: 1.35;
	color: #1e2e36;
}

.skch-contact-details {
	margin: 0;
}

.skch-contact-details__row {
	margin-bottom: 1rem;
}

.skch-contact-details__row dt {
	margin: 0 0 0.2rem;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #eb6b16;
}

.skch-contact-details__row dd {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.5;
	color: #333;
}

.skch-contact-card__actions {
	margin: 1.5rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
}

.skch-contact-map-panel {
	min-height: 360px;
	background: #eef2f3;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

.skch-contact-map-panel .skch-contact-map,
.skch-contact-map-panel .skch-contact-map iframe {
	height: 100%;
	min-height: 360px;
}

.skch-contact-bottom {
	text-align: center;
	padding: 2rem 1rem 0.5rem;
}

.skch-contact-bottom__tag {
	margin: 0 0 0.5rem;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #128389;
}

.skch-contact-bottom__title {
	margin: 0 0 0.75rem;
	font-size: 1.75rem;
	color: #1e2e36;
}

.skch-contact-bottom__text {
	margin: 0 auto 1.25rem;
	max-width: 42rem;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #444;
}

.skch-contact-bottom__actions {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	justify-content: center;
}

@media (max-width: 900px) {
	.skch-contact-grid {
		grid-template-columns: 1fr;
	}

	.skch-contact-map-panel {
		min-height: 300px;
	}
}

/* --- Kontakt: mapa Google (legacy) --- */
.skch-contact-top {
	width: 100%;
	margin: 0 0 1.5rem;
}

.skch-kontakt-page .skch-contact-map {
	width: 100%;
	max-width: 100%;
	margin: 1rem 0 0;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.skch-kontakt-page .skch-contact-map iframe {
	display: block;
	width: 100%;
	min-height: 320px;
}

.skch-kontakt-page .gb-element-07f94311 {
	align-items: stretch;
	gap: 2rem;
}

/* --- O nas: misja --- */
.skch-onas-page .site-content {
	padding-top: 2rem;
	padding-bottom: 3rem;
}

.skch-onas-mission {
	background: #fff;
	border-radius: 10px;
	padding: 2.25rem 2.5rem;
	margin: 1rem 0 2rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	font-size: 1.05rem;
	line-height: 1.75;
}

.skch-onas-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	margin: 0;
}

.skch-onas-mission__quote {
	text-align: center;
	font-size: 1.5rem;
	color: #128389;
	margin: 1.5rem 0;
}

.skch-kalendarz-page .entry-content {
	padding-top: 0.5rem;
}

/* --- Archiwum galerii /galeria/ — siatka 3 kolumny --- */
.skch-gallery-archive .inside-article {
	max-width: 1200px;
}

.skch-gallery-archive__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.skch-gallery-archive__item {
	margin: 0;
	padding: 0;
	border: 0;
}

.skch-gallery-archive__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.skch-gallery-archive__card:hover,
.skch-gallery-archive__card:focus {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.skch-gallery-archive__media {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f0f0f0;
}

.skch-gallery-archive__media img,
.skch-gallery-archive__card img.skch-archive-album-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	max-height: none;
}

.skch-gallery-archive__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 180px;
	background: linear-gradient(135deg, #e9f0f2, #d0dde2);
}

.skch-gallery-archive__body {
	padding: 1rem 1rem 1.15rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.skch-gallery-archive__date {
	margin: 0 0 0.35rem;
	font-size: 0.85rem;
	line-height: 1.3;
	color: #128389;
}

.skch-gallery-archive__title {
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.35;
	font-weight: 600;
	color: #1e2e36;
}

.skch-gallery-archive__card:hover .skch-gallery-archive__title,
.skch-gallery-archive__card:focus .skch-gallery-archive__title {
	color: #128389;
}

@media (max-width: 900px) {
	.skch-gallery-archive__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.skch-gallery-archive__grid {
		grid-template-columns: 1fr;
	}
}

/* Stare reguły listy — ukryj pozostałości HTML */
.skch-gallery-archive .entry-content .col-sm-12,
.skch-gallery-archive .entry-content .btn-readmore,
.skch-gallery-archive .entry-content a .btn-readmore {
	display: none !important;
}

.skch-gallery-archive .skch-archive-album-thumb {
	margin: 0;
	border: 0;
	background: transparent;
}

/* --- Lightbox galerii --- */
body.skch-lightbox-open {
	overflow: hidden;
}

.skch-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.88);
	padding: 1rem;
}

.skch-lightbox[hidden] {
	display: none !important;
}

.skch-lightbox__stage {
	max-width: min(96vw, 1200px);
	max-height: 90vh;
}

.skch-lightbox__img {
	display: block;
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.skch-lightbox__close,
.skch-lightbox__prev,
.skch-lightbox__next {
	position: absolute;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	padding: 0.5rem;
}

.skch-lightbox__close {
	top: 0.5rem;
	right: 0.75rem;
	font-size: 2.5rem;
}

.skch-lightbox__prev {
	left: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
}

.skch-lightbox__next {
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
}

.skch-lightbox__close:hover,
.skch-lightbox__prev:hover,
.skch-lightbox__next:hover {
	color: #eb6b16;
}

.skch-gallery-page .skch-gallery-nav__next {
	margin-left: auto;
}

.skch-gallery-nav__prev,
.skch-gallery-nav__next {
	flex: 1 1 40%;
}

.skch-gallery-nav__back {
	flex: 1 1 100%;
}

/* --- Przyciski SKCH --- */
.skch-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.35rem;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.skch-btn--primary {
	background: #eb6b16;
	color: #fff !important;
}

.skch-btn--primary:hover {
	background: #d45a0c;
	color: #fff !important;
}

.skch-btn--outline {
	border: 2px solid #128389;
	color: #128389 !important;
}

.skch-btn--outline:hover {
	background: #128389;
	color: #fff !important;
}

.skch-btn--light {
	background: #fff;
	color: #1e2e36 !important;
}

.skch-btn--light:hover {
	background: #f3f7f8;
	color: #1e2e36 !important;
}

.skch-btn--outline-light {
	border: 2px solid #fff;
	color: #fff !important;
}

.skch-btn--outline-light:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff !important;
}

/* --- Członkowie: siatka --- */
.skch-members-layout {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	padding: 2rem 2.25rem;
}

.skch-members-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.85rem 1.25rem;
	counter-reset: skch-member;
}

.skch-members-grid li {
	margin: 0;
	padding: 0.85rem 1rem;
	background: #f7fafb;
	border-left: 4px solid #128389;
	border-radius: 4px;
	font-size: 1.02rem;
	line-height: 1.35;
}

.skch-members-grid li::before {
	counter-increment: skch-member;
	content: counter(skch-member) ". ";
	color: #eb6b16;
	font-weight: 700;
}

@media (max-width: 900px) {
	.skch-members-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.skch-members-grid {
		grid-template-columns: 1fr;
	}

	.skch-members-layout {
		padding: 1.25rem;
	}
}

/* --- Sprawozdania --- */
.skch-reports-intro {
	text-align: center;
	font-size: 1.1rem;
	margin-bottom: 2rem;
	color: #444;
}

.skch-reports-year {
	margin-bottom: 2rem;
}

.skch-reports-year__title {
	margin: 0 0 0.85rem;
	font-size: 1.35rem;
	color: #128389;
	border-bottom: 2px solid #e8ecef;
	padding-bottom: 0.5rem;
}

.skch-reports-year__docs {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.skch-reports-doc a {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.9rem 1rem;
	background: #fff;
	border: 1px solid #e0e6e8;
	border-radius: 8px;
	text-decoration: none;
	color: #1e2e36;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.skch-reports-doc a:hover {
	border-color: #128389;
	box-shadow: 0 4px 14px rgba(18, 131, 137, 0.12);
}

.skch-reports-doc__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	background: #eb6b16;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 800;
	border-radius: 6px;
}

.skch-reports-doc--draft a {
	border-style: dashed;
	opacity: 0.9;
}

/* --- Darowizna --- */
.skch-donation-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
	padding: 2.5rem 2rem;
	text-align: center;
}

.skch-donation-card p {
	font-size: 1.08rem;
	line-height: 1.65;
}

.skch-donation-bank {
	margin-top: 2rem;
	padding: 1.5rem;
	background: linear-gradient(135deg, #f0f7f8 0%, #fff 100%);
	border: 2px solid #128389;
	border-radius: 10px;
}

.skch-donation-bank__label {
	margin: 0 0 0.35rem;
	font-size: 0.9rem;
	text-transform: none;
	letter-spacing: 0;
	color: #128389;
	font-weight: 700;
}

.skch-donation-bank__number {
	margin: 0 0 0.75rem;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	font-family: ui-monospace, monospace;
}

.skch-donation-bank__title {
	margin: 0;
	font-size: 1rem;
}

/* --- Oferta zajęć: karty --- */
.skch-oferta-layout {
	width: 100%;
	max-width: none;
	padding: 0.5rem 0 2.5rem;
}

.skch-oferta-intro {
	margin: 0 0 2rem;
	padding: 1.25rem 1.5rem;
	background: linear-gradient(135deg, #f8fafb 0%, #eef6f7 100%);
	border-left: 4px solid #128389;
	border-radius: 10px;
	font-size: 1.05rem;
	line-height: 1.7;
	color: #222;
}

.skch-oferta-intro p {
	margin: 0;
}

.skch-oferta-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.skch-oferta-card {
	background: #fff;
	border: 1px solid #e4e8ea;
	border-radius: 12px;
	padding: 1.25rem 1.35rem;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
}

.skch-oferta-card__title {
	margin: 0 0 0.65rem;
	font-size: 1.1rem;
	line-height: 1.35;
	color: #128389;
	font-weight: 700;
	text-transform: none;
}

.skch-oferta-card p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.65;
	color: #333;
}

@media (max-width: 768px) {
	.skch-oferta-grid {
		grid-template-columns: 1fr;
	}
}

/* --- Oferta zajęć: legacy prose --- */
.skch-oferta-layout.skch-prose-layout {
	font-size: 1.05rem;
	line-height: 1.7;
	color: #222;
}

.skch-oferta-layout.skch-prose-layout p {
	margin-bottom: 1rem;
}

.skch-oferta-layout.skch-prose-layout p strong {
	color: #128389;
}

.skch-oferta-layout span[style*="color:#16a085"],
.skch-oferta-layout span[style*="color:#eb6b17"] {
	color: #128389 !important;
}

/* --- Harmonogram zajęć --- */
.skch-harmonogram-page .entry-content {
	padding-top: 0.5rem;
}

.skch-harmonogram-qr {
	display: grid;
	grid-template-columns: minmax(220px, 280px) 1fr;
	gap: 2rem;
	align-items: center;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
	padding: 2rem;
	margin-bottom: 2.5rem;
}

.skch-harmonogram-qr__media img {
	display: block;
	width: 100%;
	max-width: 280px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
}

.skch-harmonogram-qr__title {
	margin: 0 0 0.75rem;
	font-size: 1.5rem;
	color: #1e2e36;
}

.skch-harmonogram-qr__body p {
	margin-bottom: 1rem;
	line-height: 1.65;
}

.skch-harmonogram-archive__heading {
	margin: 0 0 1rem;
	font-size: 1.35rem;
	color: #128389;
}

.skch-harmonogram-archive__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.skch-harmonogram-archive__link {
	display: grid;
	grid-template-columns: minmax(180px, 240px) 1fr auto;
	gap: 1rem;
	align-items: center;
	padding: 1rem 1.15rem;
	background: #fff;
	border: 1px solid #e4eaec;
	border-radius: 8px;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.skch-harmonogram-archive__link:hover {
	border-color: #128389;
	box-shadow: 0 4px 14px rgba(18, 131, 137, 0.1);
}

.skch-harmonogram-archive__date {
	display: inline-block;
	padding: 0.35rem 0.65rem;
	background: #128389;
	color: #fff;
	font-size: 0.85rem;
	border-radius: 4px;
}

.skch-harmonogram-archive__title {
	font-weight: 600;
	color: #333;
}

.skch-harmonogram-archive__cta {
	color: #eb6b16;
	font-size: 0.9rem;
	font-weight: 600;
}

@media (max-width: 768px) {
	.skch-harmonogram-qr {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.skch-harmonogram-archive__link {
		grid-template-columns: 1fr;
		gap: 0.5rem;
	}
}

/* --- Galeria: duże zdjęcie klikalne --- */
.skch-gallery-page .entry-content > .skch-post-figure img,
.skch-gallery-page .entry-content > img.skch-post-image {
	cursor: zoom-in;
}

.skch-gallery-page .entry-content > .skch-post-figure img:hover,
.skch-gallery-page .entry-content > img.skch-post-image:hover {
	opacity: 0.95;
}

/* --- Typografia: Kontakt i Co robimy (spójność z motywem) --- */
.skch-kontakt-page .entry-content,
.skch-co-robimy-page .entry-content {
	font-family: inherit;
	line-height: 1.65;
	letter-spacing: normal;
	word-spacing: normal;
}

.skch-kontakt-page .entry-content .gb-text,
.skch-co-robimy-page .entry-content .gb-text,
.skch-kontakt-page .entry-content p,
.skch-co-robimy-page .entry-content p {
	letter-spacing: normal;
	max-width: 100%;
}

.skch-co-robimy-page .entry-content h2,
.skch-co-robimy-page .entry-content h3 {
	line-height: 1.35;
	hyphens: auto;
}

.skch-co-robimy-page .entry-content [style*="font-family"] {
	font-family: inherit !important;
}

.skch-co-robimy-page .skch-co-robimy-slogan {
	margin: 2rem auto 2.25rem;
	padding: 0 1rem;
	font-family: var(--gp-font--heading, "Poppins", sans-serif);
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	font-weight: 600;
	line-height: 1.3;
	color: #128389;
	text-align: center;
}

.skch-co-robimy-page .skch-co-robimy-quote {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.skch-co-robimy-page .entry-content em {
	font-style: italic;
}

/* --- Załączniki pod wpisem aktualności --- */
.skch-post-attachments {
	margin: 2rem 2rem 2.5rem;
	padding: 1.25rem 1.5rem;
	background: #f7f9fa;
	border-left: 4px solid #128389;
	border-radius: 8px;
}

.skch-post-attachments__title {
	margin: 0 0 0.75rem;
	font-size: 1.15rem;
	font-weight: 600;
	color: #1e2e36;
}

.skch-post-attachments__list {
	margin: 0;
	padding-left: 1.25rem;
}

.skch-post-attachments__list li {
	margin-bottom: 0.45rem;
}

.skch-post-attachments__list a {
	color: #128389;
	font-weight: 600;
	text-decoration: none;
}

.skch-post-attachments__list a:hover {
	text-decoration: underline;
}

.skch-attachment__meta {
	font-weight: 400;
	color: #5a6a72;
	font-size: 0.92em;
}

@media (max-width: 767px) {
	.skch-post-attachments {
		margin: 1.5rem 1rem 2rem;
	}
}

/* --- Stopka: pasek kalendarza (zamiast newslettera) --- */
.skch-footer-calendar-bar {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem 2rem;
}

.skch-footer-calendar-bar__copy {
	flex: 1 1 280px;
	max-width: 720px;
}

.skch-footer-calendar-bar__copy h2 {
	margin: 0 0 0.5rem;
}

.skch-footer-calendar-bar__copy p {
	margin: 0;
}

.skch-footer-calendar-bar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 0.85rem;
	margin: 1rem 0 0;
}

.skch-footer-calendar-bar__qr a {
	display: block;
	line-height: 0;
}

.skch-footer-calendar-bar__qr img {
	display: block;
	width: 140px;
	height: auto;
	background: #fff;
	border-radius: 8px;
	padding: 0.35rem;
}

@media (min-width: 768px) {
	.skch-footer-calendar-bar__qr img {
		width: 180px;
	}
}

/* --- Kalendarz /kalendarz/ --- */
.skch-kalendarz-lead {
	text-align: center;
	font-size: 1.05rem;
	line-height: 1.65;
	margin: 0 0 1.5rem;
}

.skch-kalendarz-embed {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
	overflow: hidden;
	margin-top: 0.5rem;
}

.skch-kalendarz-embed iframe {
	display: block;
	width: 100%;
	min-height: 600px;
	border: 0;
}

/* --- Polityka prywatności --- */
.skch-polityka-content {
	max-width: 840px;
	margin: 0 auto;
	padding: 0.5rem 0 2rem;
	line-height: 1.7;
}

.skch-polityka-content h2 {
	margin: 2rem 0 0.75rem;
	font-size: 1.25rem;
	color: #1e2e36;
}

.skch-polityka-content p,
.skch-polityka-content ul {
	margin-bottom: 1rem;
}

.skch-polityka-content ul {
	padding-left: 1.25rem;
}

.skch-polityka-list {
	margin: 0 0 1rem;
	padding-left: 1.35rem;
}

.skch-polityka-list li {
	margin-bottom: 0.65rem;
}

.skch-polityka-list--main > li {
	margin-bottom: 1rem;
}
