.current{
    font-weight: 700;
}

.tracklist-item.future{
    display: none;
}

/*
.recent-yvideos {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
*/

.yvideo-item.current>a{
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.yvideo-item>a {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px;
    gap: 10px;
    color: #fff;
}

.yvideo-item{
    position: relative;
}

.yvideo-counter {
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    width: 120px;
    height: 99%;
    line-height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    left: 0px;
    padding: 0px;
}

.yvideo-counter{
    display: none;
}

.yvideo-item a:hover .yvideo-counter{
    display: flex;
}



.yvideo-counter .timerange{
    font-size: 30px;
}

.yvideo-thumbnail img {
    width: 100px;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    transition: transform 0.2s ease-in-out;
    vertical-align: middle;
}

.yvideo-thumbnail img:hover {
    transform: scale(1.05);
}

.yvideo-details {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.yvideo-title {
    margin-bottom: 4px;
}

.yvideo-thumbnail{
    max-width: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.page-users-counter {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 1;
    gap: 6px;
    font-size: 16px;
    color: #d9d9d9;
    font-weight: bold;
    flex-direction: row-reverse;
}

.page-users-counter .dashicons {
    font-size: 20px;
    color: #eb0a00; /* WP blue */
}

/*
iframe {
  pointer-events: none;
}
*/



.video-wrapper {
    position: relative;
    width: 560px;
    height: 315px;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.volume-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(0,0,0,0.8); /* darker background */
    transition: opacity 0.2s ease;
}

.volume-overlay span {
    font-size: 96px; /* bigger icon */
    transition: transform 0.2s ease;
}


/* Overlay hidden after first click (unmuted) */
.volume-overlay.hidden {
    opacity: 0;
    pointer-events: none; /* allow clicks to go through iframe */
}

/* Hover effect for hidden overlay */
.video-wrapper:hover .volume-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

/* Overlay hidden after first click (unmuted) */
.hardcore-mode .volume-overlay.hidden {
    opacity: 0;
    pointer-events: none; /* allow clicks to go through iframe */
}

/* Hover effect for hidden overlay */
.hardcore-mode.video-wrapper:hover .volume-overlay.hidden {
    opacity: 1;
    pointer-events: auto;
}

/* Hover icon scale */
.volume-overlay:hover span {
    transform: scale(1.1);
}






#yvideo-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

#yvideo-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entry-content a{
    text-decoration: none !important;
}

.wp-container-core-group-is-layout-bea02a06 > .alignwide{
    max-width: 1200px;
}

.page-id-1653 .wp-block-post-title{
    display: none;
}

.page-id-1653 .wp-container-core-group-is-layout-b8ee2d0e{
    margin: 0 !important;
}



.yv-configurator{
    width: 100%;
}


.yv-configurator111 {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    font-family: sans-serif;
}

.yv-configurator111 h2 {
    margin-bottom: 15px;
    text-align: center;
}

.yv-field {
    margin-bottom: 15px;
}

.yv-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.yv-field select,
.yv-field input[type="number"] {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.yv-field .description {
    font-size: 12px;
    color: #555;
}

.yv-submit {
    text-align: center;
}

.yv-submit button {
    padding: 10px 20px;
    font-size: 16px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.yv-submit button:hover {
    background: #005177;
}

.yv-tracklist {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.05);
}

.yv-tracklist ul {
    list-style: none;
    padding-left: 0;
}

.yv-tracklist li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.yv-configurator-wrap{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
}

#ytracklist{
    width: 100%;
    margin: 0;
}

/*
------------------------
*/

.tracklist-item a{
    display: flex;
}

.tracklist-item .timerange{
    padding: 0;
}

#yv-config-form .wrap{
    display: flex;
}

#yv-config-form .yv-field{
    width: 100%;
}

#yv-config-form .yv-field select[multiple]{
    height: 110px;
}

#yv-config-form .wrap .yv-field select,
#yv-config-form .wrap .yv-field input{
    width: 100%;
}

.yv_year_field,
.yv_limit_field{
    margin-right: 10px;
}

.yv_month_field,
.yv_order_field{
    margin-left: 10px;
}

.yv_orderby_field{
    margin-left: 5px;
    margin-right: 5px;
}

#get-playlist-btn{
    margin: 20px 0;
    width: 100%;
    padding: 20px;
}

#ymtv-tracklist-wrap th{
    text-align: left;
}

#yv_limit{
    width: 90%;
}

/*
---------------------------
*/

.yvideo-meta {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 10px;
}

.yvideo-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff; /* default icon + text color */
}

.yvideo-icon {
    width: 12px;
    height: 12px;
    fill: currentColor;
    flex-shrink: 0;
}

/* Optional: per-type colors */
.yvideo-views {
    color: #b0c4ff;
}

.yvideo-likes {
    color: #ff8fa3;
}

/* Optional hover effect */
.yvideo-meta-item:hover {
    color: #ffcc00;
}

.yvideo-comments {
    color: #9be7ff;
}


@media (max-width: 1200px) {

    .yvideo-thumbnail,
    .yvideo-thumbnail img{
        max-width: 65px;
        width: auto;
    }

    .yvchan-front-wrap h3{
        font-size: 16px;
    }
}

@media (max-width: 930px) {
    .tracklist-item a {
        flex-wrap: wrap;
    }

    .yvideo-thumbnail,
    .yvideo-thumbnail img{
        max-width: 100%;
        width: auto;
    }
}

@media (max-width: 768px) {

    .tracklist-item a {
        flex-wrap: wrap;
    }

    .yvideo-thumbnail,
    .yvideo-thumbnail img{
        /*max-width: 100px;*/
        width: 100%;
    }

    .panel{
        padding: 0 20px;
    }

    .yvchan-front-wrap h1{
        margin: 0;
    }

    .yvchan-front-wrap h3{
        font-size: 18px;
    }

    .main{
        padding: 0 0 120px;
    }

}