@font-face
{
	font-family: 'Raleway';
	src: url('/css/raleway-font/Raleway-Thin.woff2') format('truetype');
	font-weight: 100;
	font-style: normal;
  font-display: swap;
}
@font-face
{
	font-family: 'Raleway';
	src: url('/css/raleway-font/Raleway-Regular.woff2') format('truetype');
	font-weight: 400;
	font-style: normal;
  font-display: swap;
}
@font-face
{
	font-family: 'Raleway';
	src: url('/css/raleway-font/Raleway-Bold.woff2') format('truetype');
	font-weight: 700;
	font-style: normal;
  font-display: swap;
}
@font-face
{
	font-family: 'Raleway';
	src: url('/css/raleway-font/Raleway-ExtraBold.woff2') format('truetype');
	font-weight: 900;
	font-style: normal;
  font-display: swap;
}
@font-face
{
	font-family: 'Raleway';
	src: url('/css/raleway-font/Raleway-Italic.woff2') format('truetype');
	font-weight: 400;
	font-style: italic;
  font-display: swap;
}
/* =================================================
   GLOBAL
================================================= */
body {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #E3FFA6;
}
a {
  text-decoration: none;
  background-color: transparent;
}
.content-wrapper {
  background: url(/images/content-top-bg.webp) 24px -300px repeat-x;
    background-size: 500px 800px;
}
@media (max-width: 768px) {
  body:not(.page-content) .content-wrapper {
    background: none;
  }
}
.page-content .content-wrapper {
  background: url(/images/content-top-bg.webp) 24px -400px repeat-x;
  background-size: 450px 720px;
}
/* tablet */
/* tablet + mobile */
@media (max-width: 991px) {
  .page-content .content-wrapper {
    background: url(/images/content-top-bg.webp) 24px -410px repeat-x;
    background-size: 345px 551px;
  }
}

/* desktop i większe */
@media (min-width: 992px) {
  .page-content .content-wrapper {
    background: url(/images/content-top-bg.webp) 24px -410px repeat-x;
    background-size: 383px 612px;
  }
}

/* desktop i większe */
@media (min-width: 1200px) {
  .page-content .content-wrapper {
    background: url(/images/content-top-bg.webp) 24px -350px repeat-x;
    background-size: 383px 612px;
  }
}
/* desktop i większe */
@media (min-width: 1400px) {
  .page-content .content-wrapper {
    background: url(/images/content-top-bg.webp) 24px -300px repeat-x;
    background-size: 383px 612px;
  }
}
h1 {
  font-weight: 900 !important;
  font-size: 48px;
  color: #0a2d31;
}
h2.section-title{
  font-weight:900;
  font-size:44px;
  color:#0a2d31;
  line-height:0.9;
}

h2.section-title span{
  font-weight:400;
  font-size:32px;
  color:#0a2d31;
}
.content-narrow{
    max-width: 850px;
    margin: 0 auto;
}
.content-bg{
 background-color: #E1FFA9; 
}
.content-bg2{
  background-color: #BFE777;
}
a.link{
  color:#082B2F !important;
  font-weight: 600;
}
a.link:hover{
  color:#ff0000 !important;
  font-weight: 600;
}
.bgr-secondary{
  background-color: #BFE777;
}
.info-alert{
  color: #F3B215;
  background-color: #143D45;
  padding: 25px;
  border-radius: 10px;
}

/* =================================================
   HEADER
================================================= */
.top-nav {
  background: #133840 url("/images/top-nav-bg.webp") repeat-x 0 0;
  background-size: 343px 120px;
  color: #fff;
  min-height: 120px;
  padding-top: 18px;
}

.logo {
  max-width: 150px;
}
.top-nav a {
  color: #f9fde3;
  font-size: 20px;
  text-decoration: none;
  background-color: transparent;
}
.top-nav a:hover{
	color: #F6C317;
	text-decoration: none;
}
.top-nav .btn-icon{
  background: none;
  border: none;
  font-size: 28px;   /* ← wielkość ikony */
  line-height: 1;
  padding: 4px 8px;
  color: #fff;
}
.menu .link{
  padding: 15px;
}
@media (max-width: 1200px) {
  .menu .link{
    padding: 10px;
  }
}
/* =================================================
   LEFT SIDEBAR
================================================= */
.leftColumn .title {
  color: #0a2d31;
  text-align: center;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 0 !important;
  background: linear-gradient(0deg,rgba(243,172,20,1) 0%,rgba(243,172,20,1) 2%,rgba(250,221,28,1) 98%,rgba(250,221,28,1) 100%);
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-top: 2px solid #c6b900;
  padding-top: 15px !important;
}

