@charset "UTF-8";
@font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../../../fonts/NotoSans-Regular.woff2) format('woff2');
}

@font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(../../../fonts/NotoSans-Bold.woff2) format('woff2');
}

@font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-display: swap;
    font-weight: 900;
    src: url(../../../fonts/NotoSans-Black.woff2) format('woff2');
}

:root {
  --font-family-main: "Noto Sans", Arial, Helvetica, sans-serif;
  --color-font: #222222;
  --color-black: #000000;
  --color-light-black: #303030;
  --color-main: #38B000;
  --color-main-dark: #1C5800;
  --color-white: #ffffff;
  --color-quiz: #38B000;
  --color-gallery: #38B000 !important;
}

body {
  font-family: var(--font-family-main);
  color: var(--color-font);
}

.settings-btn {
  bottom: 86px !important;
}

.gl_wrapper {
  padding: 0 16px;
}

.element__media a:after {
  background-size: contain;
  width: 40px;
  height: 32px;
  content: "";
  background-color: var(--color-white);
  -webkit-mask-image: url(/media/icons/f03e.svg);
  mask-image: url(/media/icons/f03e.svg);
  -webkit-mask-size: 40px;
  mask-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 40px;
  z-index: 0;
  display: block;
}

/* quiz in article */
.article-layout article .quizv2 {
	padding: 16px;
	background: var(--color-white);
}
.article-layout article .quizv2 .button--primary{
  padding: 4px 15px !important;
  min-width: fit-content !important;
}
/* /quiz in article  */

a {
  text-decoration: none;
}

p {
  margin: 0; 
}

/* bottom tap bar */
.bottom-tap-bar {
	position: fixed;
	bottom: 8px;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 16px);
	height: 53px;
	border-radius: 32px;
	max-height: 76px;
	background: var(--color-main);
	overflow: hidden;
	align-items: center;
	box-sizing: border-box;
	margin: 8px 16px 8px 8px;
	padding: 0 3px;
	box-shadow: 0px 0px 16px 0px var(--color-white), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.header #hook_top::before {
	position: fixed;
	bottom: 0;
	left: 0;
	content: '';
	display: flex;
	height: 76px;
	width: 100%;
	background: linear-gradient(to top, var(--color-white) 30%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 32px 32px 0 0;
	z-index: 9999999999;
}
.bottom-tap-bar a {
  text-decoration: none;
  display: flex;
  align-items: center;
  max-height: 67px;
  height: 67px;
}
.bottom-tap-bar-item.active img {
  filter: invert(66%) sepia(91%) saturate(2596%) hue-rotate(108deg) brightness(105%) contrast(104%);
}
.bottom-tap-bar-item.active .bottom-tap-bar-item__text span {
    color: var(--color-main);
}
.bottom-tap-bar-item__dots {
  position: relative;
  top: unset;
  left: unset;
  font-size: 0;
  display: flex;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  background: url(/media/supersport.se/desktop/images/tapbar-mobile-hamburger.svg);
  filter: invert(0);
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}
.header .bottom-tap-bar-item.dots.active .bottom-tap-bar-item__dots {
  position: relative;
  top: 0px;
  left: unset;
  right: 6px;
  background: url(/media/supersport.se/desktop/images/tapbar-mobile-close.svg?cache);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}
.bottom-tap-bar-item__text span {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
  letter-spacing: unset;
  text-transform: none;
}
.bottom-tap-bar-item {
  display: flex;
  flex-direction: column;
  max-height: 67px;
  height: 67px;
  justify-content: center;
  align-items: center;
  width: 70px;
}
.bottom-tap-bar-item.active:not(.dots) {
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.75);
  height: 47px;
  width: 62px;
}
.bottom-tap-bar-item__icon {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
}
.bottom-tap-bar-item__icon img {
  height: 20px;
  width: auto;
}
.bottom-tap-bar-item.dots {
  position: relative;
  top: 0;
  right: 0;
  font-size: 55px;
  color: var(--color-light-black);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  padding-bottom: 0px;
  box-sizing: border-box;
}

@media (min-width: 500px) {
  .bottom-tap-bar {
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .header-bar::before {
    max-width: 600px;
    left: 50%;
    transform: translateX(-15%);
  }
}

body.menu-tapbar-open {
  overflow-y: hidden;
  height: 100%;
  overflow-scrolling: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

body.menu-tapbar-open .bottom-tap-bar {
  pointer-events: all !important;
  touch-action: auto !important;
  -ms-touch-action: auto !important;
}

body.menu-tapbar-open .bottom-tap-menu {
  pointer-events: all !important;
  touch-action: auto !important;
  -ms-touch-action: auto !important;
  overflow-y: scroll;
}

.bottom-tap-menu > ul > li:last-child {
  margin-bottom: 120px;
}

/* header */
.gl_plugin.header {
  height: 48px;
  margin-bottom: 16px;
}
.header-bar {
  height: 46px;
  justify-content: flex-start;
  background: var(--color-main);
  padding: 8px 24px;
  box-sizing: border-box;
  margin: 6px 8px;
  border-radius: 32px;
}
.header-bar__logo img {
  height: 28px;
  margin-top: 2px;
  margin-left: 8px;
}
.header .header-bar .header-bar__logo {
  overflow: hidden;
}
.bottom-tap-menu {
  position: fixed;
  z-index: 999999999;
  background: var(--color-white);
  width: 100%;
  height: 100vh;
  top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  padding-left: 24px;
  padding-top: 16px;
  padding-bottom: 70px;
  overflow-y: scroll;
  box-sizing: border-box;
}
.bottom-tap-menu::-webkit-scrollbar {
  width: 6px;
  border-radius: 30px 0px 0px 0px;
}
.bottom-tap-menu::-webkit-scrollbar-track {
  background-color: var(--color-white);
  border-radius: 100px;
}
.bottom-tap-menu::-webkit-scrollbar-thumb {
  background-color: var(--color-black);
  border-radius: 100px;
}
.bottom-tap-menu.hide {
  display: none;
}
.bottom-tap-menu .subnav li {
	margin-left: 16px;
	line-height: 28px;
}
.bottom-tap-menu .subnav li:last-of-type {
	padding-bottom: 8px;
}
.bottom-tap-bar-item__text {
  line-height: 11px;
  text-align: center;
}
.bottom-tap-menu > ul > li > a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: var(--color-black);
  max-width: 80vw;
  white-space: break-spaces;
  display: flex;
  text-align: left;
  padding: 6px 0;
}
ul.subnav li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-black);
}
.bottom-tap-menu ul {
  padding-left: 0;
  text-align: left;
}
.bottom-tap-menu > ul > li {
  padding-left: 16px;
  margin-bottom: 8px;
  margin-right: 16px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.02);
}
ul.subnav li.active a {
  color: var(--color-main);
}
.bottom-tap-bar > a.active {
  pointer-events: none;
}
.bottom-tap-bar-item.dots.active > div {
  color: var(--color-main);
}
.bottom-tap-menu a {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  text-transform: initial;
  color: var(--color-white);
}

/* amount of photos - listings/sections */
.wide .element__media .media__count, 
.wide .slot__image .media__count {
  background: var(--color-main) !important;
  box-shadow: 0px 2px 4px 0px #00000005;
  top: 236px;
}
.wide .v32 .media__count,
.wide .slot__big .slot__image .media__count {
  top: 270px;
} 
/* /amount of photos - listings/sections */

.blockinfo__text.blockinfo__short:has(h1) {
  max-height: none;
}
.blockinfo__text.blockinfo__short h1 {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  margin-top: 0;
  color: var(--color-black);
}
.blockinfo.gl_plugin {
	margin-bottom: 24px;
}
.v34_radio .main-title-listing span,
.main-title-listing span {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: var(--color-black);
  text-transform: none;
  letter-spacing: 0;
}

