/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 19 Oct 2025, 11:01 am
*/

#swipebox-download {
    margin-left: 10px;
    font-size: 20px;
    background: rgba(0,0,0,0.5);
    padding: 8px 10px;
    border-radius: 50%;
    text-decoration: none;
    color: white;
    display: inline-block;
    z-index: 9999;
    position: relative;
    transition: background 0.2s, color 0.2s;
}

#swipebox-download:hover {
    background: rgba(255,255,255,0.8);
    color: black;
}