.leftColumn h2 {
  font-size: 24px;
  font-weight: normal;
}

.leftColumn .sidebar-item {
  height: 45px;
  color: #90d9ea;
  background: linear-gradient(0deg,#143b43 0%,#143b43 2%,#1b525d 98%,#1b525d 100%);
  border-top: 1px solid #418b9b;
  border-bottom: 1px solid #181716;

  display: flex;
  align-items: center;
  padding: 0 12px;

  transition: background 0.2s ease;
}

.leftColumn .sidebar-item a {
  color: #abe7f5;
  text-decoration: none;

  flex-grow: 1;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leftColumn .sidebar-item span {
  min-width: 40px;
  text-align: right;
  color: #8ed3e3;
  font-size: 14px;
}

.leftColumn .sidebar-item:hover {
  background: linear-gradient(0deg,#1e6d7c 0%,#1e6d7c 100%);
}

.leftColumn a:hover {
  text-decoration: none;
}
#mobileMenuLeft {
  background-color: #092C30;
  width: 320px;
}

#mobileMenuLeft .leftColumn .title {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#mobileMenuLeft .offcanvas-header {
  margin-right: -45px;
}

#mobileMenuLeft .offcanvas-body {
  margin: auto;
  margin-top: -60px;
  padding: 0;
  width: 320px;
  overflow-y: auto;
  max-height: 100vh;
}

#mobileMenuLeft .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 1;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  border: 1.5px solid #fff;
  padding: 7px;
}
#mobileMenuRight{
  background-color: #092C30;
  color: #FFFFFF;
  font: 200 16px Raleway,sans-serif;
  font-size: 22px;
}
#mobileMenuRight .mobileMenuHeader {
  background: #f3ac14;
  background: -moz-linear-gradient(0deg, rgba(243,172,20,1) 0%, rgba(243,172,20,1) 2%, rgba(250,221,28,1) 98%, rgba(250,221,28,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(243,172,20,1) 0%, rgba(243,172,20,1) 2%, rgba(250,221,28,1) 98%, rgba(250,221,28,1) 100%);
  background: linear-gradient(0deg, rgba(243,172,20,1) 0%, rgba(243,172,20,1) 2%, rgba(250,221,28,1) 98%, rgba(250,221,28,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3ac14", endColorstr="#fadd1c", GradientType=1);

  padding-top: 15px;
  padding-bottom: 14px;
  margin-top: 10px;
  align-items: center;
}

#mobileMenuRight .title {
  color: #0a2d31;
  text-align: center;
  margin: 0;
  font-weight: 700;
}

#mobileMenuRight .btn-close {
  filter: brightness(0) saturate(100%) invert(13%) sepia(20%) saturate(1163%) hue-rotate(139deg) brightness(96%) contrast(94%);
  opacity: 1;
}
#mobileMenuRight .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 1;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  border: 1.5px solid #fff;
  padding: 7px;
}
#mobileMenuRight .offcanvas-body{
  padding: 0px;
}
/* link bazowy */
#mobileMenuRight a {
  color: #f9fde3;
  font-size: 20px;
  text-decoration: none;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}

/* wrapper linku */
#mobileMenuRight .link {
  border-bottom: 1px solid #f9fde33b;
  padding: 12px 25px;
  overflow: hidden;
}

/* 🔥 animowana linia (hover effect) */
#mobileMenuRight .link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #f7c618;
  transition: width 0.3s ease;
}

/* hover */
#mobileMenuRight .link:hover::after {
  width: 100%;
}

/* hover efekt na tekst */
#mobileMenuRight .link:hover a {
  color: #f7c618;
  transform: translateX(6px);
}

/* 🔥 animacja wejścia menu */
#mobileMenuRight .link {
  opacity: 0;
  transform: translateX(30px);
  animation: slideInRight 0.4s ease forwards;
}

/* opóźnienie dla każdego elementu (ładny efekt listy) */
#mobileMenuRight .link:nth-child(1) { animation-delay: 0.05s; }
#mobileMenuRight .link:nth-child(2) { animation-delay: 0.1s; }
#mobileMenuRight .link:nth-child(3) { animation-delay: 0.15s; }
#mobileMenuRight .link:nth-child(4) { animation-delay: 0.2s; }
#mobileMenuRight .link:nth-child(5) { animation-delay: 0.25s; }
#mobileMenuRight .link:nth-child(6) { animation-delay: 0.3s; }

/* keyframes */
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* =================================================
   CONTENT RADIO STATION
