/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 28 Dec 2025, 7:56 pm
*/

@media (hover: none) and (pointer: coarse) {

  .foogallery .fg-item:first-child .fg-thumb {
    position: relative !important;
  }

  .foogallery .fg-item:first-child .fg-thumb::after {
    content: "Galerie öffnen";
    position: absolute;
    bottom: 12px;
    right: 12px;
    padding: 10px 12px;
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 10px;
    pointer-events: none;
    z-index: 5;
  }
}
