@import url('https://fonts.googleapis.com/css2?family=League+Spartan&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English+SC&display=swap');
@media (min-width: 1024px) {
.wp-block-jetpack-slideshow_container {
    transform: scale(0.9);
    transform-origin: top center;
		
    max-height: 600px;
}
}
header {
  background:#0000;
  height:70px;
  z-index:999;
  margin:0 auto;
  border-bottom:1px solid #dadada;
  width:100%;
  position:fixed;
  top:0;
  left:0;
  right:0;
}
body { 
padding-top: 60px;
padding-left: 10px;
padding-right: 10px;
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 15px;
  }
	h2 {
    font-size: 15px;
  }
		
}
h1, .page-title, .entry-title {
    font-family: 'IM Fell English SC', serif;
}
.page-title, .entry-title, h1 {
    background: none !important;
    background-color: transparent !important;
		text-align: center;
}
.wp-block-post-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}
.wp-block-jetpack-subscriptions__form-elements {
  display: flex;
  justify-content: center;
  align-items: center;
}
a[href="https://wordpress.com/reader/site/subscription/243947808"] {
  font-weight: bold !important;
}
button[name="jetpack_subscriptions_widget"] {
  position: relative;
  display: inline-block;
  font-family: 'League Spartan', sans-serif;
  font-size: 1.125rem;
  color: white;
  background: linear-gradient(to bottom, rgba(0,170,100,0.8), rgba(0,170,100,0.2));
  border: 3px solid rgba(0,170,100,0.5);
  border-radius: 50px;
  padding: 21px 32px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  overflow: hidden;
}

button[name="jetpack_subscriptions_widget"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.3), rgba(255,255,255,0));
  transform: skewX(-20deg);
  transition: left 0.5s;
  z-index: 0;
}

button[name="jetpack_subscriptions_widget"]:hover::before {
  left: 100%;
}

button[name="jetpack_subscriptions_widget"] strong,
button[name="jetpack_subscriptions_widget"] img {
  position: relative;
  z-index: 1;
}
.wp-block-button__link {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal !important;   /* WYŁĄCZA blokadę zawijania */
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  text-align: center;
}
.wp-block-button__link strong {
  display: inline;
  white-space: normal;
}

.wp-block-button__link img.emoji {
  max-width: 1em;
  height: auto;
  vertical-align: middle;
}