/* footer */
.gl_plugin.footer {
  padding-bottom: 70px;
}
footer .row {
  display: flex;
  flex-direction: column;
}
footer .logo {
  order: 3;
  margin-bottom: 16px;
}
footer .legal-info {
  order: 2;
  color: var(--color-black);
  padding: 0 16px;
}
footer .about {
  order: 4;
}
footer .serwis-list {
  order: 6;
}
footer .legal {
  order: 5;
}
div#hook_footer {
  padding-top: 16px;
}
footer .list,
footer .legal,
footer .show-list,
footer .about,
footer .copyright {
  background-color: var(--color-black);
}
footer .logo img {
  width: 200px;
  height: auto;
}
footer .list ul li a {
  display: inline-block;
  color: var(--color-white);
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 152px !important;
  justify-content: center;
}
footer .legal-info .h5 {
  width: 100%;
  margin: 0 auto;
  padding: 16px 0 0 0;
  border-top: 1px solid #666;
  color: var(--color-font);
  margin-bottom: 16px;
}
footer h3,
footer .h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  color: var(--color-white);
}
footer .show-list {
  font-weight: 400;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  color: var(--color-white);
}
footer .fa-caret-down:before {
  background-size: contain;
  width: 14px;
  height: 8px;
  content: "";
  background-image: url('/media/urzadzamy/desktop/images/caret-down-footer.svg');
  background-size: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
footer .copyright .copyright__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  color: var(--color-white);
}
.article-layout footer .gl_wrapper {
  padding: 0;
}
footer .serwis-list a,
footer .serwis-list a:hover {
  color: var(--color-white);
}
.footer::after,
.podcast-layout .footer::after {
  content: '';
  display: block !important;
  position: absolute;
  width: 100%;
  height: 70px;
  background: var(--color-black);
  border-top: 1px solid #666;
}
/* /footer */

/* article */
.expert-block .expert__text--other p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

article .autor.flex.display-flex span.h3.pub_time_hours_minutes{
  border: none;
  margin: 0;
  padding: 0;
  line-height: 22px;
  height: 28px;
}
article .autor.flex.display-flex span.h3.pub_time_hours_minutes::before {
  position: relative;
  content: " • ";
  top: 4px;
  left: 1px;
  color: var(--color-main);
  font-size: 24px;
  line-height: 20px;
}
.h3.pub_time_date{
  line-height: 22px !important;
}
.article__author__croppimg__plug:empty:before {
  height: 32px;
  width: 32px;
  border-radius: 96px;
  margin-right: 8px;
}
.article__author__croppimg img {
  height: 32px;
  width: 32px;
  border-radius: 96px;
}
.h3.art-sp {
  position: absolute;
  text-transform: none;
  right: 16px;
  font-size: 12px !important;
  line-height: 16px !important;
}

/* highlight */
.highlight {
  border-bottom: 1px solid #0000000F;
}
.highlight__button .hightlight__button-link {
  background-color: var(--color-light-black);
  border-radius: 8px;
}
.highlight__image-box {
  background-color:var(--color-white);
  padding-bottom: 0;
  line-height: 0;
  height: auto;
}
.highlight__image-box img {
  position: relative;
  margin: 0 auto;
  border-radius: 16px;
  width: 100%;
}
.highlight__textbox p{
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.highlight__title .hightlight__text {
  color: var(--color-black);
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #0000000F;
}
/* /highlight */

.article-layout .m_zpr_box_top1 {
  margin-top: 16px;
  margin-bottom: 0;
}
.author_lead_title_wrapper .single-photo.with-frames img {
  max-height: 375px;
  min-height: 375px;
  object-fit: cover;
  object-position: top;
}
.author__desc{
  font-size: 16px;
  font-weight:400;
  line-height: 22px
}
.lead-gallery .lead-gallery-more,
.thumbnails-gallery .lead-gallery .lead-gallery-more {
  bottom: 10px !important;
  top: unset !important;
  max-width: 48px !important;
  transform: unset !important;
  right: 10px !important;
  max-height: 48px !important;
  min-height: 48px !important;
  left: initial !important;
  border-radius: 100% !important;
  min-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-main) !important;
  border: 1px solid var(--color-white) !important;
}
#lead_object .lead-gallery .lead-gallery-more {
  bottom: 76px !important;
}
.lead-gallery .lead-gallery-more a,
.thumbnails-gallery .lead-gallery .lead-gallery-more a {
  padding: 0px !important;
  min-height: 44px;
  display: flex !important;
  max-height: 44px !important;
  justify-content: center;
  flex-direction: column;
  border-radius: 100% !important;
  box-sizing: border-box;
  width: 44px;
  border: none !important;
  background-color: var(--color-main) !important;
}
span.media__count,
.thumbnails-gallery .lead-gallery .lead-gallery-more span.media__count {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: var(--color-white);
}
span.count_suffix,
.thumbnails-gallery .lead-gallery .lead-gallery-more span.count_suffix {
  text-transform: uppercase;
  color: var(--color-white);
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
}
.article-layout .main-content {
  margin-bottom: 0px;
}
.gl_plugin.galleries.thumbnails-gallery span.count_suffix {
  line-height: 11px;
}
.lead-gallery.lead_element__aspect_ratio figure {
  min-width: 100%;
  margin: 0;
}
.main-content .main-title-listing {
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  line-height: normal;
  color: var(--color-black);
}
.audioBlock {
  margin-bottom: 16px;
}
article .single-photo img {
  border-radius: 16px;
}
article > ul,
article > ol {
  margin: 0 0 16px 8px;
}
article > p {
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0;
  color: var(--color-font);
  margin-bottom: 16px;
}
article > p a,
article > a,
article p a {
	color: var(--color-font);
  text-decoration: underline !important;
  text-decoration-color: var(--color-main) !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1.5px !important;
}
article h3 {
  font-weight: 600;
  font-size: 19px;
  line-height: 29px;
}
article h3 a {
  color: var(--color-font);
  text-decoration: underline;
  text-decoration-color: var(--color-main);
  text-underline-offset: 2px;
  text-decoration-thickness: 1.5px;
  text-align: left;
}

/* recommended article link */
article .recommendedArticle {
	position: relative;
	width: 100%;
	height: auto;
	border: 0;
	padding: 0;
}

article .recommendedArticle .recommendedArticle__link {
	display: inline;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 12px;
}

article .recommendedArticle .recommendedArticle__title {
	position: relative;
	display: flex;
	margin: 0;
	width: 100%;
}

article .recommendedArticle .recommendedArticle__title p {
	display: inline-flex;
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	color: var(--color-black);
}

article .recommendedArticle__link a {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: var(--color-black);
    text-decoration-color: var(--color-main) !important;
}

article .recommendedArticle__link::before {
    position: relative;
    top: 3px;
    left: 0;
    content: '•';
    font-size: 24px;
    margin-right: 2px;
    color: var(--color-main);
}

