///////////////////////////////
// THEME / COMPONENTS / GALLERY
///////////////////////////////


// Remove :focus styles for custom replacement (below) to account for left and right <li> margins
.unl .dcf-gallery-thumbnails-list li:focus {
  outline: 0;
}


// Custom replacement for :focus styles
.unl .dcf-gallery-thumbnails-list li:focus-visible div {
  box-shadow: 0 0 0 3px $bg-color-body, 0 0 0 5px $border-color-input-focus;
}


.unl .dcf-gallery-figcaption {
  @include lh-3;
}


.unl .dcf-gallery-img-credit {
  @include txt-xs;
}