================================================= */
.imageTopBoxMobil {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 15px;
}
.nav-arrow {
  filter: invert(11%) sepia(33%) saturate(1729%) hue-rotate(143deg) brightness(94%) contrast(93%);
}
a.radio-url{
  display: inline-block;
  border: 1px solid #000;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
  background-color: #092d30;
  margin-top: -4px;
}
a.radio-url {
  color: #e0e6d0;
  font-weight: bold;
}
.radio-listeners{
  background-color: #08343e;
  color: #fff;
  padding-right: 15px;
  padding-left: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: bold;
  font-size: 22px;
}
.radio-listeners .radio-listeners__count{
  font-size: 36px;
  color: #f6c518;
}
.website-url {
  display: inline-block;
  border: 1px solid #000;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
  background-color: #092d30;
  margin-top: -4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  margin: 0px 2px;
}
.website-url a {
  color: #e0e6d0;
  font-weight: bold;
}
/*VOTE PARTIALS*/
.vote {
  background: url('/images/ranking-vote-background.webp') center / cover no-repeat;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -25px;
  margin-top: -25px;
  text-align: center;
}

.vote__trigger {
  display: inline-block;
  z-index: 3;
  margin: auto;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.vote__image {
  width: 180px;
  height: auto;
  display: block;
  margin: auto;
  transition: transform .25s ease;
}

.vote__image:hover {
  transform: scale(1.08);
}
/*VOTE PARTIALS END*/
/* PLAYER */
.radio-page-player{
  background-color: #0A404C;
  border-radius: 10px;
}
.random-radio-link
{
	background-color: #08343E;
	color: #F7C618;
	padding-right: 15px;
	padding-left: 15px;
	/*+border-radius: 3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.random-radio-link:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
/* Random Youtube Video */
.random-video-block {
    background-color: #BFE777;
    padding: 40px 20px;
}

.random-video-block .videoWrapper {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 56.25%; /* proporcja 16:9 */
    height: 0;
}

.random-video-block .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* Facebook section  */
.facebook-section {
    background-color: #BFE777;
}

.facebook-box {
    max-width: 650px;
    margin: 0 auto;
}
/* =================================================
   CONTENT MUSICBAND
================================================= */
.band-header-image{
  margin: auto;
  max-width: 750px;
}
/* =================================
   COMMENTS SECTION
================================= */
.latest-comments-box {

    margin: 0 auto;
}

/* pojedynczy komentarz */

.commentarBox {
    border: 1px dotted #A0B47C;
    background-color: #BFE777;
    color: #1D2A03;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.commentarBox:hover {
    background-color: #C8F081;
}

/* nazwa radia / zespołu */

.commentarBox .name a {
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    background-color: #283B04;
    padding: 4px 12px;
    border-radius: 4px;
}

.commentarBox .name a:hover {
    color: #BFE777;
}

/* tekst komentarza */

.commentarBox .text {
    font-size: 17px;
    margin-top: 14px;
    margin-bottom: 8px;
    line-height: 1.6;
}

/* user */

.commentarBox .user {
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    background-color: #9ED23F;
    padding: 5px 10px;
    border-radius: 6px;
    display: inline-block;
}

/* data */

.commentarBox .date {
    color: #2D4206;
    font-size: 14px;
    font-style: italic;
}

/* footer */

.commentarBox .footer {
    padding-top: 10px;
}

/* formularz */

.commentarForm small {
    color: #283B04;
    font-size: 12px;
    display: block;
    line-height: 1.5;
}
/* =================================================
   CONTENT PARTIAL - RANKING LAST WINS
================================================= */
.ranking-card__image {
	margin: auto;
	margin-top: -25px;
	width: 180px;
	background-color: #F7C618;
	-moz-box-shadow: 0 0 49px rgba(5,40,46,.574);
	-webkit-box-shadow: 0 0 49px rgba(5,40,46,.574);
	box-shadow: 0 0 49px rgba(5,40,46,.574);
}

.ranking-card {
	margin-top: 65px;
	background-color: #1B525D;
	border: 10px solid #143C44;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
}

.ranking-card__year {
	font-size: 53px;
	margin-top: -68px;
	font-weight: bold;
	margin-bottom: 7px;
	color: #123B42;
}

.ranking-card__month {
	font-size: 26px;
	font-weight: bold;
	color: #F7C618;
	margin-top: -40px;
	margin-bottom: 16px;
	z-index: 99;
	background-color: #123B42;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin: -18px auto 27px;
	padding-right: 15px;
	padding-left: 15px;
	display: inline-block;
}

.ranking-card .card-body {
	margin-top: -55px;
	padding-left: 0.1rem;
	padding-right: 0.1rem;
	padding-bottom: 0rem;
  position: relative;
  z-index: 2;
}

.ranking-card__title {
	font-weight: bold;
	background-color: #F7C618;
	color: #FFF;
	padding: 5px;
	margin-top: -15px;
	border: 1px solid rgba(255, 255, 255, 0.259);
	margin-bottom: 2px;
}

.ranking-card__title a {
	color: #1C4D6D;
	text-decoration: none;
}

.ranking-card__position {
	background-color: #F7C618;
	margin: -3px 0 -10px;
	padding: 5px 20px 8px 20px;
	display: inline-flex;
	color: #1C4D6D;
	font-weight: bold;
	font: normal small-caps bolder semi-expanded 50px / normal sans-serif;
	-moz-border-radius: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	border-radius: 47px;
	-moz-box-shadow: -1px -7px 22px rgba(255,255,255,.579);
	box-shadow: -1px -7px 22px rgba(255,255,255,.579);
}

.ranking-card__votes {
	font: bold 16px sans-serif;
	margin-top: 0;
	padding-top: 0;
	color: #F7C618;
}

.ranking-card__stars {
	max-width: 170px;
	position: relative;
	margin: auto;
	margin-bottom: -6px;
	display: block;
}
/* radio - wykres */
.radio-stats {
    margin-top: 2.5rem;
}

.radio-stats__chart img {
    max-width: 100%;
}

.radio-stats__legend {
    margin-top: .6rem;
    font-size: .9rem;
}

.radio-stats__today {
    color: #1b525d;
    font-weight: 600;
}

.radio-stats__yesterday {
    color: #888;
    margin-left: 10px;
}
/* =================================================
   RANKING INDEX
================================================= */
.ranking-teaser__intro {
  max-width: 900px;
  margin: 0px auto 0px;
  background-color:#E3FFA6;
  border-radius: 0 0 25px 25px;
  padding: 25px;
}

.ranking-teaser__heading {
  font-size: 44px;
  font-weight: bold;
  color: #123B42;
  margin-bottom: 12px;
}

.ranking-teaser__lead {
  font-size: 17px;
  line-height: 1.65;
  color: #143C44;
  margin-bottom: 0;
}

.ranking-teaser__card {
  margin-top: 60px;
  background-color: #1B525D;
  border: 10px solid #143C44;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  position: relative;
  overflow: visible;
  box-shadow: 0 12px 32px rgba(5, 40, 46, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ranking-teaser__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(5, 40, 46, 0.3);
}

.ranking-teaser__top {
  position: relative;
  height: 42px;
}

.ranking-teaser__badge {
  margin: -70px auto 0;
  z-index: 3;
}
.ranking-teaser__badge img {
  height: 120px;
}
.ranking-teaser__body {
  padding: 12px 16px 14px;
  position: relative;
  z-index: 2;
}

.ranking-teaser__title {
  font-weight: bold;
  background-color: #F7C618;
  color: #1C4D6D;
  padding: 8px 10px;
  margin: 0 auto 10px;
  border: 1px solid rgba(255,255,255,.259);
  display: inline-block;
  max-width: 100%;
  min-height: 100px;
}
h2.ranking-teaser__title {
  font-size: 25px ;
  line-height: 1.1 ;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  border-radius: 5px;
}
h2.ranking-teaser__title a {
  color: #1C4D6D;
  text-decoration: none;
}

.ranking-teaser__title a:hover {
  text-decoration: underline;
}

.ranking-teaser__subtitle {
  font-size: 15px;
  font-weight: bold;
  color: #F7C618;
  margin-bottom: 12px;
}

.ranking-teaser__text {
  font-size: 15px;
  line-height: 1.65;
  color: #ffffff;
  max-width: 88%;
  margin: 0 auto 18px;
}

.ranking-teaser__cta {
  margin-bottom: 16px;
}

.ranking-teaser__button {
  display: inline-block;
  background-color: #F7C618;
  color: #1C4D6D;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 22px;
  border-radius: 40px;
  box-shadow: -1px -4px 16px rgba(255,255,255,.18);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.ranking-teaser__button:hover {
  color: #1C4D6D;
  background-color: #ffd84d;
  transform: translateY(-1px);
}

.ranking-teaser__stars {
  max-width: 170px;
  margin: 0 auto -10px;
  color: #F7C618;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 8px;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.18);
  display: block;
}

@media (max-width: 767.98px) {
  .ranking-teaser__heading {
    font-size: 34px;
  }

  .ranking-teaser__lead {
    font-size: 16px;
  }

  .ranking-teaser__card {
    margin-top: 48px;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }

  .ranking-teaser__title {
    max-width: 100%;
    font-size: 22px;
  }

  .ranking-teaser__text {
    max-width: 100%;
  }
}
/* ================================================
   RANKING WYNIKI ITEMS
================================================ */
.ranking-list__item {
	border: 1px solid rgba(27, 76, 107, 0.056);
	margin-bottom: 5px;
	background-color: #17444D;
	color: #90D9EA;
	background: rgb(20, 59, 67);
	background: -moz-linear-gradient(0deg, rgba(20, 59, 67, 1) 0%, rgba(20, 59, 67, 1) 2%, rgba(27, 82, 93, 1) 98%, rgba(27, 82, 93, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(20, 59, 67, 1) 0%, rgba(20, 59, 67, 1) 2%, rgba(27, 82, 93, 1) 98%, rgba(27, 82, 93, 1) 100%);
	background: linear-gradient(0deg, rgba(20, 59, 67, 1) 0%, rgba(20, 59, 67, 1) 2%, rgba(27, 82, 93, 1) 98%, rgba(27, 82, 93, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#143b43",endColorstr="#1b525d",GradientType=1);
	border-top: 1px solid #418B9B;
	border-bottom: 1px solid #181716;
	padding: 5px;
}

.ranking-list__value {
	font-size: 39px;
	color: #F7C618;
	margin-top: 15px;
	font-weight: bold;
}

.ranking-list__position {
	font-weight: bold;
	font-size: 51px;
	color: #F7C618;
	margin-top: 6px;
}

.ranking-list__trend {
	margin-top: 14px;
}

.ranking-list__name {
	font-size: 18px;
  display: flex;
  align-items: center;
}

.ranking-list__image img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #133C43;
	overflow: hidden;
	padding: 0;
	margin: 1px;
}

.ranking-list__name a {
	color: #17444D;
	padding: 6px;
	background-color: #F7C618;
	font-weight: bold;
}

.ranking-list__name a:hover {
	color: #184A6F;
	font-weight: bold;
	text-decoration: none;
}

@media (max-width: 576px) {
	.ranking-list__position {
		font-weight: 600;
		font-size: 31px;
		color: #F7C618;
		margin-top: 0px;
	}

	.ranking-list__value {
		font-size: 26px;
		margin-top: 4px;
		font-weight: bold;
	}

	.ranking-list__name {
		margin-top: 11px;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.ranking-list__name a {
		padding: 3px 2px 2px;
	}

	.ranking-list__name a:hover {
		text-decoration: none;
	}
}
.ranking-list__trend-icon {
  display: inline-block;
}

.ranking-list__trend-icon--ranking_up,
.ranking-list__trend-icon--ranking_down,
.ranking-list__trend-icon--ranking_stay {
  display: inline-block;
  cursor: pointer;
}
/* UP */
.ranking-list__trend-icon--ranking_up {
  background-image: url(/images/iconrank.webp);
  background-repeat: no-repeat;
  width: 34px;
  height: 32px;
  background-position: 0 0;
}

/* DOWN */
.ranking-list__trend-icon--ranking_down {
  background-image: url(/images/iconrank.webp);
  background-repeat: no-repeat;
  width: 34px;
  height: 32px;
  background-position: -34px 0;
}

/* STAY */
.ranking-list__trend-icon--ranking_stay {
  background-image: url(/images/iconrank.webp);
  background-repeat: no-repeat;
  width: 59px;
  height: 33px;
  background-position: 0 -33px;
}

.ranking-list__legend {
  display: inline-block;
  background-color: #143D45;
  padding: 15px;
  border-radius: 15px;
}
/* =================================================
   RANKING MODAL GLOSOWANIE
================================================= */
#vote-modal .vote-modal__content {
    background-color: #02202B;
    color: #FFFFFF;
    border: 2px solid #02202B;
    border-radius: 10px;
    width: 629px;
    box-shadow: 0 0 20px #02202B;
}

#vote-modal .vote-modal__dialog {
    max-width: 550px;
}

#vote-modal .vote-modal__header {
    background-color: #02202B;
    border-bottom: 0.1px solid rgba(3, 65, 87, 0);
    padding: 0;
    position: relative;
    height: 120px;
    overflow: hidden;
}

.modal-backdrop.show {
    opacity: 0.51;
}

#vote-modal .vote-modal__header-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    z-index: 1;
}

#vote-modal .vote-modal__header-text {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    background: linear-gradient(90deg, rgba(2, 32, 43, 0) 0%, rgba(2, 32, 43, 1) 66%);
    padding-right: 15px;
}

#vote-modal .vote-modal__title {
    margin: 0;
}

#vote-modal .vote-modal__body {
    text-align: center;
    padding: 19px 0 0;
}

