:root{
  --mw-shell:min(1640px,calc(100% - 140px));
  --mw-font-display:"Manrope",sans-serif;
  --mw-font-body:"Inter",sans-serif;
  --mw-ink:#102b25;
  --mw-green:#116c49;
  --mw-green-dark:#063b2a;
  --mw-green-deep:#032d22;
  --mw-lime:#aeea87;
  --mw-yellow:#f3bc30;
  --mw-cream:#fbf8ef;
  --mw-muted:#63716c;
  --mw-line:#dce7e0;
  --mw-white:#fff;
  --mw-radius:22px;
  --mw-shadow:0 18px 50px rgba(9,50,35,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--mw-cream);color:var(--mw-ink);font-family:var(--mw-font-body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto}
a{color:inherit}
button,input,select,textarea{font:inherit}
.mw-shell,.dwwe-shell{width:var(--mw-shell);margin-inline:auto}
.mw-main{min-height:60vh}
.mw-page{width:min(1100px,calc(100% - 40px));margin:0 auto;padding:calc(var(--mw-header-height) + 38px) 0 80px}
.mw-page h1{font:800 clamp(42px,6vw,76px)/1 var(--mw-font-display);letter-spacing:-.05em}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}


/* Panel użytkownika: tytuł strony "Moje konto". */
.mw-page .mw-page--user-panel > .entry-title{
  margin-bottom:42px;
  font-size:clamp(44px,4vw,54px);
  line-height:1.02;
  letter-spacing:-.045em;
}
@media(max-width:680px){
  .mw-page .mw-page--user-panel > .entry-title{
    margin-bottom:26px;
    font-size:clamp(34px,10vw,42px);
  }
}
