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

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

:root {
  --font-family-main: "Roboto", sans-serif;
  --color-font: #222222;
  --color-black: #000000;
  --color-main: #006dff;
  --color-main-second: #ed2125;
  --color-body-bg: #ffffff;
  --color-text-big-superscription: #ffffff;
  --color-bg-big-superscription: #006dff;
  --color-text-small-superscription: #ffffff;
  --color-bg-small-superscription: #006dff;
  --color-bg-slot: #ffffff;
  --color-big-slot-title: #ffffff;
  --color-small-slot-title: #222222;
  --color-bg-slot-border: #ffffff;
  --color-bg-header: #006dff;
  --color-border-header: #006dff;
  --color-border-line: #999999;
  --color-white: #ffffff;
  --color-pagination: #006dff;
  --color-quiz: #006dff;
  /* Gallery */
  --color-gallery-text: #ffffff;
  --color-gallery: #006dff;
  --color-gallery-overlay: rgba(0, 0, 0, 0.6);
  /* Taboola feed */
  --font-family-taboola-feed: "Roboto", sans-serif;
  --radius-taboola-feed: 0;
  --color-font-taboola-feed: #000000;
  /* Breadcrumbs */
  --color-breadcrumbs-text: #000000;
  --color-breadcrumbs-link: rgba(0, 0, 0, 0.6);
  /* Border radiuses */
  --radius-lead-image: 20px;
  --radius-lead-gallery-main: 20px;
  --radius-lead-gallery-thumbnail: 20px;
  --radius-article-gallery: 20px;
  --radius-article-image: 0;
  --radius-video: 0;
}

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

.gl_wrapper {
  background: var(--color-body-bg);
}

.tag-layout .header + .main__section .gl_wrapper {
  padding-top: 16px;
}

/* header */
.main-layout.wide .header {
  margin-bottom: 0 !important;
}

.header .header-bar-wrapper {
  background-color: var(--color-bg-header);
}

.header .header-bar {
  justify-content: center;
  align-items: center;
  height: 62px;
  background-color: var(--color-bg-header);
}

