
/* =============================================
   PG16 CLIP SUBMISSIONS
   ============================================= */

.pg16-twitch-clip-card {
    width: 500px !important;
    max-width: 95% !important;

    margin: 10px 0 14px !important;

    background: #111 !important;

    border: 2px solid #9146ff !important;
    border-radius: 12px !important;

    overflow: hidden !important;
}


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

    color: #bf94ff !important;
    background: #111 !important;

    font-size: 16px !important;
    font-weight: 800 !important;
}


.pg16-twitch-clip-media {
    position: relative !important;

    width: 100% !important;
    aspect-ratio: 16 / 9 !important;

    background: #000 !important;
}


.pg16-twitch-clip-media iframe {
    position: absolute !important;
    inset: 0 !important;

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

    border: 0 !important;
}


.pg16-twitch-clip-footer {
    display: block !important;

    padding: 11px 14px !important;

    color: #bf94ff !important;
    background: #111 !important;

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

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