/* article author */
.article_authors_without_thumbnail, 
.article_authors_with_thumbnail {
  order: 1;
  width: 100%;
}
#timezone {
  display: flex;
  height: 16px;
  justify-content: start;
  align-items: center;
  font-size: 12px;
  line-height: 22px;
  width: 50%;
  margin-bottom: 24px;
}
article .autor.flex.display-flex span.h3.pub_time_date, 
article .autor.flex.display-flex span.h3.pub_time_hours_minutes {
    color: var(--color-light-black);
}
.article_author span, 
.article_author span a, 
.article_authors_without_thumbnail span, 
.article_authors_without_thumbnail span a {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: var(--color-font) !important;
}
.article_author span a,  
.article_authors_without_thumbnail span a {
  text-decoration: underline;
  text-decoration-color: var(--color-font);
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.article_authors_with_thumbnail .article_author, 
.article_authors_without_thumbnail .article_author {
  align-items: center;
  margin-bottom: 16px;
}
article .autor.flex.display-flex {
    margin-bottom: 8px;
}
.article__author__croppimg {
  width: 32px;
  height: 32px;
}
.article_authors_without_thumbnail {
  margin-top: 0;
  max-width: 230px;
}
.neck .autor {
  justify-content: space-between;
}
/* /article author */

/* tagi */
.article-layout .tags {
	padding-top: 0;
}
.tags .breadcrumb__link {
  border: 1px solid var(--color-main);
  color: var(--color-main);
  background-color: var(--color-white);
  border-radius: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: none;
  padding: 3px 8px;
}
.article-layout .tags .breadcrumb__item:first-child::before,
.article-layout .tags .breadcrumb__item:last-child::after {
    display: none;
}
.article-layout .tags .breadcrumb__item {
    margin-right: 8px;
}
/* /tagi */

/* Podpis pod zdjeciem */
.article-layout .single-photo .element__info {
	display: none;
}

.article-layout article .single-photo figure figcaption {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  color: var(--color-font);
  padding: 4px;
  margin: 0;
  width: 100%;
  text-shadow: unset;
}

.article-layout article .single-photo figure figcaption .author::before {
  position: relative;
  top: 2px;
  left: 0;
  content: '•';
  font-size: 20px;
  margin-right: 4px;
  color: var(--color-main);
}

.article-layout article .single-photo figure figcaption .author,
.article-layout article .single-photo figure figcaption .title {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* /Podpis pod zdjeciem */

.article-layout article .ctr_teaser_with_link figure figcaption {
  padding: 0;
}

.article-layout .player__title {
  color: var(--color-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
  padding: 8px;
  border-radius: 16px 16px 0 0;
}

.article-layout #lead_object:has(.single-photo.hero) {
  margin-bottom: 48px !important;
}

/* spis tresci */
p.toc {
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
}
article .toc + ol, 
article .toc + ul,
article .toc + [class*="m_zpr_"] + ol,
article .toc + [class*="m_zpr_"] + ul {
    display: flex;
    flex-direction: column;
    margin: 0 0 16px 0;
    border-radius: 10px;
    padding: 0 16px 0 32px;
}
article .toc + ol li a, 
article .toc + ul li ,
article .toc + [class*="m_zpr_"] + ol li a, 
article .toc + [class*="m_zpr_"] + ul li a {
  text-decoration: underline !important;
  text-decoration-color: var(--color-font) !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1px !important;
	font-weight: 500;
}
article .toc + ol li, 
article .toc + ul li,
article .toc + [class*="m_zpr_"] + ol li, 
article .toc + [class*="m_zpr_"] + ul li {
	font-weight: 500;
	color: var(--color-main);
}
/* /spis tresci */

article > h2 {
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 16px 0;
}
article ol li a,
article ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: var(--color-font);
  text-decoration: none;
}
article ol li,
article ul li {
  font-weight: 500;
  font-size: 14px;
  color: var(--color-font);
  text-decoration: none;
}
article .title {
	margin-top: 8px;
}
article h1 {
  font-weight: 700;
  font-size: 29px;
  line-height: 34px;
  letter-spacing: 0;
  color: var(--color-font);
  margin-top: 0;
}
article h1:first-letter {
text-transform: uppercase;
}
article {
  font-size: 16px;
}
article a,
article li a {
  font-size: 16px;
  color: var(--color-font);
  text-decoration: underline !important;
  text-decoration-color: var(--color-main) !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1.5px !important;
}
article strong a,
article li strong a {
    text-decoration-color: var(--color-font) !important;
}
article ul li {
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  color: var(--color-font);
}
article li::marker {
  color: var(--color-main);
}
.author_lead_title_wrapper .single-photo.hero figure {
  margin: 0;
}
@media (min-width: 600px) {
  .author_lead_title_wrapper .single-photo.hero figure {
    max-width: 600px;
    overflow: hidden;
  }
}
.title_element__superscription p {
  margin: 0;
  background: none;
  padding: 0 8px;
  height: 30px;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 335px !important;
  display: inline;
  font-weight: 400;
  font-size: 12px;
  line-height: 47px;
  letter-spacing: 0.07em;
  text-transform: unset;
  color: var(--color-main);
  padding-left: 0;
}
.single-photo figure {
  margin: 0;
}
.single-photo img {
  margin: 0;
  min-width: 100%;
  object-fit: cover;
}
.single-photo {
  max-width: 100%;
  margin: 0;
}
.galleries .lead-gallery figure img {
  width: 100%;
  display: block;
  height: 375px;
  object-fit: cover;
}
.gl_plugin.socials .expand {
  display: flex;
  align-items: center;
  height: 16px;
  padding: 8px 20px 8px 20px;
  border-radius: 0 0 6px 6px;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
}
.gl_plugin.socials.collapsed {
  border-bottom: 1px solid #D9D9D9 !important;
}
.col-4 .listing-horizontal-full .element__media img {
  max-width:80px;
  height:auto;
  border-radius: 8px;
}
.col-4 .listing-horizontal-full .element__extras .date p {
  display:none;
}
.col-4 .listing-horizontal-full .element__media {
    margin-right: 0;
    width: 80px;
    border-radius: 8px;
}

.listing-horizontal-full .element{
  display:flex;
  align-items: flex-start;
  gap: 8px;
  justify-content:center;
  margin-bottom: 24px;
}
.listing-horizontal-full .element:has(.listing-lead) {
  display:block;
}
.col-4 .listing-horizontal-full .element:has(.listing-lead) .element__media {
  margin-right: 12px;
}

.listing-horizontal-full .element .element__content .element__headline a,
.listing-horizontal-full .element .element__content .element__headline h2,
.listing-horizontal-full .element .element__content .element__headline h3 {
  padding: 0 !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  max-height: 48px;
}
.author-layout .listing-horizontal-full .element .element__content .element__headline a {
  max-height: 58px;
}
.listing-container.listing-ron-nces {
  padding: 0 16px;
}
.single-photo.hero {
  width: calc(100vw - 32px);
  overflow: initial;
  height: 375px;
  max-width: calc(100vw - 32px);
}
article .author_lead_title_wrapper .single-photo.hero figure div img {
  height: 375px;
  border-radius: 16px;
}
.lead_element__aspect_ratio,
article .single-photo.hero figure > div {
  padding-bottom: 0;
  height: initial;
}
.share-box-button-wrapper .share-box__icon {
  color: var(--color-main);
}
.share-box-button-wrapper .share-box__icon::after {
  background-color: var(--color-main);
}
article .autor.flex.display-flex {
  flex-direction: row;
}

/* article socials share icons */
.share-buttons-container.bottom .share-box-button-wrapper {
  width: 100%;
}
.share-buttons-container.bottom .share-buttons-wrapper {
  bottom: -34px;
}
.article-layout .share-buttons-wrapper {
  bottom: unset;
  top: -212px;
  right: -6px;
  background: var(--color-white);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  width: 40px;
  border-radius: 9px;
  justify-content: center;
}
.article-layout .share-box-button-wrapper .share-box__icon {
  color: var(--color-light-black);
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
  text-transform: none;
}
.article-layout .share-buttons > * {
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  filter: none;
}
.article-layout .share-buttons-wrapper .mail-button {
  order: 0;
  background: url('/media/urzadzamy/desktop/images/link-share-icon.svg');
	background-size: contain;
}
.article-layout .share-buttons-wrapper .fb-button {
  order: 1;
  background: url('/media/urzadzamy/desktop/images/fb-share-icon.svg');
	background-size: contain;
}
.article-layout .share-buttons-wrapper .tt-button {
  order: 2;
  background: url('/media/urzadzamy/desktop/images/twitterx.svg');
	background-size: contain;
  margin-bottom: 0 !important;
}
.article-layout .share-buttons-wrapper .share-buttons > * {
  margin-top: 0 !important;
  margin-bottom: 12px;
}
/* /article socials share icons */

p.toc {
	margin-bottom: 0;
}
p.toc strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
p.lead {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: var(--color-font);
}
.tags.gl_plugin {
  margin-bottom: 24px;
}
.single-photo {
  overflow: initial;
}
.title_element__superscription {
  display: flex;
  max-height: 30px;
  align-items: center;
}
.gl_plugin.galleries .lead-gallery.lead_element__aspect_ratio {
	margin: 0;
	border-radius: 16px;
	height: 375px;
}
#lead_object .gl_plugin.galleries .lead-gallery.lead_element__aspect_ratio {
	border-radius: 0;
	height: initial;
}
.placeholder--after {
  left: 24px !important;
}
.tags .breadcrumb__link {
  border: 1px solid var(--color-main);
  padding: 2px 4px;
  color: var(--color-main);
  text-decoration: none;
}
.main-content .main-title-listing span {
  padding: 0 16px;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-transform: none;
  margin: 0;
  color: var(--color-black);
}
.main-content .main-title-listing span h1{
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    margin: 16px 0 24px 0;
}
.listing__tags .listing-lead  {
	bottom: 30px;
}
.listing__tags .listing-lead p {
  display: -webkit-box;
  position: relative;
  margin-top: 8px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 44px;
  width: 328px;
  left: -96px;
  text-align: left;
}
.article-layout .main-content .main-title-listing span {
  padding-left: 0;
}
.gl_plugin.galleries {
  margin-bottom: 16px;
}
.main-title-listing a {
  margin-left: 0px;
  color: var(--color-main);
  text-decoration: none;
}

/* Galeria leadowa */
.wide.article-layout #lead_object .thumbnails-gallery.webp .lead-gallery img {
	border-radius: 8px;
}
.wide.article-layout #lead_object .thumbnails-gallery.webp .lead-gallery picture:first-child img {
	border-radius: 17px;
}
.wide.article-layout #lead_object .thumbnails-gallery .lead-gallery {
    max-height: 324px;
}