.header .header-bar .header-bar__logo img {
  height: 62px;
  margin-left: 8px;
  margin-right: 42px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item {
  position: relative;
  flex-direction: row;
  margin-right: 16px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots:hover,
.header
  .header-bar
  .bottom-tap-bar
  .bottom-tap-bar-item:hover
  .bottom-tap-bar-item__text
  span {
  color: var(--color-white);
}

.header
  .header-bar
  .bottom-tap-bar
  .bottom-tap-bar-item
  .bottom-tap-bar-item__text
  span {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--color-white);
}

.header .header-bar .header-bar__logo {
  display: flex;
  order: 0;
  height: 62px;
}

.header .header-bar > a {
  display: flex;
  order: 1;
}

.header .header-bar .bottom-tap-bar {
  margin-left: 80px;
  order: 2;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__icon {
  margin-right: 8px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item img {
  width: 22px;
  height: auto;
  color: var(--color-white);
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots {
  position: relative;
  margin-bottom: 42px;
  letter-spacing: -0.06em;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots::after {
  position: absolute;
  content: "WIĘCEJ";
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--color-white);
  top: 18px;
  right: -52px;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots:hover::after {
  color: var(--color-white);
}

.header .header-bar .header-bar__listen {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 240px;
  z-index: 10;
  margin-right: 0;
}

.header .header-bar .header-bar__listen span {
  position: relative;
  font-size: 18px;
}

.header .header-bar .header-bar__listen:hover span::after {
  display: block;
  width: 74%;
  height: 4px;
  background-color: var(--color-white);
  position: absolute;
  bottom: 6px;
  right: -2px;
  content: "";
  border-radius: 16px;
  box-shadow: 0px 4px 4px 0px #ffffff99;
}

.header .header-bar .header-bar__listen span::before {
  background-image: url("/media/voxfm/desktop/images/header-play-icon2024.svg?ggfd=");
  content: "";
  height: 52px;
  width: 52px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-top: 8px;
  margin-right: 10px;
  box-sizing: border-box;
}

.header .header-bar.active {
  z-index: 999999;
}

.header .header-bar.active .bottom-tap-bar .bottom-tap-bar-item__dots {
  position: relative;
}

.header .header-bar .bottom-tap-bar .bottom-tap-bar-item__dots:hover::before,
.header .header-bar.active .bottom-tap-bar .bottom-tap-bar-item__dots::before {
  display: block;
  width: 106px;
  height: 4px;
  background-color: var(--color-white);
  position: absolute;
  bottom: -34px;
  left: -2px;
  content: "";
  border-radius: 16px;
  box-shadow: 0px 4px 4px 0px #ffffff99;
}

.header
  .header-bar
  .bottom-tap-bar
  .bottom-tap-bar-item.active:not(.dots)::before,
.header
  .header-bar
  .bottom-tap-bar
  .bottom-tap-bar-item:not(.dots):hover::before {
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--color-white);
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  border-radius: 16px;
  box-shadow: 0px 4px 4px 0px #ffffff99;
}

.header .bottom-tap-menu {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  min-width: 1280px;
  width: 1280px;
  height: auto;
  background: var(--color-white);
  transition: 0.5s;
  margin-left: calc((100vw - 1296px) / 2);
  border-bottom-right-radius: 100px;
  -webkit-box-shadow: -2px 8px 24px -16px rgb(0 0 0);
  -moz-box-shadow: -2px 8px 24px -16px rgb(0 0 0);
  box-shadow: -2px 8px 24px -16px rgb(0 0 0);
  margin-bottom: 48px;
  z-index: 999999999999999999;
}

.header .bottom-tap-menu.hide {
  transform: translateY(-2000px);
  height: 0;
  padding: 0;
}

.header .bottom-tap-menu.hide::after,
.header .bottom-tap-menu.hide ul {
  display: none;
}

.header .bottom-tap-menu ul li a:hover {
  color: var(--color-main-second);
}

.header .bottom-tap-menu ul li a {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: var(--color-main);
}

.header .bottom-tap-menu .bottom-tap-menu-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 640px;
  padding-bottom: 120px;
}

.header .bottom-tap-menu .bottom-tap-menu-right {
  display: flex;
  flex-direction: column;
  width: 640px;
  height: 677px;
  padding: 16px 0 16px 40px;
  background-color: #dfdfdf;
  border-bottom-right-radius: 100px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items {
  margin-top: 8px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--color-font);
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.header
  .bottom-tap-menu
  .bottom-tap-menu-right
  .menu-right-items
  ul
  li
  a:hover {
  font-weight: 700;
}

.header .bottom-tap-menu .bottom-tap-menu-left ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 16px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-title,
.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-title a {
  font-size: 22px;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 8px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.header .bottom-tap-menu .bottom-tap-menu-left ul li {
  text-align: left;
  margin-bottom: 24px;
}

.header .bottom-tap-menu .bottom-tap-menu-right .menu-right-items ul li {
  width: 30%;
  text-align: left;
  margin-bottom: 24px;
}

.header .bottom-tap-menu .bottom-tap-menu-left ul li:last-child {
  position: relative;
  padding-bottom: 4px;
}

.header .bottom-tap-menu .bottom-tap-menu-left .left-menu-submenu-more {
  content: "";
  position: absolute;
  top: -6px;
  left: 80px;
  display: block;
  background: url(/media/voxfm/desktop/images/white-chevron-down-icon2024.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transform: rotate(180deg);
  background-color: var(--color-main-second);
  transition: 0.6s;
}

.header .bottom-tap-menu .bottom-tap-menu-left .left-menu-submenu.hide {
  display: none;
}

.header
  .bottom-tap-menu
  .bottom-tap-menu-left
  li.news-active
  .left-menu-submenu {
  border-top: 1px solid var(--color-main-second);
  margin-top: 4px;
}

.header .bottom-tap-menu .bottom-tap-menu-left li:not(.news-active) {
  border-bottom: 0;
}

.header
  .bottom-tap-menu
  .bottom-tap-menu-left
  li.news-active
  .left-menu-submenu-more {
  transform: rotate(0);
}

.header .bottom-tap-menu .bottom-tap-menu-left li.submenu-active {
  border-top: 1px solid var(--color-main-second);
  margin-top: 4px;
}

.header .bottom-tap-menu .bottom-tap-menu-left li:not(.submenu-active) {
  border-bottom: 0;
}

.header
  .bottom-tap-menu
  .bottom-tap-menu-left
  li
  .submenu-active.left-menu-submenu-more {
  transform: rotate(0);
}

.header .bottom-tap-menu .bottom-tap-menu-left li .left-menu-submenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 16px 0 0 16px;
}

.header .bottom-tap-menu .bottom-tap-menu-left li .left-menu-submenu li {
  width: 33%;
  margin-bottom: 16px;
  margin-right: 0;
}

.header .bottom-tap-menu .bottom-tap-menu-left li .left-menu-submenu li a {
  font-size: 16px;
  line-height: 18px;
}
/* /header */

/* footer */
footer .gl_wrapper > .row {
  border-top: 1px solid var(--color-border-line);
  padding-top: 16px;
}

footer .legal-info {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
  margin: 16px 0 48px;
  text-align: center;
  width: 100% !important;
}

footer .show-list,
footer .list,
footer .copyright {
  background-color: var(--color-black);
}

footer .serwis-list:before,
footer .serwis-list .copyright:before {
  position: absolute;
  background-color: var(--color-black);
  content: "";
  height: 42px;
  width: 100vw;
  z-index: 0;
  left: calc(-50vw - -50%);
}

footer .serwis-list .copyright:before {
  border-top: 1px solid var(--color-white);
  margin-top: -1px;
}

footer .fa-caret-down:before {
  background-size: contain;
  width: 14px;
  height: 8px;
  content: "";
  background-image: url("/media/voxfm/desktop/images/white_caret_down-icon2024.svg");
  background-size: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

footer .copyright .copyright__text {
  position: relative;
}

footer .serwis-list.show:before {
  height: 180px;
}

footer .show-list::after {
  content: "";
  position: absolute;
  left: calc(-50vw - -50%);
  top: 40px;
  border-bottom: 1px solid var(--color-white);
  width: 100vw;
}

footer .serwis-list .list ul li .h5 {
  color: var(--color-main);
}

footer .list {
  padding: 16px 8px;
}
/* /footer */
.section__v1 .section__header .section__title h2,
.section__v2 .section__header .section__title h2,
.section__v3 .section__header .section__title h2,
.section__v1 .section__header .section__title a,
.section__v2 .section__header .section__title a,
.section__v1 .section__header .section__title,
.section__v2 .section__header .section__title,
.section__v3 .section__header .section__title a,
.section__v3 .section__header .section__title,
.main-content .listing .main-title-listing,
.main-content .listing .main-title-listing a,
.section__v1 .section__header .section__links a:hover,
.section__v2 .section__header .section__links a:hover,
.section__v4 .section__title,
.section__v4 .section__slots a:hover,
.wide.article-layout .main-title-listing,
.listing.v18_side .main-title-listing span,
.player-layout .main-title-listing,
.podcast-layout .main-title-listing {
  color: var(--color-main-second) !important;
}

.section__v1 .section__header .section__title,
.section__v2 .section__header .section__title,
.section__v3 .section__header .section__title {
  margin-left: 0;
  margin-bottom: 16px;
}

.listing.v18_side .element__headline {
  border-bottom: 1px solid #eeeeee;
}

/* section v4 */
.main-layout .section__v4 {
  position: absolute;
}

.main-layout .section__v4 .section__title {
  margin-left: 0;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  color: var(--color-main-second);
  text-transform: uppercase;
  margin-bottom: 8px;
}
/* /section v4 */

/* section v1, v2 */
.section__v1 {
  margin: 16px 0 24px 0;
}

.section__v1 .section__slots .slot.slot__big .slot__superscription,
.section__v2 .section__slots .slot.slot__big .slot__superscription {
  top: 260px;
  right: unset;
}

.section__v1
  .section__slots
  .slot.slot__big
  .slot__content
  .slot__superscription
  p,
.section__v2
  .section__slots
  .slot.slot__big
  .slot__content
  .slot__superscription
  p {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  padding: 4px 8px;
  background-color: var(--color-bg-big-superscription);
  color: var(--color-text-big-superscription);
}

.section__v1 .section__slots .slot.slot__big .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__big .slot__content .slot__title p {
  position: absolute;
  top: 302px;
  left: 24px;
  right: 24px;
  text-align: left;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  -webkit-line-clamp: 4;
  letter-spacing: -0.01em;
  color: var(--color-big-slot-title);
}

.section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription
  p,
.section__v2
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription
  p,
.section__v3 .section__slots .slot .slot__content .slot__superscription p {
  margin: 0;
  background-color: var(--color-bg-small-superscription);
  color: var(--color-text-small-superscription);
  font-weight: 400;
}

.article-layout
  .section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__title
  p {
  text-align: left;
}

.article-layout
  .section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription {
  right: unset;
  max-width: 90%;
}

.article-layout
  .section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription
  p {
  max-width: 100%;
}

.section__v1 .section__header .section__title {
  margin-left: 0;
}

.section__v1 .section__header .section__links,
.section__v1 .section__header .section__links {
  scrollbar-color: var(--color-white) var(--color-white);
}

.section__v1.section__light
  .section__slots
  .slot.slot__small
  .slot__content::after,
.section__v2.section__light
  .section__slots
  .slot.slot__small
  .slot__content::after,
.section__v2.section__dark
  .section__slots
  .slot.slot__small.slot_4
  .slot__content::after,
.section__v2.section__dark
  .section__slots
  .slot.slot__small.slot_5
  .slot__content::after {
  height: 112px;
}

.section__v1 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p {
  padding: 0;
  color: var(--color-small-slot-title);
}

.section__v1
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription
  + .slot__title
  p,
.section__v2
  .section__slots
  .slot.slot__small
  .slot__content
  .slot__superscription
  + .slot__title
  p {
  top: 160px;
}

.section__v1 .section__slots .slot.slot__small .slot__content .slot__title p,
.section__v2 .section__slots .slot.slot__small .slot__content .slot__title p {
  top: 140px;
  padding: 0;
  color: var(--color-small-slot-title);
}
.section__v3 .section__slots > a .slot__content .slot__superscription {
  color: var(--color-text-small-superscription);
  margin: 0;
  padding-left: 0px;
  height: 20px;
  align-items: center;
  display: flex;
}
.section__v3 .section__slots > a .slot__content .slot__title p {
  margin-left: 0;
}
/* /section v1, v2 */

/* listing v34 */
.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__superscription
  p {
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 24px !important;
  padding: 2px 8px !important;
  background-color: var(--color-bg-big-superscription) !important;
  color: var(--color-text-big-superscription);
}

.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__headline
  a {
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.01em;
  color: var(--color-big-slot-title);
}

.listing-container.hero-img-v34
  .element
  .element__content
  .element__superscription {
  left: 16px;
  top: -5px;
}

.listing-container.hero-img-v34
  .element:nth-child(n + 2)
  .element__content
  .element__superscription {
  position: relative;
  display: flex;
  left: 0;
  top: 0;
  margin: 0;
}

.listing-container.hero-img-v34
  .element:nth-child(2)
  .element__content
  .element__headline
  > a,
.listing-container.hero-img-v34
  .element:nth-child(3)
  .element__content
  .element__headline
  > a {
  color: var(--color-big-slot-title);
}

.listing-container.hero-img-v34
  .element:nth-child(n + 2)
  .element__content
  .element__headline {
  background: var(--color-bg-slot);
  height: 112px;
  top: 138px;
}

.listing-container.hero-img-v34
  .element:nth-child(n + 2)
  .element__content
  .element__headline
  > a {
  margin: 0;
  height: 104px;
}
/* /listing v34 */

/* listing v30 */
.listing-container.v30 .element .element__content .element__headline > a {
  margin: 0;
}

.listing-container.v30 .element .element__content .element__superscription {
  display: block;
  position: relative;
  margin: 0;
  top: 0px;
}

.listing-container.v30 .element .element__content .element__headline {
  top: 156px;
  height: 96px;
}
/* /listing v30 */

/* listing v32 */
.v32.listing-container .element:nth-child(n + 3) .element__content a::after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
}

.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline
  a,
.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline
  a {
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  min-height: 100px;
  max-height: 100px;
  color: var(--color-small-slot-title) !important;
}

.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline,
.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__headline {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 300px;
  max-width: 300px;
  padding: 0;
}

.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__superscription {
  position: relative;
  display: flex;
  bottom: 0;
  left: 0;
}

.v32.listing-container ul.horizontal.paginacja li.disable .fa-angle-left:before,
.v32.listing-container
  ul.horizontal.paginacja
  li.disable
  .fa-angle-right:before,
ul.horizontal.paginacja li.disable .fa-angle-left:before,
ul.horizontal.paginacja li.disable .fa-angle-right:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/black-arrow.svg);
  transform: rotate(180deg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 9px;
  margin-right: 2px;
}

.v32.listing-container
  ul.horizontal.paginacja
  li.disable
  .fa-angle-right:before {
  transform: rotate(0deg);
}
/* /listing v32 */

.main-layout .v18_side .main-title-listing {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.main-layout .v18_side .main-title-listing span {
  text-transform: uppercase;
}

.main-layout .v18_side .element__headline a {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
}

.main-layout .v18_side .element__headline a:hover {
  color: var(--color-main);
}

.main-layout .v18_side .listing-horizontal-full-v18 {
  margin-left: 16px;
}

/* widget-player */
.widget-player {
  border-radius: 24px 24px 0px 0px;
  height: 412px;
}

.widget-player .widget-player-top {
  position: relative;
  height: 272px;
}

.widget-player .widget-player-top::before {
  background: var(--color-main);
  width: 100%;
  height: 72px;
  display: block;
  content: "";
  position: absolute;
  border-radius: 24px 24px 0 0;
  top: 0;
  left: 0;
  z-index: 1;
}

.widget-player,
.widget-player .widget-player-top__images {
  background-color: var(--color-white);
}

.widget-player .widget-player-bottom.links {
  background-color: var(--color-white);
  height: 52px;
  box-sizing: border-box;
  border-left: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
}

.widget-player .yt_link a {
  margin-left: 32px;
}

.widget-player .fb_link a {
  margin-left: 8px;
}

.widget-player .yt_link a,
.widget-player .fb_link a,
.widget-player .ig_link a,
.widget-player .tt_link a {
  margin-right: 24px;
}

.widget-player .yt_link a {
  background-image: url("/media/voxfm/desktop/images/youtube-widget-player-icon2024.svg?gdgfd=53543");
}

.widget-player .fb_link a {
  background-image: url("/media/voxfm/desktop/images/facebook-widget-player-icon2024.svg?gfgfdg");
}

.widget-player .ig_link a {
  background-image: url("/media/voxfm/desktop/images/instagram-widget-player-icon2024.svg");
}

.widget-player .tt_link a {
  background-image: url("/media/voxfm/desktop/images/tiktok-widget-player-icon2024.svg");
}

.widget-player .widget-player-middle__player {
  background-size: 50px;
  width: 50px;
  height: 50px;
  background-image: url("/media/voxfm/desktop/images/widget-player-play-icon2024.svg");
}

.widget-player .widget-player-middle {
  background-color: var(--color-main);
  border-radius: 16px 16px 0px 0px;
  height: 88px;
}

.widget-player .widget-player-middle__playing span {
  font-weight: 400;
  font-size: 9px;
  line-height: 14px;
  color: var(--color-white);
  white-space: nowrap;
}

.widget-player .widget-player-middle__playing {
  position: absolute;
  top: 8px;
  left: 16px;
  width: auto;
}

.widget-player .widget-player-middle__song span.song-title {
  position: absolute;
  top: 28px;
  left: 16px;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: var(--color-white);
  max-width: 208px;
  max-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}

.widget-player .widget-player-middle__song span.song-author {
  position: absolute;
  top: 52px;
  left: 16px;
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: var(--color-white);
  max-width: 208px;
  max-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}

.widget-player .widget-player-top__images .logo {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  margin: 0;
  height: 62px;
  width: auto;
}

.widget-player img.schedule-photo {
  position: absolute;
  width: 134px;
  height: 134px;
  left: 6px;
  top: 104px;
  object-fit: cover;
  border-radius: 50%;
  outline: 4px solid var(--color-white);
  filter: drop-shadow(39px 53px 26px rgba(49, 22, 2, 0.03))
    drop-shadow(22px 30px 22px rgba(49, 22, 2, 0.1))
    drop-shadow(10px 13px 16px rgba(49, 22, 2, 0.17))
    drop-shadow(2px 3px 9px rgba(49, 22, 2, 0.2))
    drop-shadow(0px 0px 0px rgba(49, 22, 2, 0.2));
}

.widget-player .widget-player-top__images {
  width: 86px;
}

.widget-player .widget-player-top__content {
  width: 160px;
  margin-top: 80px;
  margin-left: 40px;
  margin-right: 0;
}

.widget-player span.schedule-title {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: var(--color-main);
  text-transform: uppercase;
}

.widget-player span.schedule-author {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: var(--color-font);
}

.widget-player
  .widget-player-top:hover
  + .widget-player-middle
  .widget-player-middle__player,
.widget-player .widget-player-middle:hover .widget-player-middle__player,
.widget-player .widget-player-middle__player:hover {
  background-image: url("/media/voxfm/desktop/images/widget-player-play-hover-icon2024a.svg") !important;
}

.widget-player .widget-player-bottom.links > div a {
  height: 32px;
}

.widget-player .widget-player-bottom.links > div a:hover {
  height: 32px;
  filter: invert(1) brightness(0);
  -webkit-filter: invert(1) brightness(0);
}
/* /widget-player */

.main-layout.wide .main-content .main-title-listing,
.main-layout.wide .main-content .main-title-listing a,
.wide.page-layout .listing .main-title-listing,
.wide.page-layout .listing .main-title-listing a,
.bottom_hook .main-title-listing,
.bottom_hook .main-title-listing a {
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  color: var(--color-main-second);
  text-transform: uppercase;
  margin-left: 0;
  margin-bottom: 0;
}

/* player page */

.player__wide-container
  .player__wide-right_container
  .video-js
  .vjs-control-bar {
  height: 48px;
}

.player__stream-contact_container {
  display: flex;
  height: 200px;
  padding-top: 60px;
}

#player_messenger_background.active {
  top: 0;
  background-color: #dfdfdf;
}

#player_messenger_background.active #player_messenger_close_text span {
  right: -16px;
}

#player_messenger_background.active #player_messenger_close_text {
  color: var(--color-black);
}

.player__wide-container {
  background-color: var(--color-main);
  border-radius: 0 0 30px 30px;
  height: 600px;
}

.player__wide-container .player__wide-right_container {
  width: 484px;
  margin-left: 64px;
}

.player__wide-container .player__stream-title {
  display: none;
}

.player__wide-container .player__stream-author_container {
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 16px;
}

.player__wide-container
  .player__wide-left_container
  .player__program-image_container
  img {
  border-radius: 100%;
  height: 300px;
  margin-top: -70px;
  margin-left: 8px;
  border: 12px solid var(--color-main-second);
}

.player__wide-container
  .player__wide-left_container
  .player__program-image_container {
  position: relative;
}

.player__wide-container
  .player__wide-left_container
  .player__program-image_container
  img {
  position: relative;
  z-index: 1;
}

.player__wide-container
  .player__wide-left_container
  .player__program-image_container::before {
  content: "";
  display: block;
  width: 348px;
  height: 348px;
  position: absolute;
  top: -94px;
  bottom: -24px;
  left: -16px;
  right: -24px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}

.player__wide-container
  .player__wide-left_container
  .player__program-image_container::after {
  content: "";
  display: block;
  width: 396px;
  height: 396px;
  position: absolute;
  top: -118px;
  bottom: -48px;
  left: -40px;
  right: -48px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}

.player__wide-container .player__wide-right_container .streamTrack {
  color: var(--color-black);
  max-width: 320px;
}

.player__wide-container .player__wide-right_container #playerNowPlayingContent {
  background-color: var(--color-white);
  color: var(--color-black);
  margin-bottom: 0;
  border-radius: 20px;
  height: 115px;
}

.player__wide-container .player__wide-right_container .player__stream-title,
.player__wide-container
  .player__wide-right_container
  .player__stream-contact_container
  a,
.player__wide-container
  .player__wide-right_container
  .player__stream-contact_container
  .player__stream--messenger,
.player__wide-container
  .player__wide-right_container
  .player__stream-contact_container
  .player__stream--telephone {
  color: var(--color-main);
}

.player__wide-container
  .player__wide-right_container
  .player__stream-contact_container
  a {
  width: 140px;
  line-height: 18px;
  letter-spacing: 0.03em;
}

.player__wide-container
  .player__wide-left_container
  .player__program-text_container {
  border-radius: 0 0 40px 40px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
  color: var(--color-white);
  margin-top: 24px;
  margin-left: 8px;
}

.player__wide-container
  .player__wide-left_container
  .player__program-text_container
  #playerProgramName {
  text-transform: uppercase;
  font-size: 33px;
  line-height: 40px;
}

