/* ===== Global Blockquote Style - Lyricsfa Editorial ===== */

blockquote {
    position: relative;
    margin: 30px 0;
    padding: 24px 28px;
    background: #fafafa;
    border-left: 5px solid #111;
    font-style: italic;
    font-size: 18px;
    line-height: 1.7;
    color: #222;
    border-radius: 6px;
}

blockquote p {
    margin: 0;
}

blockquote::before {
    content: "“";
    position: absolute;
    top: -10px;
    left: 12px;
    font-size: 60px;
    color: #e5e5e5;
    font-family: Georgia, serif;
    line-height: 1;
}

.ad-wrap{
  display:block;
  margin:24px 0;
}

/* Featured Image –  */
.single .featured-image.page-header-image-single {
    margin: 0 0 20px 0;     
    overflow: hidden;    
    border-radius: 12px;
}

.single .featured-image.page-header-image-single img {
    width: 100%;
    height: 250px;
    object-fit: cover; 
    border-radius: 12px; 
    display: block;
}

/* Mobile */
@media (max-width: 768px) {
    .single .featured-image.page-header-image-single img {
        height: 180px;           
        border-radius: 10px;
    }
}


.album-jumplink,
.page-jumplinks {
    font-size: 14px;
}
html {
  scroll-behavior: smooth;
}

.album-tracklist {
  margin-top: 2em;
  padding: 1.5em 1.5em 1em;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff; 
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.album-tracklist h3 {
  margin-bottom: 1em;
  font-size: 1.1rem;
  font-weight: 600;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 0.5em;
  color: #222; 
}

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

.album-tracklist li {
  padding: 0.4em 0;
  border-bottom: 1px solid #f5f5f5;
}

.album-tracklist li:last-child {
  border-bottom: none;
}

.album-tracklist li.current-track {
  font-weight: 600;
  color: #d32f2f; 
}

.album-tracklist li a {
  text-decoration: none;
  color: #333; 
  transition: color 0.2s ease;
}

.album-tracklist li a:hover {
  color: #d32f2f; 
}



.posted-on {
  font-size: 0.9em;
  color: #666;
}
.posted-on .updated-date {
  margin-left: 0.5em;
}


.responsive-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.responsive-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-block-embed iframe,
.wp-block-embed-youtube iframe {
    max-width: 100%;
    height: auto;
}


