@media (max-width: 1024px) {
    .pk-front-panel,
    .pk-show-panel {
        display: none;
    }
}
@media (min-width: 1024px) {
    body .pk-front-panel {
        padding: 0;
        width: 440px;
    }
    .pkfp-wn {
        font-size: 13px;
        font-weight: bold;
        line-height: 13px;
        color: #fff;
        background-color: #f44236;
        font-family: 'Archivo Narrow';
    }
    .pkfp-wn:hover {
        background-color: #f44236;
    }
    .display-shadow .pk-whats-new {
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
    }
    .pkfp-wn span {
        position: absolute;
        width: 15px;
        height: 15px;
        background: #363f46;
        color: #fff;
        text-align: center;
        line-height: 15px;
        top: 0;
        right: 0;
        border-radius: 50%;
        font-size: 11px;
    }
    .pk-front-space iframe {
        border: none;
        width: 100%;
        height: 100%;
    }
    .pkfp-heading {
        background: #313537;
        color: #fff;
        line-height: 36px;
        padding: 20px 25px;
        font-family: Roboto;
        font-size: 25px;
        display: flex;
        align-items: center;
    }
    .pkfp-heading > div {
        margin: 0;
        flex-grow: 1;
        font-family: Roboto;
        font-weight: 100;
    }
    .pkfp-heading > div strong {
        font-weight: 500;
    }
    .pkfp-close,
    .pkfp-close:hover {
        background: none;
        padding: 0;
        width: 16px;
        height: 16px;
    }
    .pkfp-close:hover {
        transform: rotate(90deg);
        transition: transform 0.6s easeOutBack;
    }
    .pkfp-close svg {
        fill: #fff;
        color: #fff;
        width: 16px;
        height: 16px;
    }
}
