/* --- Footer link color --- */
.footer-bottom a {
  color: #D4AF37 !important;
}

/* --- Breadcrumbs --- */
.breadcrumb li a {
  text-decoration: none;
}

/* First link (Home) - black */
.breadcrumb li:first-child a {
  color: #000000 !important;
}

/* Second link (Interviews) - dark charcoal */
.breadcrumb li:nth-child(2) a {
  color: #2a2a2a !important;
}

.breadcrumb li:nth-child(3), .breadcrumb li:nth-child(3) a {
  color: #000000 !important;
  font-style: italic;
}

/* Current page (active, no link) - gold */
.breadcrumb li.active {
  color: #D4AF37 !important;
}

.author {
    color: #D4AF37; 
    font-size:12px;
    font-weight: bold;
}

.links-list a {
    color: #333;
    text-decoration: underline;
}

.links-list a:hover {
    color: #D4AF37;
    text-decoration: underline;
}

.single-news {
    padding-bottom: 80px !important;
}

.back-to-top {
    position: fixed !important;
    background: #D4AF37 !important;
    bottom: 100px !important;
    right: 120px !important;
    z-index: 9999 !important;
}

@media (max-width: 600px) {
    h1, .sn-title {
        font-size: 24px;
    }
    
    .single-news {
        padding-bottom: 60px !important;
    }
    
    .back-to-top {
        bottom: 100px !important;
        right: 20px !important;
    }
}

