/*
Theme Name: Judo Lion v7 Native
Theme URI: https://judolion.pl/
Author: UKS Judo Lion
Description: Natywny motyw WordPress/Gutenberg dla UKS Judo Lion. Treść stron jest przechowywana w bazie WordPressa, a motyw odpowiada za design i prezentację danych strukturalnych.
Version: 7.0.49
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: judo-lion
*/

:root {
  --jl-content: 1180px;
  --jl-readable: 760px;
}

html { scroll-behavior: smooth; }
body { overflow-wrap: normal; word-break: normal; hyphens: none; }
.jl-shell, .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { max-width: var(--jl-content); margin-inline: auto; }
.jl-readable { max-width: var(--jl-readable); }
.jl-page-content { min-height: 50vh; }
.jl-page-content > *:first-child { margin-top: 0; }
.jl-page-content :where(h1,h2,h3,h4,a,button,.wp-block-button__link) { overflow-wrap: normal; word-break: normal; hyphens: none; }
.jl-screen-reader-text { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