/* poprawka CLS dla sticky video */
.video-js:not(.audioBlockNewPlayer):not(.podcastBlockNewPlayer):not(.podcastBlockPlayer--v2) {
  aspect-ratio: 1.777 !important;
  height: auto !important;
  padding: 0 !important;
  overflow: unset !important;
  margin-bottom: 8px;
}
.video-js:not(.audioBlockNewPlayer):not(.podcastBlockNewPlayer):not(.podcastBlockPlayer--v2) .vjs-tech {
  aspect-ratio: 1.777 !important;
  position: inherit !important;
  height: auto !important;
}
.podcasts-player .turbo_audio_podcast .vjs-title-bar {
  top: 60px !important;
}
.video_player>.turbo-vjs {
  min-height: 200px !important;
  box-sizing: border-box;
  border-radius: 16px;
}
.vjs-fullscreen .vjs-tech {
  height: 100% !important;
}
.player.player--main video-js {
  padding-top: 56.25% !important;
}
.player.player--main video {
  position: absolute !important;
}
/* /poprawka CLS dla sticky video */

/* new sponsors on listings */
.extras_component.extras__component--spon {
  position: absolute;
  right: 0;
  top: -16px;
  background: var(--color-white);
  height: 17px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  left: initial !important;
  max-width: initial !important;
}
.extras_component.extras__component--spon p {
  font-weight: 400;
  font-size: 8px;
  line-height: 11px;
  text-transform: uppercase;
  color: var(--color-black);
  margin: 0;
  text-shadow: none;
}
.slot__label {
  position: absolute;
  right: 16px;
  top: 8px;
  z-index: 2;
  background: var(--color-white);
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  border-radius: 16px;
}
.slot__label span {
  font-weight: 400;
  font-size: 8px;
  line-height: 11px;
  text-transform: uppercase;
  color: var(--color-black);
  margin: 0;
}
#fb-root .fb-customerchat > div {
  display: none;
}
article .gl_plugin.player.video_player {
  margin-bottom: 24px;
  border-radius: 16px;
}
article link + script + .gl_plugin.player.video_player {
  margin-bottom: 0;
}

/* NCES */
.promo-wrapper {
  border-top: 1px solid #D9D9D9 !important;
  border-bottom: 1px solid #D9D9D9 !important;
  padding-top: 14px !important;
}
.promo-wrapper .promo-header {
  margin-bottom: 24px;
  margin-left: 0;
  margin-top: -16px;
  background-color: var(--color-white);
  width: max-content;
  padding: 0 8px;
  text-transform: uppercase;
  font-size: 15px !important;
  line-height: 21px !important;
  font-weight: 100 !important;
  color: var(--color-font) !important;
}
.promo-wrapper .promo-title-header a {
  text-align: left;
  color: var(--color-font);
  text-decoration: none !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.promo-wrapper.has-photo {
  background-color: var(--color-white);
}
.promo-wrapper.has-photo figure.promo-image-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 0;
}
.promo-wrapper.has-photo figure.promo-image-wrapper img {
  width: 70vw;
}
.promo-wrapper.has-photo h3.promo-title-header {
  margin: 0 16px;
}
.promo-wrapper .promo-title-header a {
  text-align: left;
  color: var(--color-font);
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.promo-wrapper .promo-title-header a:hover {
  color: var(--color-font);
}
.header #hook_top .blockinfo__text h1 {
  margin-top: 16px;
}
.listing .button {
    display: flex;
    background-color: var(--color-main);
    border: 1px solid var(--color-main);
    margin: 16px auto 40px;
    color: var(--color-white);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border-radius: 10px;
    width: fit-content;
    justify-content: center;
    align-items: center;
}
.gl_plugin.listing {
  margin-bottom: 24px;
}
.main-title-listing {
  width: initial;
  text-align: center;
}
.main-title-listing,
.main-title-listing a {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: var(--color-black);
}
.article-layout .main-title-listing,
.category-layout .main-title-listing,
.author-layout .main-title-listing {
  margin-bottom: 24px;
}
.category-layout .main-title-listing h2 {
	margin: 0;
}
.tag-layout .main-title-listing,
.category-layout .blockinfo.gl_plugin:has(.blockinfo__text h1),
.category-layout .blockinfo.gl_plugin:has(.blockinfo__text) h1 {
  margin-bottom: 0;
}
.category-layout .main-title-listing h2,
.category-layout .main-title-listing span {
  font-size: 32px;
  line-height: 40px;
}