.player__wide-container
  .player__wide-left_container
  .player__program-text_container
  #playerProgramAuthor {
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.02em;
}

.player__wide-container
  .player__wide-right_container
  .player__stream-contact_container
  .player__stream--messenger::before {
  background-image: url("/media/voxfm/desktop/images/messenger-desktop-icon2024.svg");
  height: 75px;
  width: 75px;
}

.player__wide-container
  .player__wide-right_container
  .player__stream-contact_container
  .player__stream--telephone::before {
  background-image: url("/media/voxfm/desktop/images/phone-desktop-icon2024.svg");
  height: 75px;
  width: 75px;
}

.player__wide-container
  .player__wide-right_container
  .video-js
  .vjs-big-play-button
  .vjs-icon-placeholder::before,
.player__wide-container
  .player__wide-right_container
  .video-js
  .vjs-play-control
  .vjs-icon-placeholder::before {
  background-image: url("/media/voxfm/desktop/images/player-page-desktop-play-icon2024new.svg");
  display: block;
  content: "";
  height: 160px;
  width: 160px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 160px;
  border-radius: 50%;
  box-shadow: none;
}

.player__wide-container
  .player__wide-right_container
  .player__stream-radio_stream
  .video-js
  .vjs-big-play-button {
  top: -182px;
  left: 306px;
  width: 160px;
  height: 160px;
}