#vote-modal .vote-modal__lead {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

#vote-modal .vote-modal__submit,
#vote-modal .vote-modal__comment-link {
    background-color: #00AEEF;
    color: #FFFFFF;
    padding: 12px 25px;
    font-size: 18px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* HOVER */
#vote-modal .vote-modal__submit:hover,
#vote-modal .vote-modal__comment-link:hover {
    background-color: #0094c9;
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

/* ACTIVE – efekt kliknięcia */
#vote-modal .vote-modal__submit:active,
#vote-modal .vote-modal__comment-link:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

#vote-modal .vote-modal__footer {
    justify-content: center;
    border-top: 0.1px solid rgba(3, 65, 87, 0);
}

#vote-modal .vote-modal__rules-link {
    color: #F4B616 !important;
    text-decoration: none;
}

#vote-modal .vote-modal__checkbox-label small {
    color: #FFFFFF;
}

#vote-modal .vote-modal__close {
    z-index: 3;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #FFFFFF;
}

#vote-modal .vote-modal__message {
    display: block;
    width: 73%;
    background-color: #F4B616;
    color: #02202B;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 1rem;
    margin-top: 15px;
    font-weight: 700;
    min-height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

#vote-modal .vote-modal__message:empty {
    display: none;
}

#vote-modal .vote-modal__message:not(:empty) {
    display: block;
    animation: fadeIn 0.5s ease;
}
#vote-modal .close{
  background-color: #02202B;
  border: 1px solid #F4A324;
  border-radius: 6px;
  padding: 2px 10px;
  cursor: pointer;
}

