/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 12 Aug 2026, 8:41 am
*/

/* FooGallery item / lightbox 
<a class="buy-now-btn" href="https://aartingo.com/coming-soons">Buy Now</a>
*/

.foogallery figure {
    position: relative !important;
}

/* Caption ko positioning parent mat banne do */
.foogallery figure .fg-caption {
    position: static !important;
}

/* Buy Now button */
.foogallery figure .buy-now-btn {
    position: absolute !important;

    top: 15px !important;
    right: 15px !important;

    bottom: auto !important;
    left: auto !important;

    display: block !important;
    width: auto !important;
    height: auto !important;
    min-width: 90px !important;

    padding: 10px 18px !important;

    background: #000 !important;
    color: #fff !important;

    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    text-align: center !important;

    border: 1px solid #fff !important;
    border-radius: 4px !important;

    opacity: 1 !important;
    visibility: visible !important;
    z-index: 999999 !important;

    box-sizing: border-box !important;
}
