.all-photos {
    margin-top: 2%;
    padding: 2%;
}


.album-detail-cover {
    border-color: #FFDF00;
    box-shadow: 0 0 12px 2px rgba(255, 230, 0, 0.5);  /* glow effect */
    transition: box-shadow  ease;
    border-radius: 0.75rem; /* match your card shape */
}


.polaroid img {
    box-shadow: 0 0 15px rgba(253, 236, 0, 0.2);
    
}

.polaroid .chip {
    display: inline-block;
    margin-top: 0.5rem;
}



.album-accent-title {
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-size: 2.5rem;
}

.album-accent-line {
  width: 100px;
  height: 4px;
  background: #FFD600;
  border-radius: 2px;
}


/* make the focus ring match your theme */
a.polaroid:focus {
  outline: none;            /* remove default blue */
  box-shadow: none;
}
a.polaroid:focus-visible {
  outline: 2px solid #FFD600;              /* your yellow */
  border-radius: 12px;
  box-shadow: 0 0 0 .2rem rgba(255,214,0,.35);
}




/*  Colour for the modal caption  */
.lightbox-caption {
    color: #FFDF00;   /* GH yellow */
    font-weight: 500;
}
