/*
Theme Name: Grottgera 8
Template: twentytwentyfive
Description: Motyw Stowarzyszenia na rzecz Rehabilitacji Psychiatrycznej SZANSA – Klub Grottgera 8 w Białymstoku. Oparty na Twenty Twenty-Five.
Version: 1.0.1
Requires at least: 6.7
Requires PHP: 8.1
Text Domain: grottgera8
*/

/* Kolorowy pasek w barwach liści z logo */
.g8-pasek {
	height: 6px;
	background: linear-gradient(90deg,
		#0F8798 0 16.66%, #0A87B3 16.66% 33.33%, #438A48 33.33% 50%,
		#F39A1E 50% 66.66%, #E3346B 66.66% 83.33%, #5F3366 83.33% 100%);
}

/* Wyraźny fokus przy nawigacji klawiaturą */
:where(a, button, input, select, textarea, summary, .wp-element-button):focus-visible {
	outline: 3px solid #0A87B3;
	outline-offset: 3px;
	border-radius: 2px;
}

/* Nagłówek */
.g8-marka { text-decoration: none; }
.g8-marka .wp-block-site-title a { text-decoration: none; }
@media (max-width: 781px) {
	.g8-haslo { display: none; }
}

/* Miejsca do uzupełnienia – dobrze widoczne w treści */
mark.g8-uzupelnij {
	background: #FFF1A8;
	color: inherit;
	padding: 0 .25em;
	border-radius: 3px;
}

/* Karty "Czym się zajmujemy" */
.g8-karta { height: 100%; }
.g8-karta h3 { margin-top: 0; }

/* Ramka "W kryzysie" */
.g8-kryzys a { text-decoration: none; font-weight: 700; white-space: nowrap; }
.g8-kryzys a:hover { text-decoration: underline; }

/* Stopka */
.g8-stopka a { text-underline-offset: .2em; }

/* Stopka: lista linków bez punktorów */
.g8-lista-linkow { list-style: none; }

/* Logo w sekcji powitalnej – mniejsze na telefonach */
@media (max-width: 781px) {
	.g8-hero-logo img { width: 240px !important; }
}

/* Długie adresy e-mail łamią się zamiast rozpychać kolumny */
a[href^="mailto:"] { overflow-wrap: anywhere; }
