.pgh-mon-banner {
    box-sizing: border-box;
    display: grid;
    justify-items: center;
    width: 100%;
    margin: 22px 0;
    padding: 12px 14px 14px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 14px;
    background: rgba(18,18,22,.72);
    overflow: hidden;
}
.pgh-mon-banner__label {
    margin: 0 0 7px;
    color: #8f8f99;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
}
.pgh-mon-banner__link {
    display: block;
    width: 100%;
    color: inherit;
    line-height: 0;
    text-align: center;
    text-decoration: none;
}
.pgh-mon-banner__image {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0;
    object-fit: contain;
}
.pgh-mon-banner__link:focus-visible {
    border-radius: 5px;
    outline: 3px solid rgba(255,47,115,.58);
    outline-offset: 4px;
}

.pgh-mon-direct {
    min-height: 100%;
    border-color: rgba(255,47,115,.27) !important;
    background:
        radial-gradient(circle at 100% 0, rgba(255,47,115,.28), transparent 42%),
        linear-gradient(145deg, rgba(32,15,26,.98), rgba(15,15,19,.98)) !important;
}
.pgh-mon-direct__link {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 12px;
    color: #fff;
    text-decoration: none;
}
.pgh-mon-direct__visual {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 110px;
    margin: -12px -12px 13px;
    padding: 12px;
    border-radius: 11px 11px 6px 6px;
    background:
        linear-gradient(135deg, rgba(255,47,115,.7), rgba(101,25,77,.72)),
        #2a1623;
}
.pgh-mon-direct__visual b {
    display: inline-grid;
    min-width: 30px;
    min-height: 22px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 999px;
    color: #fff;
    font-size: 9px;
    letter-spacing: .08em;
}
.pgh-mon-direct__visual i {
    font-style: normal;
    font-size: 24px;
}
.pgh-mon-direct__label {
    color: #ff7aa8;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.pgh-mon-direct__link strong {
    margin-top: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
}
.pgh-mon-direct__link small {
    margin-top: 7px;
    color: #bdbdc5;
    font-size: 11px;
    line-height: 1.45;
}
.pgh-mon-direct:hover {
    border-color: rgba(255,47,115,.62) !important;
}
.pgh-mon-direct__link:focus-visible {
    border-radius: 11px;
    outline: 3px solid rgba(255,47,115,.58);
    outline-offset: -3px;
}

[data-pghsv-player] {
    isolation: isolate;
}
.pgh-mon-vast {
    position: absolute;
    z-index: 90;
    inset: 0;
    display: grid;
    overflow: hidden;
    place-items: stretch;
    background: #000;
}
.pgh-mon-vast__stage {
    position: absolute;
    z-index: 2;
    inset: 0;
}
.pgh-mon-vast__label {
    position: absolute;
    z-index: 4;
    top: 9px;
    left: 9px;
    padding: 5px 8px;
    border-radius: 999px;
    color: #fff;
    background: rgba(0,0,0,.66);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    pointer-events: none;
    text-transform: uppercase;
}
.pgh-mon-vast__status {
    position: relative;
    z-index: 1;
    align-self: center;
    margin: 0;
    color: #d6d6da;
    font-size: 13px;
    text-align: center;
}
.pgh-mon-vast.is-playing .pgh-mon-vast__status {
    visibility: hidden;
}
.pgh-mon-vast-active > [data-pghsv-player-start] {
    visibility: hidden;
}

@media (max-width: 700px) {
    .pgh-mon-banner {
        margin: 16px 0;
        padding: 9px 8px 10px;
        border-radius: 10px;
    }
    .pgh-mon-direct__visual {
        min-height: 82px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pgh-mon-banner *, .pgh-mon-direct * {
        transition: none !important;
    }
}