.player-layout #radio-stream_ima-ad-container iframe,
.podcast-layout #radio-stream_ima-ad-container iframe {
  background: var(--color-main);
}

.player-layout .header,
.podcast-layout .header {
  margin-bottom: 16px;
}

.player__wide-container
  .player__wide-right_container
  .video-js
  .vjs-play-control.vjs-playing
  .vjs-icon-placeholder:before {
  background: url("/media/voxfm/desktop/images/player-page-desktop-pause-icon2024new.svg");
  display: block;
  content: "";
  height: 160px;
  width: 160px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 160px;
  border-radius: 50%;
  box-shadow: none;
}

.v33_podcasts .main-title-listing,
.player__dedicated_streams .player__dedicated_streams-title {
  justify-content: flex-start;
  color: var(--color-main-second);
}

.player__dedicated_streams
  .player__dedicated_streams-streams
  .player__dedicated_streams-stream
  .stream-cover
  img,
.listing-container.v33
  > .element
  .element__media
  img:not(.lead-gallery-more img),
.listing-container.v33 > .element .element__media {
  border-radius: 100%;
}

.player__dedicated_streams
  .player__dedicated_streams-streams
  .player__dedicated_streams-stream
  .stream-btn-link
  .play-btn {
  background: url("/media/voxfm/desktop/images/playlists_play_icon2024.svg")
    no-repeat center;
  position: absolute;
  background-size: 72px;
  width: 72px;
  height: 72px;
  top: 248px;
  left: 116px;
  cursor: pointer;
}

.player-layout .blockinfo .blockinfo__text h1,
.podcast-layout .blockinfo .blockinfo__text h1 {
  color: var(--color-main-second);
}

.player__wide-container
  .player__wide-right_container
  #playerNowPlayingContent
  img {
  border-radius: 50%;
  height: 115px;
  width: 115px;
}

.player__wide-container .player__wide-right_container .streamArtist {
  color: var(--color-main);
  top: 60px;
  left: 136px;
  max-width: 320px;
}

.player__wide-container .player__wide-right_container .streamTrack {
  color: var(--color-main);
  top: 20px;
  left: 136px;
}

.player__wide-container .player__wide-right_container #playerStreamSelect {
  background: url("/media/voxfm/desktop/images/player-desktop-chevron-down-icon2024new.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-position-y: 18px;
  font-weight: 400;
  color: var(--color-white);
  font-size: 28px;
  margin-top: 32px;
  margin-bottom: 44px;
  width: 100%;
  border: 1px solid var(--color-white);
  padding: 4px 24px;
  border-radius: 12px;
}

.player__wide-container
  .player__wide-right_container
  #playerStreamSelect
  option {
  font-size: 16px;
  color: var(--color-font);
}

.player__wide-container
  .player__wide-right_container
  .player__stream-radio_stream
  .video-js
  .vjs-play-control.vjs-playing,
.player__wide-container
  .player__wide-right_container
  .video-js
  .vjs-play-control {
  top: -180px;
  left: 308px;
  width: 160px;
  height: 160px;
}

.player__wide-container .player__stream-contact_container {
  background-color: var(--color-white);
  border-radius: 20px;
  margin-top: 72px;
  padding: 16px 16px 2px 16px;
}

.player-layout .v33_podcasts .main-title-listing,
.podcast-layout .v33_podcasts .main-title-listing,
.player-layout .v33_podcasts,
.podcast-layout .v33_podcasts,
.player-layout .player__dedicated_streams,
.podcast-layout .player__dedicated_streams,
.player-layout .player__dedicated_streams-title,
.podcast-layout .player__dedicated_streams-title {
  width: 1280px;
}

.player-layout .listing-container.v33 > .element,
.podcast-layout .listing-container.v33 > .element,
.player-layout .player__dedicated_streams-streams > a,
.podcast-layout .player__dedicated_streams-streams > a {
  margin-right: 16px;
}

.player-layout #radio-stream_ima-controls-div .ima-progress-div,
.podcast-layout #radio-stream_ima-controls-div .ima-progress-div,
.player-layout #radio-stream_ima-controls-div .ima-slider-level-div,
.podcast-layout #radio-stream_ima-controls-div .ima-slider-level-div {
  background-color: var(--color-main-second);
}

.player-layout .blockinfo__text p,
.podcast-layout .blockinfo__text p {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: var(--color-font);
}
/* /player page */

.listing.v18_side .element:last-child .element__headline a {
  border-bottom: none;
}

article h1 {
  font-size: 46px;
  line-height: 54px;
  font-weight: 700;
}

article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 700;
}

article .lead {
  font-size: 23px;
  line-height: 35px;
  font-weight: 700;
}

article .toc {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

article li,
article li a {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  color: var(--color-main);
  text-decoration: none;
}

article li {
  color: var(--color-black);
}

article a {
  font-weight: 700;
  color: var(--color-main);
  text-decoration: underline;
}

article li a:hover {
  text-decoration: underline;
}

article a:hover {
  text-decoration: none;
}

article h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

article h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

/* - audio block - */
article .audioBlock .vjs-control-bar {
  background-color: var(--color-main);
}

article .audioBlock .vjs-progress-control .vjs-control {
  background-color: var(--color-main);
}

article .audioBlock .audioBlock__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

/* - recommended content - */
article .recommended-content {
  height: auto;
  border: 2px solid var(--color-main-second);
  border-radius: 12px;
  margin-bottom: 24px;
  background-color: var(--color-white);
}

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

article .recommended-content .recommendedTitle__text {
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  color: var(--color-white);
  background-color: var(--color-main-second);
  text-transform: uppercase;
  padding: 2px 8px;
}

article .recommended-content .recommendedLink__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-black);
  padding: 0 16px;
}

article .recommended-content .recommendedLink__text:hover {
  color: var(--color-main);
}

/* video */
article .player.video_player {
  background-color: var(--color-font);
  padding-top: 0 !important;
}

article .player.video_player .player__title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  color: var(--color-white);
  padding: 10px;
  margin-bottom: 0;
}

/* expert */
article .expert-block .expert-name .expert__nameText {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: var(--color-black);
}

article .expert-block .expert-name .expert__nameText {
  position: relative;
}

article .expert-block .expert-name .expert__nameText::before {
  display: block;
  position: absolute;
  content: "";
  width: 4px;
  height: 28px;
  left: 160px;
  top: 0;
  background: var(--color-main);
}

article .expert-block .expert-text p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: var(--color-black);
}

article .expert-block .expert-images img {
  border-radius: 0;
}

article .expert-block .expert__main {
  border: 0;
}

/* zpr-shopping */
article .zpr_shopping__article .stm-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: var(--color-black);
}

article .zpr_shopping__article .stms-title-link span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
}

article .zpr_shopping__article .stm-shopping-container .btn-link {
  background-color: var(--color-main);
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-white);
  padding: 10px 16px;
}

/*---------------
ZPR Shopping 2.0
---------------*/
article
  #article_zpr_shopping.zpr_shopping__article
  .stms-3-in-row.active
  .btn-link,
article
  #article_zpr_shopping.zpr_shopping__article
  .stms-3-in-row:hover
  .btn-link {
  background-color: var(--color-white);
  color: var(--color-main);
  border: 1px solid var(--color-main);
}

/* legal */
article .infoLegal {
  border: 1px solid #99acbb;
  border-radius: 8px;
}

.article .infoLegal p {
  font-size: 18px;
  line-height: 32px;
  color: var(--color-main);
}

/* SIL */
.article .infoSil p {
  font-size: 14px;
  line-height: 20px;
  color: #435360;
}

/* product presentation */
article .product-presentation .product-presentation__label {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #435360;
}

article .product-presentation .product-presentation__image img {
  border-radius: 8px;
}

article .product-presentation .product-presentation__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--color-black);
  text-align: center;
}

article .product-presentation .product-presentation__text p {
  font-size: 18px;
  line-height: 32px;
  color: var(--color-black);
}

article .product-presentation .product-presentation__button-link {
  background-color: var(--color-main);
  border-radius: 8px;
  padding: 10px 96px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-white);
}

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

article .highlight .highlight__title .hightlight__text {
  border-left: none;
  text-align: center;
  padding-left: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--color-black);
  padding-bottom: 24px;
  border-bottom: 2px solid #d8d8d8;
}

article .highlight .highlight__textbox p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: var(--color-black);
}

article .highlight .highlight__button {
  text-align: right;
}

article .highlight .highlight__button .hightlight__button-link {
  background-color: var(--color-main);
  border-radius: 8px;
  padding: 10px 40px;
  color: var(--color-white);
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}

article .highlight .highlight__content {
  padding-bottom: 24px;
}