/* sekcje */
section > .gl_wrapper {
  padding: 0 16px;
}
.slot {
	margin-bottom: 16px;
}
.slot__superscription p::first-letter,
.element__superscription p::first-letter {
  text-transform: uppercase;
}
.section__v1 .section__slots .slot.slot__big .slot__image img, 
.section__v1 .section__slots .slot.slot__big .slot__image, 
.section__v2 .section__slots .slot.slot__big .slot__image img, 
.section__v2 .section__slots .slot.slot__big .slot__image {
    height: 326px;
}
.section__v1 .section__slots .slot.slot__big .slot__image .media__count, 
.section__v2 .section__slots .slot.slot__big .slot__image .media__count {
	right: 24px;
}
.section__v2 .section__slots .slot.slot__big .slot__content .slot__superscription p {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: var(--color-main-dark) !important;
  padding-left: 0 !important;
}
.section__v2 .section__slots .slot .slot__image img, 
.section__v2 .section__slots .slot .slot__image,
.section__v3 .section__slots .slot .slot__image img, 
.section__v3 .section__slots .slot .slot__image {
  border-radius: 17px;
}
.section__v2 .section__slots .slot.slot__big {
	background-color: var(--color-main);
	border-radius: 32px;
	box-shadow: 0px 0px 80px 0px rgba(255, 255, 255, 0.25) inset;
}
.section__v2 .section__slots .slot.slot__big .slot__content {
	background-color: unset;	
	border-radius: 0 0 32px 32px;
}
.section__v2 .section__slots .slot.slot__big .slot__image figure {
    margin: 16px;
}
.section__v2 .section__slots .slot.slot_1 .slot__content .slot__superscription {
  margin: 8px 8px 0;
  width: calc(100% - 24px);
  max-width: calc(100% - 24px);
  color: var(--color-main-dark);
}
.section__v3 .section__slots .slot .slot__content,
.section__v2 .section__slots .slot.slot__big .slot__content,
.section__v3 .section__slots .slot .slot__content .slot__superscription,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__superscription {
  position: relative;
  padding-left: 0;
  margin: 6px 16px;
  width: calc(100% - 32px);
  text-align: left;
  border-radius: 32px;
  background: unset;
}
.section__v3 .section__slots .slot .slot__content .slot__superscription {
	margin: 12px 16px 8px 16px;
}
.section__v3 .section__slots .slot .slot__content {
	width: 100%;
	margin: 4px 0;
}
.section__v2 .section__slots .slot.slot__big,
.section__v3 .section__slots .slot,
.section__v2 .section__slots .slot {
  height: initial;
  flex-direction: column;
  border-radius: 32px;
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.01), 0px 8px 6px -4px rgba(0, 0, 0, 0.02), 0px 12px 16px 8px rgba(0, 0, 0, 0.02);
}
.section__v2 .section__slots .slot.slot__small .slot__content::after,
.section__v3 .section__slots .slot .slot__content::after,
.section__v2 .section__slots .slot.slot__small .slot__content::after,
.section__v2 .section__slots .slot.slot__big .slot__content::after {
  display: none !important;
}
.slot__title p,
.slot__title h2,
.slot__title h3 {
  color: var(--color-font) !important;
}
.slot__superscription p {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 32px !important;
  text-transform: unset;
  color: var(--color-white) !important;
  background: var(--color-main) !important;
  padding: 4px 16px !important;
  margin: 0 !important;
  text-align: center;
  border-radius: 32px;
}
.section__v3 .slot__superscription p {
  padding: 0px 16px !important;
  line-height: 27px !important;
}
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title h2,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title h3 {
  font-weight: 900 !important;
  font-size: 24px !important;
  line-height: normal !important;
  letter-spacing: 0 !important;
  color: var(--color-white) !important;
  text-align: left !important;
  margin: 8px 8px 0 !important;
}
.section__v3 .section__slots .slot .slot__content .slot__superscription + .slot__title p, 
.section__v2 .section__slots .slot .slot__content .slot__superscription + .slot__title p,
.section__v3 .section__slots .slot .slot__content .slot__superscription + .slot__title h2, 
.section__v2 .section__slots .slot .slot__content .slot__superscription + .slot__title h2,
.section__v3 .section__slots .slot .slot__content .slot__superscription + .slot__title h3, 
.section__v2 .section__slots .slot .slot__content .slot__superscription + .slot__title h3 {
	margin-top: 0 !important;
}
.section__v3 .section__slots .slot .slot__content,
.section__v2 .section__slots .slot.slot__big .slot__content {
  text-align: left !important;
}
.section__v3 .section__slots .slot.slot__big .slot__image {
  width: initial !important;
}
.section__title a,
.section__title {
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 42px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--color-black) !important;
  text-transform:  unset !important;
  width: 100%;
}
.section__title {
  margin-top: 8px !important;
}
.section__header {
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: initial;
  padding-left: 0 !important;
}
.section__v3 .section__header .section__title a,
.section__v2 .section__header .section__title a,
.section__v3 .section__header .section__title h2,
.section__v2 .section__header .section__title h2 {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}
.slot__superscription {
  margin: 8px 0;
  padding-left: 0;
  text-align: left;
  width: 100%;
  max-width: 100%;
  color: var(--color-white);
}
.section__v3 .section__slots .slot .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v3 .section__slots .slot .slot__content .slot__title h2,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h2,
.section__v3 .section__slots .slot .slot__content .slot__title h3,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title h3 {
  font-weight: 700;
  font-size: 20px !important;
  line-height: 24px;
  letter-spacing: 0;
  color: var(--color-font) !important;
  padding: 0;
  margin: 0 16px;
}
.section__v3 .section__slots .slot .slot__image img,
.section__v3 .section__slots .slot .slot__image,
.section__v2 .section__slots .slot.slot__small .slot__image img,
.section__v2 .section__slots .slot.slot__small .slot__image {
  height: 280px !important;
}
.section__v3 .section__slots .slot .slot__image figure,
.section__v2 .section__slots .slot.slot__small .slot__image figure {
	margin: 8px;
}
.section__header {
  margin-bottom: 0 !important;
  padding-right: 0;
}
.section__v2 .section__slots .slot .slot__content .slot__title,
.section__v3 .section__slots .slot .slot__content .slot__title {
  padding-top: 16px;
}
.section__v2 .section__slots .slot .slot__content .slot__superscription + .slot__title,
.section__v3 .section__slots .slot .slot__content .slot__superscription + .slot__title {
  padding-top: 0;
}
.section__container.section__v2.section__light .section__slots .slot:first-child .slot__image {
  width: initial;
}
.section__v3 .section__header .section__title a,
.section__v2 .section__header .section__title a,
.section__v3 .section__header .section__title h2,
.section__v2 .section__header .section__title h2 {
  font-weight: 900 !important;
  font-size: 30px !important;
  line-height: 30px !important;
  color: var(--color-black) !important;
  margin-top: 16px;
  margin-bottom: 8px;
  text-transform: unset;
}
.section__v3 .section__slots .slot .slot__content,
.section__v2 .section__slots .slot.slot__small .slot__content {
  position: relative;
  min-height: 124px;
  max-height: 124px;
  border-radius: 0 0 32px 32px;
}
.section__header .section__links {
  align-self: flex-start;
  width: calc(100% - -16px);
  gap: 24px;
  margin-bottom: 16px;
}
.section__v2 .section__header .section__links a, 
.section__v3 .section__header .section__links a {
	text-transform: unset;
	margin: 4px 0;
	border-radius: 16px;
	height: 24px;
}
.section__v2 .section__header .section__links a:last-of-type, 
.section__v3 .section__header .section__links a:last-of-type {
  margin-right: 16px;
}
/* /sekcje */

/*rotator*/
.section__rotator .swiper-slide a {
  width: 160px;
  height: 200px;
}
.section__rotator .swiper-slide img {
	border-radius: 17px;
}
.swiper.rotator .swiper-button-next {
  width: 40px;
  height: 40px;
}
.swiper.rotator .swiper-button-prev {
  width: 40px;
  height: 40px;
}
.swiper.rotator .swiper-button-next::after {
  background: url('/media/urzadzamy/desktop/images/sg-rotator-next.svg');
    height: 40px;
    width: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--color-white);
    border-radius: 100%;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.02);
}
.swiper.rotator .swiper-button-prev::after {
  background: url('/media/urzadzamy/desktop/images/sg-rotator-prev.svg');
    height: 40px;
    width: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--color-white);
    border-radius: 100%;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.02);
}
.rotator .swiper-slide.swiper-slide-visible.swiper-slide-active img {
  height: 155px !important;
  border-radius: 17px;
}
.rotator .slot__title {
  padding: 8px !important;
}
.rotator .slot__title p,
.rotator .slot__title h2,
.rotator .slot__title h3 {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 400 !important;
  -webkit-line-clamp: 3 !important;
  text-align: left;
}
.slot__content {
  background: var(--color-white);
}
.section__container.section__rotator.section__light {
  margin-bottom: 24px;
  overflow: hidden;
}
.section__container.section__rotator.section__light .section__header {
  padding: 16px 0!important;
}
.rotator .swiper-slide {
  box-shadow: unset !important;
  background-position: center;
  background-size: cover;
  width: 155px !important;
  height: 206px !important;
  overflow: hidden;
}
.section__rotator .section__slots .rotator::before,
.section__rotator .section__slots .rotator::after {
  display: none;
}
.section__rotator .section__slots .rotator .slot__superscription {
  display: none;
}

/* v33 */
.v33_podcasts .element__media::after{
  display:none;
}
.v33_podcasts .element__media a{
  background-color: var(--color-white)
}
.v33_podcasts .element__media img{
  border-radius: 8px;
}
.v33_podcasts .element__superscription{
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2%;
  text-align: center;
}
.v33_podcasts .element__superscription p{
  display: none;
}
.v33_podcasts .main-title-listing{
  text-align:center;
  padding: 0;
}
.v33_podcasts .main-title-listing span {
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 46.25px !important;
  text-align: center !important;
}

/* v30*/
.v30 .element__media {
  width: initial;
  object-fit: cover;
  object-position: center;
  max-height: 288px;
}
.v30 .element__media a {
  min-height: 0px;
}
.v30 .element__media img {
  max-height: 288px;
  object-fit: cover;
  object-position: center;
}
.v30 > div:nth-of-type(1) .element__media::after,
.v30 > div:nth-of-type(2) .element__media::after,
.v30 > div:nth-of-type(3) .element__media::after {
  border-radius: 8px 8px 0 0;
}
.listing-container.v30 .element .element__content .element__headline a,
.listing-container.v30 .element .element__content .element__headline h2,
.listing-container.v30 .element .element__content .element__headline h3 {
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-font);
  -webkit-line-clamp: 3;
  text-align: left;
  padding: 0 24px;
  max-height: 124px;
  margin: 0;
}
.listing-container.v30 .element .element__content .element__superscription p {
  position: absolute;
  font-weight: 600 !important;
  height: inherit;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: none !important;
  background: none !important;
  color: var(--color-main) !important;
  padding: 0 !important;
  margin-left: 0 !important;
  text-transform: unset !important;
  top: 4px;
  left: 24px;
  text-align: center;
  width: 100%;
}
.listing-container.v30 .element .element__content .element__superscription {
  position: relative;
  width: inherit;
  background: var(--color-black);
  display: flex;
  height: 24px;
  padding: 4px 24px !important;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 0;
  margin-bottom: 8px;
  align-items: center;
  max-width: inherit !important;
}
.v30 > div .element__content {
  height: 124px;
}
.listing-container.v30 .element {
  height: 380px;
  width: 100%;
  margin-left: 0;
  margin-top: 4px;
  position: relative;
  overflow: initial;
  margin-bottom: 32px;
  margin-right: 0;
}
.v30 div {
  height: initial;
  width: 100%;
  position: relative !important;
  overflow: initial !important;
}

/* article */
.single-photo.hero.with-frames {
  width: initial;
  max-width: initial;
}
.gl_plugin.socials {
  margin-bottom: 24px;
}
.product-presentation__button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
  border-radius: 8px;
  text-wrap: nowrap;
  padding: 4px 8px;
  margin: auto;
  min-height: 32px;
  white-space: normal;
}
.product-presentation__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
.product-presentation__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}
.product-presentation__image--small {
  width: 100%;
  height: auto;
}