#vote-modal .close span{
  font-size: 30px;
  line-height: 1;
  color: #F4A324;
}
#vote-modal .close:hover{
  background-color: #F4A324;
  transform: scale(1.08);
}

#vote-modal .close:hover span{
  color: #02202B;
}
/* komentarze */
.comment-form{
  background-color: #BFE777;
}
.comment-form a.info{
  color: #143C44;
  font-weight: 700;
}
.comment-form a.info:hover{
  color: #460;
  font-weight: 700;
}
#comment-sort.form-select {
  background-color: #e3ffa6;
  border: var(--bs-border-width) solid #1b525d;
}
.comment{
  border: 1px dotted #a0b47c;
  background-color: #bfe777;
  color: #1d2a03;
}
.comment .user{
  font-weight: bold;
  font-style: italic;
  font-size: 19px;
  background-color: #9ed23f;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-top: 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 0;
}
.comment .date{
  color: #2d4206;
  font-weight: normal;
  text-align: right;
  font-style: italic;
}
.comment-pagination .btn-page-active{
background-color: #1b525d;
  border: 1px solid #143c44;
  color: #f7c618;
  min-width: 30px;
  padding: 3px 5px;
  font-weight: 600;
}
.comment-pagination .btn-page{
  background-color: #1b525d;
  border: 1px solid #143c44;
  color: #f7c618;
  min-width: 30px;
  padding: 3px 5px;
  font-weight: 600;
}
/* =================================================
   EVENTS
================================================= */
.events-header .event-map {
    width: 100%;
    height: 700px;
    border-radius: 6px;
    overflow: hidden;
}
.event-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.event-popup-shell .leaflet-popup-content-wrapper {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.event-popup-shell .leaflet-popup-content {
    margin: 0;
}

.event-popup-shell .leaflet-popup-tip {
    background: #0f3138;
}

.event-popup-card {
    font-family: inherit;
    background-color: #02202B;
    border-radius: 15px;
    padding: 10px;
}

.event-popup-card__row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.event-popup-card__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #F4B515;
    background: #02202B;
}