article .highlight .highlight__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 8px;
}

article .highlight .highlight__figcaption .hightlight__text {
  text-align: left;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: var(--color-white);
  font-size: 14px;
  line-height: 18px;
  padding: 2px 4px;
  left: 0;
}

/* live */
article .liveTimeline {
  margin-left: 0;
}

article .liveTime__timeline {
  padding-bottom: 32px;
  margin-bottom: -16px;
}

article .liveTimeline .liveTimeline__title {
  border-left: 0;
  padding-left: 0;
}

article .liveTimeline .liveTimeline__title p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: var(--color-black);
}

article .liveTimeline .liveTimeline__head .liveTimeline__headTitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  color: var(--color-black);
}

article .liveTimeline .liveTime__timelineColumn--Time p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-black);
}

article .liveTimeline .liveTime__timelineText p {
  font-size: 18px;
  line-height: 32px;
  color: var(--color-black);
}

article .liveTimeline .liveTime__timelineColumn {
  margin-top: -8px;
}

article .liveTimeline .lead-gallery figure {
  max-width: 440px;
}

article .liveTimeline .lead_element__aspect_ratio {
  height: auto !important;
  max-width: 440px;
}

.liveTime__timeline .liveTime__timelineColumn--Time:before {
  background-color: var(--color-main);
}
article .liveTimeline .galleries .lead-gallery picture img {
  width: 100% !important;
}

/* product */
article .single-photo.single__photo--productBlock figcaption .author,
article .single-photo.single__photo--productBlock figcaption .title,
article .single-photo.single__photo--productBlock figcaption .link,
article .single-photo.single__photo--productBlock figcaption .price {
  font-size: 14px;
  line-height: 18px;
  color: #435360;
}

article .single-photo.single__photo--productBlock figcaption .link a {
  font-size: 14px;
  line-height: 18px;
  color: var(--color-main);
  text-decoration: none;
}

article .single-photo.single__photo--productBlock figcaption .text p {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--color-black);
  margin-bottom: 8px;
  margin-top: 8px;
}

/* recommended article link */
article .recommendedArticle {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  border: 2px solid var(--color-main-second);
  border-radius: 12px;
}

article .recommendedArticle .recommendedArticle__title p {
  margin-top: -16px;
  margin-left: 16px;
  background-color: var(--color-main-second);
  width: 168px;
  padding: 0 8px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  color: var(--color-white);
}

article .recommendedArticle__link a {
  color: var(--color-black);
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

article .recommendedArticle__link a:hover {
  color: var(--color-main);
}

/* embed button */
.gl_plugin.socials .expand {
  background-color: var(--color-main) !important;
  border: 1px solid var(--color-main) !important;
  color: var(--color-white) !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 28px !important;
  border-radius: 0 0 5px 5px !important;
}

.gl_plugin.socials.collapsed {
  border-bottom: 1px solid var(--color-main) !important;
}
/* /embed button */

/* tagi */
.tags .breadcrumb__link {
  border: 1px solid var(--color-main);
  color: var(--color-white);
  background-color: var(--color-main);
  border-radius: 8px;
  text-transform: none;
  padding: 4px 8px;
  transition: 0.4s;
}

.tags .breadcrumb__link:hover {
  border: 1px solid var(--color-white);
  color: var(--color-main);
  background-color: var(--color-white);
}

.article-layout .tags .breadcrumb__item:last-child::after {
  display: none !important;
}
/* /tagi */

/* NCES */
.promo-wrapper {
  border-top: 2px solid var(--color-main) !important;
  border-bottom: 2px solid var(--color-main) !important;
  padding-top: 14px !important;
}

.promo-wrapper .promo-header {
  margin-bottom: 24px;
  margin-left: 0;
  margin-top: -16px;
  background-color: var(--color-main);
  width: 174px;
  padding: 0 8px;
  text-transform: uppercase;
  font-size: 15px !important;
  line-height: 21px !important;
  font-weight: 600 !important;
  color: var(--color-white) !important;
}

.promo-wrapper .promo-title-header a {
  text-align: left;
  color: var(--color-black);
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.promo-wrapper .promo-title-header a:hover {
  color: var(--color-main);
}

.promo-wrapper figure.promo-image-wrapper img:hover {
  filter: brightness(1.1);
}
/* NCES */

/* zpr_shopping & promo labels */
.zpr_shopping__article .stm-shopping-container .btn-link {
  order: 3;
}

.zpr_shopping__article .stm-shopping-container .stms-title-link {
  order: 2;
}

.zpr_shopping__article .stm-shopping-container .stms-image {
  order: 1;
}

article .zpr_shopping__article .zpr_promotion_corner {
  font-family: var(--font-family-main);
  border-color: var(--color-main) rgba(255, 255, 255, 0);
}

article
  .zpr_shopping__article
  .zpr_promotion_corner
  .zpr_promo_current_price
  span {
  font-family: var(--font-family-main);
  background-color: var(--color-main);
  color: var(--color-white);
}

article .zpr_shopping__article .zpr_promotion_corner .zpr_promo_text span {
  font-family: var(--font-family-main);
  color: var(--color-white);
}

article .zpr_shopping__article.wariantD .stm-shopping-container .btn-link,
article .zpr_shopping__article.wariantC .stm-shopping-container .btn-link {
  font-family: var(--font-family-main);
  background-color: var(--color-main);
  color: var(--color-white);
}

article .zpr_shopping__article .stms-3-in-row {
  background-color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0);
}

.zpr_shopping__article {
  overflow: hidden;
}
/* /zpr_shopping & promo labels */

.article-layout #inside_1,
.article-layout #inside_2 {
  width: 932px !important;
  margin: 0;
  margin-bottom: 24px;
  margin-left: auto;
}

.article-layout #inside_1 > div,
.article-layout #inside_2 > div {
  display: flex !important;
  justify-content: center;
  margin: 0 auto;
}

.article-layout .main-title-listing,
.category-layout .main-title-listing,
.main-layout.wide .main-content .main-title-listing,
.section__v1 .section__title,
.section__v2 .section__title,
.blockinfo .blockinfo__text h1,
.listing.v18_side .main-title-listing span,
.listing.v18_side .main-title-listing span a {
  margin-left: 0;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  color: var(--color-main-second);
  text-transform: uppercase;
}

.main-layout .listing.v18_side .main-title-listing {
  display: flex;
  justify-content: flex-start;
  text-transform: uppercase;
  margin-left: 16px !important;
  margin-top: -12px;
}

.article-layout.wide .listing.v18_side {
  position: absolute;
  top: 40px;
  left: 964px;
}

.listing.v18_side .element__headline a:hover,
.paginacja a {
  color: var(--color-main) !important;
}

.paginacja li.active {
  border: none !important;
  outline: 2px solid var(--color-main-second) !important;
  border-radius: 50% !important;
  width: auto;
  height: auto;
}

.paginacja li.active a {
  color: var(--color-main-second) !important;
  font-weight: 700 !important;
}

.paginacja li.next,
.paginacja li.prev {
  background-color: var(--color-pagination) !important;
  border-radius: 50% !important;
}
/* listing v27 */
.v27 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.v27 .element {
  width: 140px;
  height: 40px;
  margin: 0 16px 24px 0;
  border: 4px solid var(--color-main);
  background-color: var(--color-white);
  border-radius: 12px;
  transition: 0.4s;
}

.v27 .element:hover {
  border: 4px solid var(--color-main-second);
  background-color: var(--color-main-second);
}

.v27 .element:hover a {
  font-weight: 700;
  color: var(--color-white);
}

.v27 .element__headline a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--color-font);
}
/* /listing v27 */
.category-layout .blockinfo .blockinfo__text h1 {
  display: flex;
  justify-content: flex-start;
}

.listing .button {
  position: relative;
  margin: 0 auto;
  font-size: 14px;
  color: var(--color-main-second);
  padding: 4px 16px;
  border-radius: 20px;
  margin-top: 16px;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.8s;
  user-select: none;
  letter-spacing: 0;
  width: 120px;
}

.listing .button:hover,
.listing .button:active {
  letter-spacing: 5px;
}

.listing .button:after,
.listing .button:before {
  backface-visibility: hidden;
  border: 1px solid var(--color-white);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}

.listing .button:hover:after,
.listing .button:hover:before {
  backface-visibility: hidden;
  border-color: var(--color-main);
  transition: width 350ms ease-in-out;
  width: 70%;
}

.listing .button:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}

.listing-container.v30 .element .element__content .element__superscription p {
  background-color: var(--color-main);
  font-weight: 400;
  padding: 2px 8px;
}

/* hity, co bylo grane, program */
.vjsPlayingHistory {
  box-shadow: none;
}

