.cntSeparator {
    color: #000000;
    font-size: 54px;
    margin: 10px 7px;
}

#countdownContainer {
    /*width: 200px;*/
    /*width: 100%;*/
    margin: 0 0 10px 0;
    overflow: hidden;
    position: absolute;
    height: 77px;
    left: 520px;
    bottom: 20px;
}

#timer-header{
	background: url("../images/header.jpg") no-repeat;
	background-size: contain;
	position: relative;
	width: 790px;
	height: 276px;
	left: -5px;
}

#chart-vote-interval{
	margin: 5px auto;
	width: 780px;
	overflow: hidden;
}

.vote-interval-link{
	float: left;
	width: 240px;
	margin-left: 14px;
}
#last-update-time{
	position: absolute;
	bottom: 11px;
	left: 520px;
	font-size: 11px;
}

.vote-interval-link a{
	font-size: 28px;
	color: #FFF;
	text-decoration: none;
	background-color: #C0C0C0;
	display: inline-block;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	
}
.vote-interval-link a.active,
.vote-interval-link a:hover{
	background-color: #F02E74;
}

.songchart_logo{
	width: 720px;
	margin: 10px auto;
}
.timesong_section_odd, .timesong_section_even{
	width: 99%;
	overflow: hidden;
	padding: 5px;
	height: 110px;
}
.timesong_section_even{
	background-color: #f1f1f1;
}
.song_position{
	float: left;
	font-size:1.7em;
}
.song_name{
	color: #000;
	/*float: left;*/
	padding: 0 10px;
	font-weight: bolder;
	letter-spacing: 0;
	text-align: left;
	height: 84px;
}
.song_artist{
	font-size: 1.4em;
}
.song_title{
	font-size: 1em;
}
.song_thumb{
	float: left;
	border: 5px solid #E8E8E8;
}
.song_links{
	/*float:right;*/
	/*margin-top:96px;*/
	text-align:right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.vote-result{
	height: 15px;
	text-align: right;
}
.song_inactive_link{
	color: #CCCCCC;
}
.songchart_date{
	text-align: center;
	margin: 10px;
}
/*****		to display song's position		*****/
.position_wrap{
	width: 37px;
	height: 37px;
	color: #fff;
	margin: 30px;
	background-color: #495678;
	border-radius: 10px;
}
.position_top{
	/*background-image: url("images/pos_top.png");*/
	height: 5px;
	width: 100%;
}
.position_middle{
	/*background: url("images/pos_middle.png") repeat-y;*/
	width: 100%;
	height: 27px;
	text-align: center;
	font-weight: bolder;
	padding: 0 3px;
}
.position_bottom{
	/*background-image: url("images/pos_bottom.png");*/
	height: 5px;
	width: 100%;
}
/*******	section separate	******/
.section_border{
	/*background: url("images/break_line_orange.png") no-repeat left bottom;*/
	width: 100%;
	/*margin:10px 0;*/
}

/***		admin section		***/
table.song_form, table.song_data{
	width: 95%;
}
table.song_form td{
	vertical-align: top;
}
table.song_data td{
	vertical-align: middle;
}

.db_notice{
	text-align: center;
	font-size: 1em;
	padding: 2px;
	border: 1px solid #000;
	margin: 10px 2px;
}
/************		MENU STYLES		**********/
.menu_song_section{
	background-color: #E7E7E7;
	margin-bottom: 3px;
	width: 95%;
	overflow: hidden;
	height:75px;
}
.menu_song_thumb{
	float: right;
}
.menu_song_name{
	color: #000;
	float: left;
	padding: 0 10px;
	font-weight: bolder;
	letter-spacing: 0;
	text-align: left;
	margin-top: 15px;
	width: 60%;
}
.menu_position_wrap{
	width: 37px;
	height: 37px;
	color: #fff;
	margin: 19px;
}
.chart_link{
	text-align:right;
	padding:5px;
	margin-top:10px;
	font-size: 1.3em;
	font-weight: bolder;
}

			.songchart_new_song{
				background: url('../../e107_plugins/songchart/images/new.png') top left no-repeat;
			}
			
.banner-container{
	text-align: center;
	margin: 5px 0;
}
.timesong_section{
	position: relative;
}
.song-links-wrapper{
	float: right;
}
.song-links-wrapper:after{
	clear: both;
}
.song-link-wrapper{
	float: left;
	margin-right: 10px;
}
.song-link-wrapper a{
	text-decoration: none;
	outline: none;
	border: none;
}
.image-song-link{
	display: block;
	width: 50px;
	height: 60px;
	background: url("../images/song-sprite.png") no-repeat;
}
.image-text-link{
	color: #C1C1C1;
}
.timesong_section .image-text-link{
	display: block;
}
.timesong_section a.btn-like-song .image-song-link{
	background-position: 0 0;
}
.timesong_section a.btn-like-song:hover .image-song-link,
.timesong_section a.btn-like-song .image-song-link.active{
	background-position: 0 -60px;
}
.timesong_section a.btn-dislike-song .image-song-link{
	background-position: -50px 0;
}
.timesong_section a.btn-dislike-song:hover .image-song-link,
.timesong_section a.btn-dislike-song .image-song-link.active{
	background-position: -50px -60px;
}
.timesong_section a.song-listen .image-song-link,
.timesong_section .song-listen.image-song-link{
	background-position: -100px 0;
}
.timesong_section a.song-listen:hover .image-song-link,
.timesong_section a.song-listen .image-song-link.active{
	background-position: -100px -60px;
}

/* --- INLINE EMBED ------------------------------------------------------- */
.song-listen-group{ display:inline-flex; gap:.4rem; align-items:center; }
.song-link.btn-listen-inline, .song-link.btn-listen-fs{ cursor:pointer; display:inline-flex; align-items:center; gap:.35rem; }
.song-link.btn-listen-fs{ padding:.25rem .45rem; border:1px solid rgba(0,0,0,.25); border-radius:6px; }

/* slot pod skladbo */
.song-embed-slot{ display:none; padding:.5rem 0 1rem; }
.timesong_section + .song-embed-slot{ margin-top:.35rem; }
.song-embed-card{ background:#111; color:#fff; border-radius:10px; overflow:hidden; box-shadow:0 4px 16px rgba(0,0,0,.25); }
.song-embed-bar{ display:flex; justify-content:space-between; align-items:center; padding:.6rem .9rem; border-bottom:1px solid rgba(255,255,255,.08); }
.song-embed-title{ font-weight:600; }
.song-embed-close{ background:transparent; border:0; color:#fff; font-size:1.3rem; line-height:1; cursor:pointer; }

/* zanesljiva 16:9 višina; podpira tudi starejše phone brskalnike */
.song-embed-aspect{ position:relative; width:100%; aspect-ratio:16/9; max-height:80vh; }
.song-embed-aspect::before{ content:""; display:block; padding-top:56.25%; }  /* fallback */
.song-embed-aspect iframe{ position:absolute; inset:0; width:100% !important; height:100% !important; border:0; }

/* --- FULLSCREEN MODAL --------------------------------------------------- */
.ts-player.hidden{ display:none; }
.ts-player{ position:fixed; inset:0; z-index:99999; display:flex; background:rgba(0,0,0,.75);
  padding: env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);
}
.ts-player-center{ display:flex; justify-content:center; width:100%; }
.ts-player-panel{ width:100vw; height:calc(var(--vh,1vh)*100); height:100dvh; display:flex; flex-direction:column; background:#111; border-radius:0; box-shadow:none;
  transform:translateY(100%); transition:transform .28s ease;
}
.ts-player.show .ts-player-panel{ transform:translateY(0); }
.ts-player-bar{ flex:0 0 auto; display:flex; justify-content:space-between; align-items:center; padding:.5rem .85rem; color:#fff; }
#ts-player-close{ background:transparent; border:0; color:#fff; font-size:1.6rem; line-height:1; cursor:pointer; padding:.5rem; min-width:44px; min-height:44px; }

.ts-player-aspect{ position:relative; flex:1 1 auto; width:100%; margin:0; overflow:hidden; }
.ts-player-aspect::before{ content:none !important; }
#ts-player-iframe{ position:absolute; inset:0; width:100% !important; height:100% !important; border:0; display:block; z-index:1; }

/* logo čez video */
.video-logo-overlay{ position:absolute; right:clamp(10px,3vw,24px); bottom:clamp(10px,3vw,24px);
  width:clamp(56px,12vw,140px); opacity:.9; pointer-events:none; z-index:2;
}
@media (max-width:400px){
  .video-logo-overlay{ bottom:clamp(56px,12vw,72px); opacity:.85; }
  .song-embed-card{ border-radius:8px; }
  .song-embed-title{ font-size:.95rem; }
}

/* --- IKONA IZ SPRITE-A: podpora tudi za <button> ------------------------ */
.timesong_section .song-listen .image-song-link{ background-position:-100px 0; }
.timesong_section .song-listen:hover .image-song-link,
.timesong_section .song-listen .image-song-link.active{ background-position:-100px -60px; }

/* gumb naj se obnaša kot link (brez default button videza) */
.song-link.song-listen{ background:transparent; border:0; padding:0; margin:0; font:inherit; color:inherit; }

/* skupina gumbov desno */
.song-listen-group{
  display:inline-flex;
  align-items:center;
  gap:.5rem;               /* razmik med inline & fullscreen */
}

/* INLINE: ikona zgoraj, tekst spodaj */
.song-link.btn-listen-inline{
  display:inline-flex;
  flex-direction:column;   /* vertikalno: ikona nad tekstom */
  align-items:center;
  justify-content:center;
  gap:.25rem;
  background:transparent;
  border:0;
  padding:0;
  margin:0;
  cursor:pointer;
}

/* ohrani star sprite za ikono */
.timesong_section .song-listen .image-song-link{ background-position:-100px 0; }
.timesong_section .song-listen:hover .image-song-link,
.timesong_section .song-listen .image-song-link.active{ background-position:-100px -60px; }


/* FULLSCREEN: majhna kvadratna ikonica zraven */
.song-link.btn-listen-fs{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px; height:28px;         /* majhen kvadrat */
  border:1px solid rgba(0,0,0,.25);
  border-radius:6px;
  background:transparent;
  cursor:pointer;
  font-size:14px;                   /* velikost ⛶ */
  line-height:1;
  padding:0;
}
.song-link.btn-listen-fs:hover{
  border-color: rgba(0,0,0,.4);
}

/* gumb naj posnema anchor – brez default button stile */
.song-link.song-listen{
  background: transparent; border: 0; padding: 0; margin: 0;
  font: inherit; color: inherit; cursor: pointer;
}

/* ujemi star sprite in hover tudi za <button> */
.timesong_section .song-listen .image-song-link{ background-position:-100px 0; }
.timesong_section .song-listen:hover .image-song-link,
.timesong_section .song-listen .image-song-link.active{ background-position:-100px -60px; }

/* dimenzije ikone kot prej (že imaš 50×60 v sprite-u) */
.song-link .image-song-link{ display:block; width:50px; height:60px; }

/* tekst naj bo enako kot pri like/dislike */
.song-link .image-text-link{
  display:block;
  font-size:11px; line-height:1;
  color:#C1C1C1;
  margin-top:1px;                 /* droben razmik kot pri ostalih */
  text-align:center;
}

/* fullscreen kvadratek desno; poravnaj vizualno z ikonsko vrstico */
.song-link.btn-listen-fs{
  width:28px; height:28px;
  border:1px solid rgba(0,0,0,.25); border-radius:6px;
  display:inline-flex; align-items:center; justify-content:center;
  font-size:14px; line-height:1; padding:0; background:transparent;
}
.song-link.btn-listen-fs:hover{ border-color: rgba(0,0,0,.4); }

/* odstrani naše stare poskuse poravnav (če so ostali) */
.song-link.btn-listen-inline{ display:inline-block; }  /* brez flex-kolone */
.song-listen-group{ display:inline-block; }            /* če kje še obstaja */