.event-popup-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.event-popup-card__content {
    flex: 1;
}

.event-popup-card__band {
    font-size: 18px;
    font-weight: 700;
    color: #F3B215 !important;
    margin-bottom: 2px;
}

.event-popup-card__band a {
    color: #F3B215 !important;
    text-decoration: none;
}

.event-popup-card__band a:hover {
    text-decoration: underline;
}

.event-popup-card__date {
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 3px;
}

.event-popup-card__event {
    font-size: 12px;
    color: #F3B215;
    margin-bottom: 3px;
}

.event-popup-card__address {
    font-size: 11px;
    color: #6c8a91;
}
.leaflet-popup-close-button span{
  color: #F3B215;
}


/* mapa */
.events-header {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    padding: 15px;
    background-color: #669902;
}
.events-header .event-map {
    width: 100%;
    height: 700px;
    border-radius: 6px;
    overflow: hidden;
}

/* info po prawej */
.events-header__bottom .info {
    margin-top: 8px;
    text-align: right;
    font-size: 13px;
    color: #ffffff;
}
.events-header__bottom .js-reset-filters {
    border-color: #ffffff;
    color: #ffffff;
}

.events-header__bottom .js-reset-filters:hover {
    background-color: #F3B215;
    color: #052730;
}
/* link */
.events-header .info a {
    color: #F3B215;
    font-weight: bold;
    text-decoration: none;
}