.vjsPlayingHistory .history-day-picker {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.vjsPlayingHistory .icon {
  position: absolute;
  left: 280px;
  top: 0;
}

.vjsPlayingHistory .fa-angle-down {
  top: 8px;
  right: 12px;
}

.vjsPlayingHistory .fa-angle-down:before {
  background-size: contain;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("/media/voxfm/desktop/images/hits-gray-chevron-down-icon2024.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.vjsPlayingHistory .history-time-picker label {
  font-size: 24px;
  font-weight: 700;
  margin-right: 15px;
  letter-spacing: 0.05em;
  color: #999999;
}

.vjsPlayingHistory__title h1 {
  display: none;
}

#history-time-picker {
  font-family: var(--font-family-main);
  border: 2px solid #999999;
  border-radius: 12px;
  color: #999999;
}

.history-day-picker #history-day {
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  color: var(--color-main);
  letter-spacing: 0.05em;
}

.vjsPlayingHistory .icon,
.history-day-picker,
.history-time-picker {
  margin-bottom: 0;
}

.history-day-picker #before-button {
  font-size: 0;
  background-image: url("/media/voxfm/desktop/images/hits-chevron-left-icon2024.svg");
  display: block;
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  min-width: 0;
  margin-left: 0;
}

.history-day-picker #before-button.disable {
  font-size: 0;
  background-image: url("/media/voxfm/desktop/images/hits-chevron-left-disable-icon2024.svg");
  display: block;
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  min-width: 0;
  margin-left: 0;
  cursor: not-allowed;
}

.history-day-picker #after-button {
  font-size: 0;
  background-image: url("/media/voxfm/desktop/images/hits-chevron-right-icon2024.svg");
  display: block;
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  min-width: 0;
  margin-left: 4px;
}

.history-day-picker #after-button.disable {
  font-size: 0;
  background-image: url("/media/voxfm/desktop/images/hits-chevron-right-disable-icon2024.svg");
  display: block;
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  min-width: 0;
  margin-left: 4px;
  cursor: not-allowed;
}

.vjsPlayingHistory__hit__title {
  font-family: var(--font-family-main);
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  padding-top: 8px;
  color: #333333;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__author ul > li {
  font-family: var(--font-family-main);
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  padding-bottom: 16px;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__image img {
  border-radius: 100%;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__info {
  width: 100%;
}

.vjsPlayingHistory__hit {
  margin-bottom: 24px;
}

.vjsPlayingHistory .vjsPlayingHistory__hit__playdate {
  font-family: var(--font-family-main);
  font-size: 18px;
  line-height: 26px;
  color: var(--color-main);
  top: 50%;
  right: 64px;
  transform: translateY(-50%);
}

.vjsPlayingHistory .vjsPlayingHistory__hit__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vjsPlayingHistory__hit__buttons .vjsPlayingHistory__button_play {
  display: block;
  background: url("/media/voxfm/desktop/images/hit-play-icon2024.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  cursor: pointer;
}

.vjsPlayingHistory__hit__buttons .vjsPlayingHistory__button_play:hover {
  display: block;
  background: url("/media/voxfm/desktop/images/hit-play-hover-icon2024.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  cursor: pointer;
}

.vjsPlayingHistory__hit__buttons.active .vjsPlayingHistory__button_play {
  display: block;
  background: url("/media/voxfm/desktop/images/hit-pause-icon2024.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  cursor: pointer;
}

.vjsPlayingHistory__hit__buttons.active .vjsPlayingHistory__button_play:hover {
  display: block;
  background: url("/media/voxfm/desktop/images/hit-pause-hover-icon2024.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
/* /hity, co bylo grane, program */

/* toplista */
.artist-hits .title h1,
.artist-hits .title h2,
#hook_pre_content + .row .blockinfo__text h1 {
  display: flex;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-main-second);
  margin-bottom: 16px;
}

.artist-hits .single_hit--s1 .single-hit__author {
  line-height: 16px;
}

.artist-hits .single-hit__position {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-main-second);
  color: var(--color-white);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 21px;
  width: 26px;
  height: 26px;
}

.artist-hits .single-hit__updown.single-hit__updown--n,
.artist-hits .single-hit__updown.single-hit__updown--p {
  background-color: rgba(255, 255, 255, 0);
  font-size: 20px;
  line-height: 24px;
  margin-left: 4px;
}

.artist-hits .single-hit__title {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 8px;
  max-width: 520px;
  max-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.artist-hits .single-hit__updown {
  background-color: rgba(255, 255, 255, 0);
  font-size: 0;
}

.artist-hits .single-hit__updown.single-hit__updown--up {
  background: url("/media/eskarock/desktop/images/dobrzerockuje-arrow-up.svg")
    no-repeat;
  background-size: 26px;
  width: 26px;
  height: 26px;
  font-size: 0;
}

.artist-hits .single-hit__updown.single-hit__updown--down {
  background: url("/media/eskarock/desktop/images/dobrzerockuje-arrow-down.svg")
    no-repeat;
  background-size: 26px;
  width: 26px;
  height: 26px;
  font-size: 0;
}

.artist-hits .single-hit__updown.single-hit__updown--minus {
  background: url("/media/eskarock/desktop/images/dobrzerockuje-minus.svg")
    no-repeat;
  background-size: 26px;
  width: 26px;
  height: 26px;
  font-size: 0;
}

.artist-hits .single-hit__updown.single-hit__updown--minus {
  background: url("/media/eskarock/desktop/images/dobrzerockuje-minus.svg")
    no-repeat;
  background-size: 26px;
  width: 26px;
  height: 26px;
  font-size: 0;
}

.artist-hits .listen-box__icon:before {
  background: url("/media/voxfm/desktop/images/hit-play-icon2024.svg") no-repeat;
  background-size: 56px 56px;
  content: "";
  width: 56px;
  height: 56px;
}

.artist-hits .listen-box__icon:hover:before {
  background: url("/media/voxfm/desktop/images/hit-play-hover-icon2024.svg")
    no-repeat;
  background-size: 56px 56px;
  content: "";
  width: 56px;
  height: 56px;
}

.artist-hits .listen-box__icon.active:before {
  background: url("/media/voxfm/desktop/images/hit-pause-icon2024.svg")
    no-repeat;
  background-size: 56px 56px;
  content: "";
  width: 56px;
  height: 56px;
}

.artist-hits .single-hit:hover .listen-box__icon.active:before {
  background: url("/media/voxfm/desktop/images/hit-pause-hover-icon2024.svg")
    no-repeat;
  background-size: 56px 56px;
  content: "";
  width: 56px;
  height: 56px;
}

.artist-hits .single-hit__buttons {
  display: flex;
  flex-direction: row;
}

.artist-hits .single-hit__buttons .single-hit__vote.single-hit__vote-like {
  background: url("/media/voxfm/desktop/images/hit-vote-plus-icon2024.svg")
    no-repeat;
  background-size: 42px;
  content: "";
  width: 42px;
  height: 42px;
  margin-right: 12px;
}

.artist-hits .single-hit__buttons .single-hit__vote.single-hit__vote-like:hover,
.artist-hits
  .single-hit__buttons
  .single-hit__vote.single-hit__vote-like.single-hit__voteThx {
  background: url("/media/voxfm/desktop/images/hit-vote-plus-active-icon2024.svg")
    no-repeat;
  background-size: 42px;
  content: "";
  width: 42px;
  height: 42px;
  margin-right: 12px;
}

.artist-hits .single-hit__buttons .single-hit__vote.single-hit__vote-dislike {
  background: url("/media/voxfm/desktop/images/hit-vote-minus-icon2024.svg")
    no-repeat;
  background-size: 42px;
  content: "";
  width: 42px;
  height: 42px;
}

.artist-hits
  .single-hit__buttons
  .single-hit__vote.single-hit__vote-dislike:hover,
.artist-hits
  .single-hit__buttons
  .single-hit__vote.single-hit__vote-dislike.single-hit__voteThx {
  background: url("/media/voxfm/desktop/images/hit-vote-minus-active-icon2024.svg")
    no-repeat;
  background-size: 42px;
  content: "";
  width: 42px;
  height: 42px;
}

.artist-hits
  .single-hit__buttons
  .single-hit__vote.single-hit__vote-dislike.single-hit__vote-disabled {
  pointer-events: none;
  background: url("/media/voxfm/desktop/images/hit-vote-minus-disabled-icon2024.svg")
    no-repeat;
}

.artist-hits
  .single-hit__buttons
  .single-hit__vote.single-hit__vote-like.single-hit__vote-disabled {
  pointer-events: none;
  background: url("/media/voxfm/desktop/images/hit-vote-plus-disabled-icon2024.svg")
    no-repeat;
}

.artist-hits .single-hit .single-hit__info {
  margin-right: 0;
  height: 86px;
  margin-top: 16px;
}

.artist-hits .single-hit__positions {
  width: 56px;
}

.artist-hits .single-hit__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 86px;
}

.artist-hits .single-hit:hover {
  background-color: #f5f5f5;
}

.artist-hits .single-hit .listen-box__icon {
  top: 24px;
  right: 24px;
}

.artist-hits .single-hit.single_hit--s1.radio--hook .single-hit__position {
  background-color: rgba(255, 255, 255, 0);
}

.artist-hits .single-hit__info ul {
  margin: 0 0 8px;
  line-height: 10px;
  max-width: 520px;
  max-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.listen-box__icon.active:after {
  width: 56px !important;
  height: 56px !important;
  top: -18px !important;
  left: -12px !important;
  -webkit-animation-name: isplaying_voxfm !important;
  animation-name: isplaying_voxfm !important;
}

@-webkit-keyframes isplaying_voxfm {
  0% {
    box-shadow: 0 0 0px 0px var(--color-main);
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 5px 12px var(--color-main);
    opacity: 0.15;
  }
  100% {
    box-shadow: 0 0 0px 0px var(--color-main);
    opacity: 0.15;
  }
}

@keyframes isplaying_voxfm {
  0% {
    box-shadow: 0 0 0px 0px var(--color-main);
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 5px 12px var(--color-main);
    opacity: 0.15;
  }
  100% {
    box-shadow: 0 0 0px 0px var(--color-main);
    opacity: 0.15;
  }
}
/* /toplista */

/* Strona Hitu */
.hits .title h1 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  color: var(--color-main-second);
  text-transform: uppercase;
}

.hit-tags {
  margin-bottom: 24px;
}

.hit-tags li {
  background-color: var(--color-white);
  border: 2px solid var(--color-main);
  padding: 2px 16px;
  transition: 0.6s;
}

.hit-tags li:hover {
  background-color: var(--color-main-second);
  border: 2px solid var(--color-main-second);
}

.hit-tags li:hover a {
  text-decoration: none;
  color: var(--color-white);
}

.hit-tags li a {
  font-size: 14px;
  font-weight: 400;
}

.single-hit .hit-image figure img,
.single-hit .hit-image {
  border-radius: 100%;
}

.hit-container {
  background-color: var(--color-main);
  border-radius: 24px 24px 0px 0px;
  height: 410px;
}

.hit-container .hit-image {
  position: relative;
  width: 363px;
  height: 363px;
}

.hit-container .hit-image::before {
  content: "";
  display: block;
  width: 419px;
  height: 419px;
  position: absolute;
  top: -4px;
  bottom: 0px;
  left: 60px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}

.hit-container .hit-image::after {
  content: "";
  display: block;
  width: 491px;
  height: 491px;
  position: absolute;
  top: -36px;
  bottom: 0px;
  left: 24px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}

.hit-container .hit-image img {
  width: 363px;
  height: 363px;
  margin-top: 8px;
  border-radius: 100%;
  border: 12px solid var(--color-main-second);
}

.hit-container .listen-box__icon.active:before {
  content: url("/media/voxfm/desktop/images/player-page-desktop-pause-icon2024new.svg") !important;
  top: 24px;
  left: -104px;
  width: 152px;
  height: 152px;
  cursor: pointer;
}

.hit-container .listen-box__icon:before {
  content: url("/media/voxfm/desktop/images/player-page-desktop-play-icon2024new.svg") !important;
  top: 24px;
  left: -104px;
  width: 152px;
  height: 152px;
  cursor: pointer;
}

.hit-container .listen-box__icon.active:after {
  animation: none !important;
}

.artist-hits .main-title-listing {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: var(--color-main-second);
}

.single-hit__lyrics {
  font-size: 14px !important;
  line-height: 16px !important;
  background-color: var(--color-main) !important;
  border-radius: 20px;
  padding: 10px 16px !important;
  color: var(--color-white) !important;
  transition: 0.6s;
}

.single-hit__lyrics:hover {
  border-radius: 0;
  background-color: var(--color-main-second) !important;
}
/* /Strona Hitu */

/* program */
.radioSchedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 80px;
}

.radioSchedule__program {
  display: flex;
  flex-direction: column;
  width: 375px;
  height: 434px;
  margin-bottom: 40px;
}

.radioSchedule__program .radioSchedule__image {
  position: relative;
  display: flex;
  justify-content: center;
  order: 1;
}

.radioSchedule__program .radioSchedule__image::before {
  content: "";
  display: block;
  width: 336px;
  height: 336px;
  position: absolute;
  top: -48px;
  bottom: 0;
  left: 20px;
  right: 0;
  background-color: rgba(150 150 150 / 10%);
  border-radius: 100%;
}

.radioSchedule__program .radioSchedule__image::after {
  content: "";
  display: block;
  width: 384px;
  height: 384px;
  position: absolute;
  top: -72px;
  bottom: 0;
  left: -4px;
  right: 0;
  background-color: rgba(150 150 150 / 10%);
  border-radius: 100%;
}

.radioSchedule__program .radioSchedule__content {
  display: flex;
  flex-direction: column;
  order: 2;
  justify-content: center;
  align-items: center;
}

.radioSchedule__program .radioSchedule__image img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border: 12px solid var(--color-main);
  border-radius: 100%;
}

.radioSchedule__program .radioSchedule__date {
  color: var(--color-main-second);
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 8px;
  text-align: center;
}

.radioSchedule__program .radioSchedule__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-main);
}