/* highlight */
article .highlight {
  border-bottom: 0;
  padding: 8px 8px 16px 8px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.02);
}

article .highlight .highlight__title {
  float: none;
  width: auto;
}

article .highlight .highlight__textbox {
  margin-bottom: 8px;
}

article .highlight .highlight__title .hightlight__text {
  text-align: left;
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  color: var(--color-font);
  border-bottom: 0;
  padding-bottom: 0;
}

article .highlight .highlight__textbox p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-font);
}

article .highlight .highlight__button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

article .highlight .highlight__button .hightlight__button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  border: 1px solid #D9D9D9;
  padding: 4px 16px;
  color: var(--color-light-black);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  border-radius: 96px;
  width: max-content;
  box-sizing: border-box;
  min-width: 128px;
  text-decoration: none !important;
  height: 32px;
  text-align: center;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.02);
  margin: 4px 0 0 0;
}

article .highlight .highlight__image {
  margin-bottom: 16px;
}

article .highlight .highlight__figcaption {
  position: relative;
  bottom: 0;
  padding: 2px 4px;
  left: 0;
  margin: 0;
  width: 100%;
  line-height: 10px;
}

article .highlight .highlight__figcaption .hightlight__text {
  display: inline;
  text-align: left;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  line-height: 10px;
}

article .gallery-description p {
	display: inline;
	text-align: left;
	color: var(--color-font);
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}

article .gallery-description p::before {
    position: relative;
    top: 2px;
    left: 0px;
    content: '•';
    font-size: 20px;
    margin-right: 4px;
    color: var(--color-main);
}

/* - recommended content - */
article .recommended-content {
	position: relative;
	align-items: center;
	width: 100%;
	height: auto;
	border: 0;
	padding: 0;
	margin: 0 0 24px 0;
}

article .recommended-content .title {
	line-height: 15px;
	margin-left: 0 !important;
}

article .recommended-content .recommendedTitle__text {
	position: relative;
	display: inline-flex;
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	color: var(--color-black);
}

article .recommended-content .item {
	display: inline;
}

article .recommended-content .item a {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: var(--color-black);
    text-decoration: underline !important;
    text-decoration-color: var(--color-main) !important;
    text-underline-offset: 2px !important;
    text-decoration-thickness: 1px !important;
}

article .recommended-content .item::before {
    position: relative;
    top: 3px;
    left: 1px;
    content: '•';
    font-size: 24px;
    margin-right: 4px;
    color: var(--color-main);
}

article .recommended-content .item span {
    display: inline;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: var(--color-black);
}

article .recommended-content .item a:hover {
	text-decoration: none !important;
}

/* breadcrumb_v2 */
.breadcrumb_v2 {
  margin-top: 8px;
  margin-bottom: 12px;
}
.breadcrumb_v2 .breadcrumb_v2-item:first-child a {
  font-size: 0;
}
.breadcrumb_v2 .breadcrumb_v2-item:first-child a::before {
  position: absolute;
  margin-right: 10px;
  top: -2px;
  left: -13px;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url('/media/icons/breadcrumbs-home.svg');
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: invert(64%) sepia(72%) saturate(4218%) hue-rotate(65deg) brightness(94%) contrast(101%);
}
.breadcrumb_v2 .breadcrumb_v2-item:first-child {
  margin-left: 12px;
}
.breadcrumb_v2 .breadcrumb_v2-item:first-child a::after {
  display: none;
}
.breadcrumb_v2 .breadcrumb_v2-item::after {
  position: absolute;
  margin-right: 10px;
  top: -4px;
  left: -24px;
  background-size: contain;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url('/media/icons/breadcrumb-slash.svg');
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.breadcrumb_v2 .breadcrumb_v2-item:first-child::after {
  display: none;
}
.breadcrumb_v2 .breadcrumb_v2-item a {
  font-family: var(--font-family-main);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}
.breadcrumb_v2 .breadcrumb_v2-item:last-child {
  color: var(--color-font);
}
.breadcrumb_v2 .breadcrumb_v2-item {
  position: relative;
  margin-left: 16px;
  border-right: 0;
  font-family: var(--font-family-main);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}
.breadcrumb_v2 .breadcrumb_v2-item a:hover {
  text-decoration: none;
}
/* /breadcrumb_v2 */

/* new article gallery */
.lead-gallery::after {
  content: "ZOBACZ GALERIĘ";
  top: 8px;
  left: 8px;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-white);
  background-color: var(--color-main);
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 48px;
}

/* listing v32 */
.v32>div:nth-child(1) .element__content,
.v32>div:nth-child(2) .element__content,
.v32>div:nth-child(3) .element__content {
  position: relative;
}
.v32>div:nth-child(1),
.v32>div:nth-child(2),
.v32>div:nth-child(3) {
  height: initial;
  width: 100%;
  position: relative;
  overflow: initial;
}
.v32>div:nth-child(1) .element__media,
.v32>div:nth-child(2) .element__media,
.v32>div:nth-child(3) .element__media {
  width: initial;
}
.v32>div:nth-child(1) .element__content:after,
.v32>div:nth-child(2) .element__content:after,
.v32>div:nth-child(3) .element__content:after,
.v32>div:nth-child(4) .element__content:after,
.v32>div:nth-child(5) .element__content:after,
.v32>div:nth-child(6) .element__content:after {
  display: none;
}
.v32>div:nth-child(1) .element__headline a,
.v32>div:nth-child(1) .element__headline h2,
.v32>div:nth-child(1) .element__headline h3 {
  font-weight: 900 !important;
  font-size: 24px !important;
  line-height: normal !important;
  color: var(--color-white) !important;
  text-align: left;
  padding: 0 24px;
}
.v32>div:nth-child(2) .element__headline a,
.v32>div:nth-child(3) .element__headline a,
.v32>div:nth-child(2) .element__headline h2,
.v32>div:nth-child(3) .element__headline h2,
.v32>div:nth-child(2) .element__headline h3,
.v32>div:nth-child(3) .element__headline h3 {
  font-weight: 900 !important;
  font-size: 24px !important;
  line-height: normal !important;
  color: var(--color-light-black) !important;
  text-align: left;
  padding: 0 24px;
}
.v32>div:nth-child(n+3) .element__headline a,
.v32>div:nth-child(n+3) .element__headline h2,
.v32>div:nth-child(n+3) .element__headline h3 {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: normal !important;
  letter-spacing: 0 !important;
  color: var(--color-light-black) !important;
  text-align: left;
  padding: 0 24px;
}
.v32>div:nth-child(2) .element__content,
.v32>div:nth-child(3) .element__content,
.v32>div:nth-child(4) .element__content,
.v32>div:nth-child(5) .element__content,
.v32>div:nth-child(6) .element__content {
  position: relative;
  padding-bottom: 8px;
  background: var(--color-white);
  height: initial;
  border-radius: 0 0 32px 32px;
}
.v32 .element .element__headline {
  margin: 0;
}
.v32>div .element__headline .element__superscription p {
  position: relative !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 22px !important;
  color: var(--color-white);
  background: var(--color-main) !important;
  border-radius: 32px;
  padding: 2px 16px;
  text-align: center;
}
.v32>div:nth-of-type(n+2) .element__headline .element__superscription p {
  font-size: 14px !important;
  line-height: 20px !important;
}
.v32>div .element__headline .element__superscription {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
  text-align: left;
}
.v32 .element:first-of-type .element__headline .element__superscription p {
	background-color: unset !important;
	color: var(--color-main-dark) !important;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700 !important;
	font-size:  20px !important;
	line-height: 20px !important;
  padding: 0;
}
.v32 .element,
.v32>div:nth-of-type(1), 
.v32>div:nth-of-type(2), 
.v32>div:nth-of-type(3) {
  height: auto;
}
.v32 .element {
	height: initial;
    flex-direction: column;
    border-radius: 32px;
    box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.01), 0px 8px 6px -4px rgba(0, 0, 0, 0.02), 0px 12px 16px 8px rgba(0, 0, 0, 0.02);
}
.v32 .element:first-of-type {
    background-color: var(--color-main);
    border-radius: 32px;
    box-shadow: 0px 0px 80px 0px rgba(255, 255, 255, 0.25) inset;
}
.v32 .element__media {
	margin: 16px;
}
.v32 .element__media a {
	background-color: var(--color-white);
}
.v32 .element__media a,
.v32 .element__media img {
	border-radius: 32px;
	height: 326px;
}
.v32>div:nth-of-type(1) .element__content:after, 
.v32>div:nth-of-type(2) .element__content:after, 
.v32>div:nth-of-type(3) .element__content:after, 
.v32>div:nth-of-type(4) .element__content:after, 
.v32>div:nth-of-type(5) .element__content:after, 
.v32>div:nth-of-type(6) .element__content:after {
  display: none;
}
/* /listing v32 */

