
.pgr-game .pgr-lvl {
    color: #0B0B63 !important;
    text-shadow: none !important;
    font-weight: 700;
}
.pgr-game .pgr-pack {
    color: #0B0B63 !important;
    text-shadow: none !important;
    font-weight: 600;
}
.pgr-game .pgr-interactive-hint,
.pgr-game .pgr-audio-hint,
.pgr-game .pgr-bonus-title {
    color: #0B0B63 !important;
    text-shadow: none !important;
    font-weight: 700 !important;
}
.dark-mode .pgr-game .pgr-lvl,
.dark-mode .pgr-game .pgr-pack,
.dark-mode .pgr-game .pgr-interactive-hint,
.dark-mode .pgr-game .pgr-audio-hint,
.dark-mode .pgr-game .pgr-bonus-title {
    color: #0B0B63 !important;
    text-shadow: none !important;
}
.pgr-game .pgr-hud {
    position: relative !important;
    z-index: 5;
    margin-bottom: 4px !important;
    padding: 0 !important;
}
.pgr-game .pgr-level-title {
    position: relative !important;
    text-align: center;
}
.pgr-game .pgr-lvl {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2;
}
.pgr-game .pgr-pack {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2;
}
.pgr-game .pgr-board-wrap {
    position: relative;
    margin-top: 0 !important;
    clear: both;
}
@media (max-width: 600px) {
    .pgr-game .pgr-hud {
        margin-bottom: 6px !important;
    }
}
@media (max-width: 600px) {
    .pgr-game .pgr-nav {
        padding-left: 20px;
        padding-right: 20px;
        gap: 10px;
        box-sizing: border-box;
    }
    .pgr-game .pgr-nav-btn {
        flex: 1;
        text-align: center;
        max-width: 200px;
    }
}
@media (max-width: 600px) {
    .pgr-game .pgr-seo-answers-list {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
    }
    .pgr-game .pgr-word-buttons {
        max-width: 100%;
        box-sizing: border-box;
    }
}
@media (max-width: 600px) {
    .ws-deeplink-wrap {
        padding: 16px 20px;
        text-align: center;
        box-sizing: border-box;
    }
    .ws-deeplink-btn {
        max-width: 100%;
        box-sizing: border-box;
    }
}
.entry-title::before,
.entry-title:before,
h1.entry-title::before,
h1.entry-title:before {
    content: none !important;
    background-image: none !important;
    display: none !important;
}