.radioSchedule__program .radioSchedule__host {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--color-font);
}
/* /program */

.wide.page-layout .listing-container.v31,
.wide.tag-layout .listing-container.v31 {
  width: 1248px;
  max-width: 1248px;
}

.wide.page-layout .listing-container.v31 .element .element__media,
.wide.tag-layout .listing-container.v31 .element .element__media,
.wide.page-layout .listing-container.v31 .element,
.wide.tag-layout .listing-container.v31 .element,
.wide.page-layout
  .listing-container.v31
  .element
  .element__media
  img:not(.lead-gallery-more img),
.wide.tag-layout
  .listing-container.v31
  .element
  .element__media
  img:not(.lead-gallery-more img) {
  width: 616px;
  height: 114px;
}

.page-layout.wide .zpr_box_top1 {
  min-height: 265px;
}
.main-layout .zpr_box_topboard,
.gallery-layout .zpr_box_topboard,
.quiz-layout .zpr_box_topboard {
  display: none !important;
}

.wide.page-layout .widget-player,
.wide.tag-layout .widget-player,
.wide.author-layout .widget-player {
  margin: 0 0 24px 0;
}

.wide.page-layout #side_1_noscroll,
.wide.page-layout #side_1 {
  margin-left: 0;
}

.hit-tags .tags__tag {
  font-size: 18px;
  color: var(--color-font);
  font-weight: 400;
}

.v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__headline,
.v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__headline {
  text-align: left;
}

.v32.listing-container
  .element:nth-child(n + 3)
  .element__content
  .element__superscription
  p {
  background-color: var(--color-main);
}

.v32.listing-container
  .element:nth-child(1)
  .element__content
  .element__superscription
  p,
.v32.listing-container
  .element:nth-child(2)
  .element__content
  .element__superscription
  p,
.listing-container.hero-img-v34
  .element:nth-child(1)
  .element__content
  .element__superscription
  p,
.listing-container.hero-img-v34
  .element
  .element__content
  .element__superscription
  p {
  background-color: var(--color-main) !important;
  font-weight: 400 !important;
}

.listing-container.hero-img-v34
  .element
  .element__content
  .element__superscription
  p {
  padding: 0 8px;
}

/* rotator */
.section__rotator .section__title {
  color: var(--color-main-second);
  justify-content: flex-start;
}

.rotator .swiper-button-prev:after {
  background: url("/media/voxfm/desktop/images/rotator-arrow-left-icon2024.svg");
  height: 60px;
  width: 32px;
  background-size: cover;
  background-repeat: no-repeat;
}

.rotator .swiper-button-next:after {
  background: url("/media/voxfm/desktop/images/rotator-arrow-right-icon2024.svg");
  height: 60px;
  width: 32px;
  background-size: cover;
  background-repeat: no-repeat;
}
/* /rotator */

.highlight__image-box {
  height: auto;
}

.author-layout .gl_wrapper {
  padding-top: 16px;
}

.author-layout .zpr_inside_1 {
  margin-bottom: 40px;
}

section + #blockinfo_short_seo_text .blockinfo__text {
  text-align: center;
}

ul.horizontal.paginacja .fa-angle-right:before,
ul.horizontal.paginacja .fa-angle-left:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url("/media/icons/white-arrow.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 9px;
  margin-left: 2px;
}

ul.horizontal.paginacja li.disable {
  background-color: #efefef !important;
  border-radius: 50%;
}

ul.horizontal.paginacja .fa-angle-left:before {
  transform: rotate(180deg);
}

body.screening #player_messenger_background.active {
  top: 0;
}

.main-layout.wide .main-content .main-title-listing {
  margin-bottom: 8px;
}

.article-layout .bottom_hook .listing[data-upscore-zone*="NCES"],
.article-layout .bottom_hook .trc_rbox_container,
.article-layout .bottom_hook .listing-container.listing-ron-nces {
  width: 932px !important;
}