.blockinfo__text p:last-of-type {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  color: var(--color-black);
}
.main-content .main-title-listing span {
  padding: 0;
}
.blockinfo__text.blockinfo__short p,
.blockinfo__text p,
.blockinfo__text li {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  padding: 0;
  color: var(--color-black);
}
.blockinfo__text h2 {
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	padding: 0;
	margin-bottom: 16px;
	margin-top: 24px;
}
.blockinfo__text h3 {
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
	padding: 0;
	margin-bottom: 16px;
	margin-top: 24px;
}
.blockinfo__text li a,
.blockinfo__text p a {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--color-black);
  text-decoration: underline;
  text-decoration-color: var(--color-font);
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.element__headline:not(:has(.element__superscription)) a {
  padding: 16px 16px 0 16px !important;
}

/* v34 */
.v34_radio .listing-container .element:first-child .element__media::after {
  border-radius: 8px 8px 0 0; 
}
.v34_radio .listing-container .element .element__media a {
  width: 100% !important;
  border-radius: 32px;
}
.v34_radio .listing-container .element .element__media {
  margin: 16px;
	width: initial;
}
.v34_radio .element__media a, 
.v34_radio  .element__media img {
    border-radius: 32px;
    height: 326px;
}
.v34_radio .listing-container .element__content {
	border-radius: 0 0 32px 32px;
}
.v34_radio .listing-container .element:first-child {
  height: 460px;
}
.v34_radio .element {
    height: initial;
    flex-direction: column;
    border-radius: 32px;
    box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.01), 0px 8px 6px -4px rgba(0, 0, 0, 0.02), 0px 12px 16px 8px rgba(0, 0, 0, 0.02);
}
.v34_radio .listing-container .element__content {
  position: relative !important;
}
.v34_radio .listing-container .element:first-child .element__headline .element__superscription p,
.v34_radio .listing-container .element:nth-child(2) .element__headline .element__superscription p,
.v34_radio .listing-container .element:nth-child(3) .element__headline .element__superscription p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.v34_radio .listing-container .element__content,
.v34_radio .listing-container .element__content .element__headline  {
    min-height: 142px;
    max-height: 142px;
}
.v34_radio .listing-container .element__headline .element__superscription p {
  font-weight: 500;
  height: inherit;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  background: none;
  color: var(--color-white);
  background-color: var(--color-main);
  margin-left: 0;
  text-transform: unset;
  max-width: unset !important;
  text-align: left;
  width: max-content;
  padding: 0 16px;
  border-radius: 32px;
}
.v34_radio  .element__headline .element__superscription {
  position: relative;
  width: inherit;
  display: flex;
  height: 24px;
  padding: 4px 24px !important;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
  justify-content: flex-start;
  max-width: unset !important;
  text-align: left;
}
.v34_radio .element:nth-of-type(n+4) .element__headline .element__superscription {
    padding: 4px 24px 12px 24px !important;
}
.v34_radio .listing-container .element:first-child .element__headline a, 
.v34_radio .listing-container .element:first-child .element__headline h2, 
.v34_radio .listing-container .element:first-child .element__headline h3 {
  color: var(--color-font);
}
.v34_radio .listing-container .element:nth-of-type(1) .element__headline a,
.v34_radio .listing-container .element:nth-of-type(2) .element__headline a,
.v34_radio .listing-container .element:nth-of-type(3) .element__headline a,
.v34_radio .listing-container .element:nth-of-type(1) .element__headline h2,
.v34_radio .listing-container .element:nth-of-type(2) .element__headline h2,
.v34_radio .listing-container .element:nth-of-type(3) .element__headline h2,
.v34_radio .listing-container .element:nth-of-type(1) .element__headline h3,
.v34_radio .listing-container .element:nth-of-type(2) .element__headline h3,
.v34_radio .listing-container .element:nth-of-type(3) .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  text-align: left;
  font-size: 24px;
  line-height: normal;
  font-weight: 900;
  padding-bottom: 0 !important;
}
.v34_radio .listing-container .element__headline a,
.v34_radio .listing-container .element__headline h2,
.v34_radio .listing-container .element__headline h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-font);
  padding: 0 16px;
}
.v34_radio .listing-container .element__content{
  max-height: 124px;
}
.v34_radio .listing-container .element:first-child .element__content {
  position: relative !important;
}
.v34_radio .listing-container .element .element__content {
  background: var(--color-white);
}
.v34_radio .listing-container:first-child .element__media::after {
  border-radius: 8px 8px 0 0;
}
.v34_radio .listing-container .element:first-child .element__content::after {
  display: none;
}
.v34_radio .listing-container .element .element__media img {
  border-radius: 17px;
}
.v34_radio .element__headline:not(:has(.element__superscription)) a {
  padding-top: 0 !important;
}
/* v34 */

/* paginacja */
.paginacja {
  margin-top: 24px;
}
.v32 ul.horizontal.paginacja a,
ul.horizontal.paginacja a {
  color: var(--color-font);
}
ul.horizontal.paginacja li.active,
ul.horizontal.paginacja li.active a {
  border: 0;
  border-radius: 100%;
}
.paginacja li.active a,
ul.horizontal.paginacja li.active a {
  color: var(--color-main) !important;
}
ul.horizontal.paginacja .fa-angle-left:before {
  width: 12px;
  height: 12px;
  margin-top: 10px;
  transform: rotate(180deg);
}
ul.horizontal.paginacja .fa-angle-right:before {
  width: 12px;
  height: 12px;
  margin-top: 8px;
  margin-left: 0;
}
ul.horizontal.paginacja .fa-angle-right:before,
.v32.listing-container ul.horizontal.paginacja .fa-angle-right:before,
.listing-container.v35.with-pagination ul.horizontal.paginacja .fa-angle-right:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/white-arrow.svg);
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: -16px;
  display: inline-block;
  transform: none;
  position: relative;
  top: 2px;
  left: 9px;
}
.v32 li.next,
.v32 li.prev ul.horizontal.paginacja li.next,
ul.horizontal.paginacja li.prev {
  background: var(--color-white);
  border-radius: 0;
}
ul.horizontal.paginacja .fa-angle-left:before,
.v32.listing-container ul.horizontal.paginacja .fa-angle-left:before,
.listing-container.v35.with-pagination ul.horizontal.paginacja .fa-angle-left:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/white-arrow.svg);
  transform: rotate(180deg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  top: -1px;
  left: 8px;
}
ul.horizontal.paginacja li.disable {
  opacity: 0.4;
  background: var(--color-white);
}
.paginacja li.active {
	border: 1px solid var(--color-main) !important;
	border-radius: 50% !important;
}
.paginacja li.next,
.paginacja li.prev {
	background-color: var(--color-main) !important;
	border-radius: 50% !important;
}
ul.horizontal.paginacja li.disable {
    background-color: #999;
    border-radius: 50%;
}
ul.horizontal.paginacja .fa-angle-left:before {
    transform: rotate(180deg);
}
.v32>div .element__content {
  position: relative;
  background: var(--color-white);
  height: 124px;
}
.main-layout .m_zpr_box_top1 {
  margin-bottom: 0;
}

/* audioBlock - ver. 02 */
.audioBlock.audio-block-ver-two .video-js .vjs-control-bar,
.audioBlock.audio-block-ver-two .vjs-play-control.vjs-control.vjs-button {
  background-color: var(--color-main);
}
/* /audioBlock - ver. 02 */

/* Strona Galerii */
.gallery-layout .last-page .article-container:first-of-type .element__content .element__superscription p {
  color: var(--color-main);
}
.gallery-layout .element__headline {
  background: unset;
}
.gallery-layout .footer::after {
  display: none !important;
}
/* /Strona Galerii */

