#csnp-slider-container {
    position: relative;
    width: 100%;
    /*height: 400px; */
    overflow: hidden;
     border-bottom: 2px solid #454b55;
    /*padding: 40px 40px;*/
}

#csnp-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
      position: relative;
    overflow: hidden;
    /* Optional: set a min-height to avoid collapsing */
    min-height: 380px; /* adjust based on your slide content */
    padding: 40px 40px 40px 40px;
    
}

.csnp-slide {
    min-width: 100%; 
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
  background-size: cover;

}

.csnp-view-more-btn {
    position: absolute;
    bottom: 20px;
    left: 30px;
    background: #ff5e5e;
    border: none;
    padding: 8px 15px;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.csnp-view-more-btn:hover {
    background: #ff4040;
}

.csnp-view-more-content {
    position: absolute;
    bottom: 60px;
    left: 30px;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    max-height: 200px;
    overflow-y: auto;
    padding: 15px;
    border-radius: 5px;
    width: 40%;
    display: none;
    z-index: 10;
    box-shadow: 0 0 15px rgba(0,0,0,0.8);
}

#csnp-song-history-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 300px;
    max-height: 350px;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    padding: 15px;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    z-index: 20;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

#csnp-now-playing {
    background: #222;
    color: white;
    padding: 10px 20px;
    max-height: 80px; 
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

#csnp-now-playing-view-more-content {
    background: #333;
    padding: 15px;
    margin-top: 10px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    color: white;
    border-radius: 5px;
    font-size: 14px;
}

#csnp-now-playing-view-more-btn {
    background: #ff5e5e;
    border: none;
    padding: 5px 12px;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: background 0.3s ease;
}

#csnp-now-playing-view-more-btn:hover {
    background: #ff4040;
}
.csnp-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    z-index: 30;
    user-select: none;
}

#csnp-prev {
    left: 15px;
}

#csnp-next {
    right: 15px;
}

.csnp-arrow:hover {
    background: rgba(255, 94, 94, 0.8);
}


#csnp-slider .csnp-slide {
    position: absolute; /* make all slides absolute from the start */
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    z-index: 0;
}

#csnp-slider .csnp-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1; /* active slide on top */
}
@media(min-width:768px){
    .top-header > * {
    flex: 1;
}
.top-header > .site-branding {
   justify-content:center;
}
.top-header > .header-right-widget .d-flex {
    justify-content: flex-end;
}
}


@media screen and (min-width:768px){
    .hidden-desktop{
        display:none !important;
    }
}
@media screen and (max-width:767.99px){
  .csnp-slide-text h2 {

  font-size: 16px !important;

}
.font-24 {
  font-size: 16px !important;
}
    .hidden-mobile{
        display:none !important;
    }
      .recently-played-container{
        position: relative !important;
        top: 0!important;
        right: 0;
        transform: none!important;
        max-width: 100%;
        width: 100% !important;
        margin: 0px auto;
        min-width: auto!important;
    }
    .csnp-inner-content > * {
        width: 100% !important;
       
    }
    .row-reverse-right .recently-played-container {
        left: 0px!important;
        right: auto;
    }
    button#csnp-prev, button#csnp-next{
        background: transparent!important;
    }
}
    .csnp-slide{
        padding:0 !important;
    }
    
    .csnp-inner-content {
       display: flex;
        align-items: center;
        justify-content: start;
        max-width: calc(1320px + 80px);
  margin-left: auto;
  margin-right: auto;
  /*   max-width:1320px;*/
  /*   margin-left: auto;*/
  /*margin-right: auto;*/
        padding: 40px;
    }
    
    .csnp-inner-content > *{
        width:45%;
       
    }
    
    .csnp-slide-text h2 {
    font-family: Jost-bold !important;
    color: #a80518;
    font-size: 27px;
    text-transform: uppercase; 
}
 
.csnp-slide-text p{
    font-family: Jost-Regular !important;
    color: #ffffffc7;
    padding:0 0 20px; 
    margin:17px 0;
}

.csnp-slide-text a{
    font-family: Jost-Regular !important;
    color: #ffffff;
    font-size: 100%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: 1px;
    word-spacing: normal;
    text-transform: uppercase;
    font-weight: 700;
    background: #000000;
    opacity: 1;
    padding: 8px 24px 8px 24px;
    box-shadow: none;
    border: 2px solid RGBA(183, 11, 32, 1);
    border-radius: 8px;
}

.csnp-bg-img p {
    position: absolute;
    bottom: 20px;
    right: 40px;
    font-family: Jost-bold !important;
    color: #ffffff;
    font-size: 156.25%;
    text-shadow: none;
    line-height: 1.5;
    text-transform:uppercase;
}
.music-list-pl {

  min-height: 250px;
}
.csnp-bg-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.csnp-bg-img {
    position: relative;
}
.recent-inner{
    width:100%;
}
.recently-played-container {
    position: absolute;
    top: 0;
    right: 0;
   
    bottom:0;
    /*transform: translate(0%, -50%);*/
    width:45%;
    z-index:1;
    /*max-width:1320px;*/
    margin:0 auto;
    display: flex;
  align-items: center;
  justify-content: end;
  padding: 40px;
}
.row-reverse-right .csnp-inner-content {
    justify-content: end!important;
}
@media screen and (min-width: 1200px){
    .row-reverse-right .recently-played-container {
        left: 0;
        right: auto;
        
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px){
    .recently-played-container {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0%, -50%);
      
        min-width: auto;
    }
    .row-reverse-right .csnp-inner-content {
        justify-content: start !important;
    }
    .row-reverse-right .recently-played-container {
        left: auto!important;
        right: 0!important;
        min-width: 45%;
    }
}

/*.slider-left-space{*/
/*    padding-left:6%;*/
/*}*/
/*.slider-right-space{*/
/*    padding-right:6%;*/
/*}*/
/*@media screen and (min-width:1600px){*/
/*    .slider-left-space{*/
/*    padding-left:200px;*/
/*}*/
/*.slider-right-space{*/
/*    padding-right:200px;*/
/*}*/
/*}*/

@media screen and (max-width:767.99px){
    .recent-inner{
        width:100%;
    }
    .recently-played-container{
        margin-top:200px;
        padding-left:0 !important;
        padding-right:0 !important;
        padding-right:0 !important;
    }
    .csnp-inner-content {
        padding:40px !important;
    }
}
.views-more-open {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  min-width:174.75px;
}

.views-more-open .btn-arrow {
  transition: transform 0.3s ease;
}
@media screen and (min-width:768px){
    .recent-inner {
  max-width: 520px;
  margin-right: auto;
}
}