/* hover */
.events-header .info a:hover {
    text-decoration: underline;
}
.event-map-marker-icon {
    transition: transform 0.15s ease, filter 0.15s ease;
}

.event-map-marker-icon:hover {
    transform: scale(1.4) translateY(-2px);
    filter: drop-shadow(0 6px 10px rgba(0,0,0,0.4));
}
/* Event band list */
.events-band-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px;
}

/* element listy */
.events-band-list .events-band-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 225px;

    background-color: #C4EE79;
    color: #02202B;

    padding: 6px 14px;
    margin: 2px;

    border: 1px solid rgba(117, 177, 3, 0.4);
    border-radius: 6px;

    font-weight: 500;
    cursor: pointer;

    transition: all 0.15s ease;
}

/* hover */
.events-band-list .events-band-item:hover {
    background-color: #b6e35f;
    transform: translateY(-2px);
}

/* active */
.events-band-list .events-band-item.is-active {
    background-color: #669902;
    color: #ffffff;
    border-color: #669902;
}
/* EVENT CARD*/
/* MUSIC EVENT KAFELKI */
.events-tiles-grid {
    width: 100%;
    color: #E1FFA9;
}

.events-tiles-grid .event-card {
    width: 100%;
    max-width: 450px;
    min-height: 140px;
    border: 1px dotted #305758;
    font-size: 14px;
    text-align: right;
    padding: 2px 5px 2px 2px;
    margin: 2px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background-color: #16434C !important;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
}

@media (max-width: 576px) {
    .events-tiles-grid .event-card {
        width: 100%;
        max-width: 434px;
        font-size: 12px;
    }
}

.events-tiles-grid .event-card__overlay {
    position: relative;
    width: 100%;
    min-height: 136px;
    padding: 0;
}

.events-tiles-grid .event-card__band-name {
    font-weight: bold;
    font-size: 16px;
}

.events-tiles-grid .event-card__band-name span {
    background-color: #F4B515;
    color: #142F38;
    margin-top: 0;
    margin-right: -3px;
    padding: 0 5px;
    display: inline-block;
}

.events-tiles-grid .event-card__date {
    font-style: normal;
}

.events-tiles-grid .event-card__address {
    margin: 0;
    padding-top: 7px;
    font-size: 12px;
    line-height: 1.3;
    color: #E1FFA9;
}

.events-tiles-grid .event-card__event-name {
    margin-top: 10px;
    color: #F4B515;
    padding-left: 5px;
    padding-right: 4px;
    padding-bottom: 3px;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    right: 4px;
    text-align: right;
    margin-bottom: 17px;
    font-size: 12px;
    line-height: 1;
}

.events-tiles-grid .event-card__description {
    position: absolute;
    bottom: 0;
    right: 4px;
    text-align: right;
    overflow: hidden;
    max-height: 34px;
    line-height: 1;
    margin-bottom: 3px;
    font-style: italic;
    padding-right: 7px;
    padding-bottom: 3px;
    margin-right: 1px;
    color: #E1FFA9;
}
/* =================================================
   WIDEO
================================================= */
/* WIDEO YOUTUBE RANKING */

.video-ranking__card {
	background-color: #1A4E59;
}

.video-ranking__stats {
	width: 20%;
}

.video-ranking__content {
	width: 55%;
}

.video-ranking__thumbnail-wrap {
	width: 25%;
}

.video-ranking__position {
	font-weight: bold;
	color: #F3B014;
	font-size: 55px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	display: inline-block;
	padding-top: 0;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 14px;
}

.video-ranking__band-name {
	color: #FFFFFF;
	font-size: 38px;
	margin-top: 15px;
}

.video-ranking__title {
	color: #FFFFFF;
	font-size: 22px;
	text-decoration: none;
}

.video-ranking__title:hover {
	text-decoration: underline;
}

.video-ranking__views {
	color: #F3B014;
}

@media (max-width: 960px) {
	.video-ranking__stats {
		width: 20%;
	}

	.video-ranking__position {
		margin-top: 0;
	}

	.video-ranking__band-name {
		color: #FFFFFF;
		font-size: 38px;
		margin-top: 3px;
	}

	.video-ranking__content {
		width: 80%;
	}

	.video-ranking__thumbnail-wrap {
		display: none !important;
	}
}

