
.pg16-imgur-card {
    width: 650px !important;
    max-width: 95% !important;

    margin: 10px 0 14px !important;

    background: #111 !important;

    border: 2px solid #1bb76e !important;
    border-radius: 12px !important;

    overflow: hidden !important;
}


.pg16-imgur-header {
    padding: 10px 14px !important;

    background: #111 !important;
    color: #1bb76e !important;

    font-size: 17px !important;
    font-weight: 900 !important;
}


.pg16-imgur-media {
    width: 100% !important;

    background: #000 !important;

    display: flex !important;
    justify-content: center !important;
}


.pg16-imgur-media img {
    display: block !important;

    width: auto !important;
    max-width: 100% !important;

    height: auto !important;
    max-height: 720px !important;

    object-fit: contain !important;
}


.pg16-imgur-media video {
    display: block !important;

    width: 100% !important;
    height: auto !important;

    max-height: 720px !important;

    background: black !important;
}


.pg16-imgur-embed-holder {
    width: 100% !important;

    background: #181818 !important;
    overflow: hidden !important;
}


.pg16-imgur-embed-holder iframe {
    width: 100% !important;
    max-width: none !important;
}


.pg16-imgur-footer {
    display: block !important;

    padding: 11px 14px !important;

    background: #111 !important;
    color: #1bb76e !important;

    font-weight: 800 !important;
    text-decoration: none !important;
}


.pg16-imgur-footer:hover {
    text-decoration: underline !important;
}


/* PG16 IMGUR KICK-STYLE POPUP */

.pg16-imgur-popup-message .pg16-embedly-fullscreen {
    display: none !important;
}

.pg16-imgur-popup-overlay {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    padding: 0 !important;
    margin: 0 !important;

    border: 0 !important;

    background: transparent !important;

    cursor: pointer !important;

    z-index: 2147483000 !important;
}

.pg16-imgur-media,
.pg16-imgur-embed-holder {
    cursor: pointer !important;
}


/* PG16 IMGUR — matching border on Embedly card */

.pg16-imgur-popup-message
.pg16-imgur-embedly-bordered {
    border: 2px solid #1bb76e !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}


/* Remove any YouTube-style fullscreen button from Imgur */

.pg16-imgur-popup-message
.pg16-embedly-fullscreen {
    display: none !important;
}

