.gnb-informer-style {
    max-width: 620px;
    margin: 40px auto;
    padding: 25px 30px;
    border: 3px solid #ff0000; /* crveni okvir */
    border-radius: 15px;
    background-color: #fff;
    text-align: center;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

.gnb-informer-style p {
    margin: 10px 0;
    font-size: 16px;
    color: #222;
}

.gnb-informer-style a.gnb-social-link {
    color: #d90000;
    text-decoration: none;
    font-weight: bold;
    margin: 0 3px;
}

.gnb-informer-style a.gnb-social-link:hover {
    text-decoration: underline;
}

.gnb-informer-style .gnb-badges {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.gnb-informer-style .gnb-store-badge {
    height: 45px; /* identična visina za sve store dugmiće */
    object-fit: contain;
}

#gnb-popup-banner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#gnb-popup-banner {
    background: #fff;
    padding: 10px;
    position: relative;
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#gnb-popup-banner img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.gnb-popup-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ff0000;
    color: #fff;
    border-radius: 50%;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.gnb-popup-hidden {
    display: none !important;
}