.video-ranking__meta {
	background-color: #14454F;
	font: 13px / 1.7 sans-serif;
}

.video-ranking__meta-row {
	color: #4D7E87;
}
/* =================================================
   FOOTER
================================================= */
.MyFooter
{
	height: 280px;
	background: url("/images/footer-dj.webp?v=2") center bottom / 855px 115px no-repeat #082B2F;
	color: #ABE7F5;
}
.MyFooter a
{
	color: #ABE7F5;
}
.MyFooter .userOnline
{
}
.MyFooter .boottomInfo
{
	color: #ABE7F5;
	opacity: 0.65;
}
/* =================================================
  BOOTSTRAP
================================================= */
.btn.btn-primary {
  background-color: #1b525d;
  border: 1px solid #143c44;
  color: #f7c618;
  padding: .7rem 1.5rem;
  font-weight: 600;
}

.btn.btn-primary:hover {
  background-color: #143c44;
  border-color: #0f2d33;
  color: #f7c618;
}

.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #143c44;
  border-color: #0f2d33;
  color: #f7c618;
  box-shadow: 0 0 0 .25rem rgba(27,82,93,.4);
}
/* =================================================
  COOKIE BANER
================================================= */
.footer-cookie-btn {
  font-size: inherit;
  color:  inherit;
  text-decoration: none;
  padding: 2px 8px !important;
  border-radius: 0px;
  transition: background-color 0.2s ease, transform 0.05s ease;
}

.cookie-banner__actions--stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 10px;
}

.footer-cookie-btn:hover {
  color: #082B2F;
  background-color: #E3FFA6;
}

.footer-cookie-btn:active {
  transform: scale(0.97);
}
.cookie-hidden {
  display: none !important;
}

.cookie-banner,
.cookie-settings {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.cookie-banner__box,
.cookie-settings__box {
  width: min(560px, calc(100vw - 24px));
  max-width: 560px;
  background: #fff;
  border-radius: 12px;
  padding: 18px 18px 14px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
}

.cookie-banner__title {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.cookie-banner__content {
  max-height: 240px;
  overflow-y: auto;
  padding-right: 8px;
  margin-bottom: 14px;
}

.cookie-banner__text {
  margin: 0 0 10px;
  font-size: 12.5px;
  line-height: 1.55;
  color: #2f2f2f;
}

.cookie-banner__text--muted {
  color: #666;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.cookie-btn {
  width: 100%;
  padding: 8px 12px;

  background-color: #1b525d;
  border: 1px solid #143c44;
  color: #f7c618;

  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;

  min-height: 44px; /* 👉 kontrola wysokości */
}

.cookie-banner__actions--stack .cookie-btn {
  width: 100%;
  min-height: 42px;
  padding: 6px 12px;

  background-color: #1b525d;
  border: 1px solid #143c44;
  color: #f7c618;

  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;

  transition: all 0.2s ease;
}

.cookie-btn:hover,
.cookie-btn:focus,
.cookie-btn:active {
  background: #eceef1;
  color: #222;
  border-color: #aeb5bd;
  box-shadow: none;
    transform: scale(0.98);
}

.cookie-banner__links {
  font-size: 11.5px;
  line-height: 1.4;
  color: #666;
}

.cookie-banner__links a {
  color: #666;
  text-decoration: underline;
}

.cookie-banner__links a:hover {
  color: #333;
}

.cookie-banner__content::-webkit-scrollbar {
  width: 10px;
}

.cookie-banner__content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.cookie-banner__content::-webkit-scrollbar-thumb {
  background: #c3c7cc;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.cookie-banner__content::-webkit-scrollbar-thumb:hover {
  background: #aeb4bb;
}
.cookie-banner__subactions {
  text-align: center;
  margin-top: 6px;
}

.cookie-banner__link-btn {
  padding: 0;
  font-size: 12.5px;
  color: #555;
  text-decoration: underline;
}

.cookie-banner__link-btn:hover {
  color: #082B2F;
}
@media (max-width: 576px) {
  .cookie-banner__box,
  .cookie-settings__box {
    width: calc(100vw - 16px);
    padding: 16px 14px 12px;
    border-radius: 10px;
  }

  .cookie-banner__content {
    max-height: 220px;
  }

  .cookie-banner__title {
    font-size: 16px;
  }

  .cookie-banner__text {
    font-size: 12px;
  }

  .cookie-btn {
    flex: 1 1 100%;
    width: 100%;
  }
}