.article-layout
  .bottom_hook
  .listing-ron-nces
  .element__media
  img:not(.lead-gallery-more img) {
  object-fit: cover;
}

.bottom_hook .main-title-listing {
  justify-content: flex-start !important;
}

/* Strona autora */
.author-layout .author__image-box {
  width: 200px;
  height: 200px;
  margin-bottom: 16px;
}

.author-layout .author__image-box .author__image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}

.author-layout .author .author__name {
  font-size: 38px;
  line-height: 46px;
  text-align: left;
  margin-bottom: 16px;
  color: var(--color-main-second);
}

.author-layout .author__desc p,
.author-layout .author__desc ul,
.author-layout .author__desc ol,
.author-layout .author__desc li,
.author-layout .author__desc a {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.author-layout .author__desc p a {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: var(--color-main);
}

.author-layout .author__desc a {
  color: var(--color-main);
  text-decoration: underline !important;
  text-decoration-color: var(--color-main) !important;
  text-underline-offset: 2px !important;
  text-decoration-thickness: 1px !important;
}

.author-layout .author__desc a:hover {
  text-decoration: none !important;
}

.author-layout h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: var(--color-font);
  margin-bottom: 16px;
  text-align: left;
}

.author-layout h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: var(--color-font);
}

.author-layout .col-8 .listing-horizontal-full .element__headline a {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: var(--color-font);
}

.author-layout .col-8 .listing-horizontal-full .element__headline,
.author-layout .col-8 .listing-horizontal-full .element__content {
  max-height: 213px;
  width: 580px;
}

.author-layout .col-8 .listing-horizontal-full .element::after {
  display: none;
}

.author-layout .col-8 .listing-horizontal-full .element {
  width: 100%;
  margin-bottom: 40px;
}

.author-layout .gl_plugin.author {
  margin-bottom: 40px;
}

.author-layout .paginacja {
  margin: 0 auto;
}

.author-layout .col-8 .listing:has(.listing-horizontal-full) {
  margin-bottom: 40px;
}
/* /Strona autora */

/* Strona Tagu */
.tag-layout .main-title-listing {
  display: flex;
  justify-content: center;
}

.tag-layout .main-title-listing,
.tag-layout .main-title-listing a,
.tag-layout .main-title-listing span,
.tag-layout .main-title-listing h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: var(--color-main-second);
  margin-left: 0;
  margin-bottom: 0;
  text-align: left;
}

.tag-layout .main-title-listing h1 {
  font-size: 38px;
  line-height: 46px;
}

.tag-layout #hook_content > .main-title-listing {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.tag-layout #hook_content_bottom .main-title-listing,
.tag-layout #hook_content_bottom .main-title-listing a {
  margin-bottom: 16px;
}

.tag-layout .col-8 .listing-horizontal-full .element__headline a {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: var(--color-font);
}

.tag-layout .col-8 .listing-horizontal-full .element__headline,
.tag-layout .col-8 .listing-horizontal-full .element__content,
.tag-layout .listing__tags .listing-horizontal-full .listing-lead {
  max-height: 213px;
  width: 580px;
}

.tag-layout .col-8 .listing-horizontal-full .element::after {
  display: none;
}

.tag-layout .col-8 .listing-horizontal-full .element {
  margin-bottom: 40px;
  width: 100%;
}

.tag-layout .tag_img img {
  width: 932px;
  height: auto;
}
/* /Strona Tagu */

/* widget Mediateka */
.article-layout .mediateka-widget {
  width: 615px;
}
/* /widget Mediateka */

/* podcasts player */
.podcasts-player .vjs-control-bar .vjs-play-control,
.podcasts-player .vjs-control-bar,
.podcasts-player .vjs-playlist-vertical .vjs-playlist-item,
.podcasts-player .vjs-playlist .vjs-selected,
.podcasts-player .vjs-playlist .vjs-playlist-thumbnail-placeholder {
  background-color: var(--color-main) !important;
}
.podcasts-player .podcasts-player__title {
  color: var(--color-main) !important;
}
.podcasts-player .podcasts-player__title,
.podcasts-player .turbo_audio_podcast .vjs-title-bar p {
  font-family: var(--font-family-main) !important;
}
/* /podcasts player */

.podcastsItems__container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
  padding-bottom: 32px;
}

.podcastItem__title {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 300px;
  height: 45px;
}

.podcastItem__cover {
  border-radius: 30px;
  overflow: hidden;
}

.podcastItem__cover a {
  line-height: 0;
}

.podcastItem__cover a img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.podcastItem__cover a img:hover {
  filter: brightness(1.1);
}

.podcastItem__author {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 300px;
}

.podcastsItems__title {
  padding-top: 32px;
}

/* player video SG */
.player--main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: max-content;
  margin: 64px auto 64px 0;
  border-radius: 8px;
  background-color: var(--color-white);
}

.player.player--main .player__header .player__title {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  color: var(--color-main-second);
  text-transform: uppercase;
}

.player--main::before {
  position: absolute;
  content: "";
  background-image: url("/media/voxfm/desktop/images/voxfm-blue-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 136px;
  width: 250px;
  display: inline-block;
  top: 180px;
  left: 890px;
  z-index: 1;
}

.player--main .turbo-vjs {
  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);
  border-radius: 8px;
}

.player--main .player__media {
  display: flex;
  justify-content: center;
  width: max-content;
  margin: 0 auto 0 150px;
  border-radius: 8px;
  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);
}

.player.player--main video-js {
  padding-top: 56.25% !important;
}

.player.player--main video-js {
  width: 664px !important;
}

.player.player--main video {
  position: absolute !important;
  border-radius: 8px;
}
/* /player video SG */

/* youtube player video SG */
.player.player--main.vox-iframe-youtube .player__title {
  margin-bottom: 24px;
}

.player.player--main.vox-iframe-youtube .player__media {
  overflow: hidden;
}

.player.player--main.vox-iframe-youtube iframe {
  width: 664px;
  height: 374px;
}
/* /youtube player video SG */

.article-layout #hook_content_bottom .listing.v18_side {
  top: 360px;
}

.article-layout
  #hook_content_bottom
  .section__v1
  .section__header
  .section__title {
  margin-bottom: 16px;
}

.article-layout #hook_content_bottom .main-title-listing a {
  margin-bottom: 0;
}

/* zmiana wyglądu reklamy na radio player START */

#playbutton {
  height: 10px !important;
}

.player__stream-radio_stream .ima-controls-div,
.player__stream-radio_stream .ima-ad-container .ima-controls-div {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: var(--color-black) !important;
  padding: 4px 6px !important;
  height: 24px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
  transition: none !important;
  top: 0 !important;
  bottom: unset !important;
}

.player__stream-radio_stream .ima-ad-container:hover .ima-controls-div {
  height: 24px !important;
  padding: 4px 6px !important;
  opacity: 1 !important;
  transform: none !important;
}

.player__stream-radio_stream .ima-controls-div,
.player__stream-radio_stream .ima-controls-div * {
  opacity: 1 !important;
  visibility: visible !important;
}

.player__stream-radio_stream .ima-controls-div[style*="display:none"],
.player__stream-radio_stream .ima-controls-div[style*="opacity:0"],
.player__stream-radio_stream .ima-controls-div[style*="opacity: 0"] {
  display: flex !important;
  opacity: 1 !important;
}

.player__stream-radio_stream .ima-controls-background,
.player__stream-radio_stream .ima-controls-backdrop,
.player__stream-radio_stream .ima-ui-background {
  background: var(--color-black) !important;
  height: 24px !important;
  transition: none !important;
}

.player__stream-radio_stream .ima-play-pause-div {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin-right: 6px !important;
}

.player__stream-radio_stream .ima-countdown-div {
  color: var(--color-white) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  margin-right: 6px !important;
  white-space: nowrap !important;
}

.player__stream-radio_stream .ima-seek-bar-div {
  background: #666 !important;
  flex-grow: 1 !important;
  width: calc(100% - 120px) !important;
  margin-left: 100px !important;
  margin-top: -1px !important;
  height: 2px !important;
}

.player__stream-radio_stream .ima-progress-div {
  background: var(--color-white) !important;
  height: 2px !important;
}

.player__stream-radio_stream .ima-progress-div {
  height: 2px !important;
}

.player__stream-radio_stream .ima-countdown-div {
  font-size: 10px !important;
}

.player__stream-radio_stream .ima-play-pause-div {
  top: 0 !important;
  margin: -10px 0 0 75px;
}

.player__stream-radio_stream .ima-paused:before,
.player__stream-radio_stream .ima-playing:before {
  font-size: 22px !important;
}

/* zmiana wyglądu reklamy na radio player END */

.streamPremiereSoonText {
  margin-left: 24px;
  color: var(--color-main);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.72px;
}