/* Strona Autora i Tagu */
.author-layout .author__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-black);
  margin: 0 0 24px 0;
}
.author-layout .author__spec {
  text-align: center; 
}
.author-layout .author__desc a {
  color: var(--color-font);
  text-decoration: underline;
  text-decoration-color: var(--color-font);
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.author-layout .author__image {
  border-radius: 32px;
}
.author-layout .gl_plugin.author {
  margin-bottom: 32px;
}
.author-layout .author__desc p,
.author-layout .author__desc li,
.author-layout .author__desc ol,
.author-layout .author__desc ul,
.author-layout .author__desc p a,
.author-layout .author__desc a {
  color: var(--color-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.tag-layout .tag_photo {
	margin: 0 0 24px 0;
}
.tag-layout #blockinfo_long_seo_text {
  margin-bottom: 32px !important;
}
.tag-layout .blockinfo__text p,
.tag-layout .blockinfo__text li {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: var(--color-font);
}
.tag-layout .blockinfo__text h2{
  padding: 0 16px;
}
.author-layout .zpr_m_top_1>iframe, 
.author-layout .zpr_m_top_1>div, 
.author-layout .zpr_m_top_1>a,
.tag-layout .zpr_m_top_1>iframe, 
.tag-layout .zpr_m_top_1>div, 
.tag-layout .zpr_m_top_1>a {
	top: 16px;
}
.author-layout #hook_box_top1,
.tag-layout #hook_box_top1 {
	margin-bottom: 0;
}
.author-layout .author + .listing .listing-horizontal-full .element {
  justify-content: flex-start;
}
/* /Strona Autora i Tagu */

/* Taboola */
#taboola-below-article-thumbnails,
#taboola-below-category-thumbnails {
  padding: 0 16px;
}
#taboola-below-article-thumbnails .thumbnails-a .trc_rbox_header,
#taboola-below-category-thumbnails .thumbnails-a .trc_rbox_header {
  font-family: var(--font-family-main);
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: var(--color-black);
  text-transform: none;
  letter-spacing: 0;
	padding-bottom: 16px;
}
#taboola-below-article-thumbnails span.thumbBlock,
#taboola-below-category-thumbnails span.thumbBlock,
#taboola-below-article-thumbnails div.videoCube,
#taboola-below-category-thumbnails div.videoCube {
    border-radius: 32px !important;
}
#taboola-below-article-thumbnails div.videoCube,
#taboola-below-category-thumbnails div.videoCube {
    box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.01), 0px 8px 6px -4px rgba(0, 0, 0, 0.02), 0px 12px 16px 8px rgba(0, 0, 0, 0.02);
}
#taboola-below-article-thumbnails .video-title,
#taboola-below-category-thumbnails .video-title {
  font-family: var(--font-family-main);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  color: var(--color-font);
  -webkit-line-clamp: 3 !important;
  height: 56px;
}
#taboola-below-article-thumbnails .thumbnails-a .video-label-box,
#taboola-below-category-thumbnails .thumbnails-a .video-label-box {
    margin: 0 8px !important;
}
#taboola-below-article-thumbnails .videoCube .video-label-box .branding.composite-branding,
#taboola-below-category-thumbnails .videoCube .video-label-box .branding.composite-branding {
    margin: 0 24px !important;
}
#taboola-below-article-thumbnails .videoCube .video-cta-href,
#taboola-below-category-thumbnails .videoCube .video-cta-href {
    margin-right: 24px;
}
/* /Taboola */

/* Sponsorzy sekcji */
.section__container.sponsor-sekcji-rehau {
  position: relative;
}
.section__container.sponsor-sekcji-rehau::before {
  position: absolute;
  top: 8px;
  right: 16px;
  content: '';
  display: flex;
  background-image: url(/media/urzadzamy/desktop/images/sponsor-sekcji/sponsor-sekcji-rehau-mobile.svg);
  background-size: 75px 38px;
  background-repeat: no-repeat;
  width: 75px;
  height: 38px;
}
/* /Sponsorzy sekcji */

/* Poprawa kadrowania zdjecia leadowego w artykule */
#lead_object .single-photo.hero figure div img {
    height: auto;
    min-height: unset;
    max-height: unset;
    aspect-ratio: 994/828;
}

#lead_object .single-photo.hero {
    height: auto;
    aspect-ratio: 994/828;
}
/* /Poprawa kadrowania zdjecia leadowego w artykule */

/* ==================== START ======================
=========== Zmiany w szablonie artykułu ============
================================================= */
/* article author */
.article_authors_without_thumbnail, 
.article_authors_with_thumbnail {
  order: 1;
  width: 100%;
}
#timezone {
  display: flex;
  height: 16px;
  justify-content: start;
  font-size: 12px;
  line-height: 22px;
  width: 50%;
  margin-bottom: 24px;
}
.article_author span, 
.article_author span a, 
.article_authors_without_thumbnail span, 
.article_authors_without_thumbnail span a {
    font-size: 10px !important;
    font-weight: 600 !important;
    color: var(--color-font) !important;
}
.article_author span a,  
.article_authors_without_thumbnail span a {
  text-decoration: underline;
  text-decoration-color: var(--color-font) !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1px !important;
}
.article_authors_with_thumbnail .article_author, 
.article_authors_without_thumbnail .article_author {
  align-items: center;
  margin-bottom: 16px;
}
article .autor.flex.display-flex {
    margin-bottom: 8px;
}
.article__author__croppimg {
  height: 32px;
  width: 32px;
}
.article_authors_without_thumbnail {
  margin-top: 0;
  max-width: 230px;
}
.neck .autor {
  justify-content: space-between;
}
article .autor.flex.display-flex span.h3.pub_time_hours_minutes{
  border: none;
  margin: 0;
  padding: 0;
  line-height: 22px;
}
article .autor.flex.display-flex span.h3.pub_time_hours_minutes::before {
  content: " • ";
  margin: 0 2px;
}
.h3.pub_time_date{
  line-height: 22px !important;
}
.article__author__croppimg__plug:empty:before {
  height: 32px;
  width: 32px;
  border-radius: 96px;
  margin-right: 8px;
}
.article__author__croppimg img {
  height: 32px;
  width: 32px;
  border-radius: 96px;
}
.h3.art-sp {
  position: absolute;
  text-transform: none;
  right: 16px;
  font-size: 14px !important;
  line-height: 22px !important;
}
/* /article author */

article .autor.flex.display-flex {
  flex-direction: row;
}

/* article socials share icons */
.share-buttons-container.bottom .share-box-button-wrapper {
  width: 100%;
}
.share-buttons-container.bottom .share-buttons-wrapper {
  bottom: -34px;
}
.article-layout .share-buttons-wrapper {
  bottom: unset !important;
  top: -185px !important;
  right: -7px;
  background: var(--color-white);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  width: 40px;
  border-radius: 9px !important;
  justify-content: center;
}
.article-layout .share-box-button-wrapper .share-box__icon {
  color: var(--color-light-black);
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
}
.article-layout .share-box-button-wrapper .share-box__icon::after {
  background: url(/media/icons/article2025-global-share-mobile-icon.svg) no-repeat center !important;
  background-color: unset !important;
  top: -30%;
}
.article-layout .share-buttons > * {
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px !important;
  height: 24px !important;
  filter: none;
}
.article-layout .share-buttons-wrapper .mail-button {
  order: 0;
  background: url(/media/icons/article2025-share-envelope-icon.svg) !important;
}
.article-layout .share-buttons-wrapper .fb-button {
    order: 1;
    background: url(/media/icons/article2025-fb-share-icon.svg) !important;
}
.article-layout .share-buttons-wrapper .tt-button {
  order: 2;
  background: url(/media/icons/article2025-twitterx-icon.svg) !important;
  margin-bottom: 0 !important;
}
.article-layout .share-buttons-wrapper .share-buttons > * {
  margin-top: 0 !important;
  margin-bottom: 12px;
}
/* /article socials share icons */
article .title {
    margin-top: 8px;
}
article .lead {
    margin-top: 0;
}
.wide.article-layout:has(.one_column_article__container) .mediateka-widget {
    margin: 24px 0 16px auto;
}
/* Poprawa kadrowania zdjecia leadowego w artykule */
#lead_object .single-photo.hero figure div img {
    height: auto;
    min-height: unset;
    max-height: unset;
    aspect-ratio: 994/828;
}

#lead_object .single-photo.hero {
    height: auto;
    aspect-ratio: 994/828;
}
/* /Poprawa kadrowania zdjecia leadowego w artykule */
/* ===================== END =======================
=========== Zmiany w szablonie artykułu ============
================================================= */