.app-bootstrap-game-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}
.app-bootstrap-game-nav a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 14px;
    color: #b6b5c5;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}
.app-bootstrap-game-nav a[aria-current="page"] {
    color: #b5e3f1;
}
.app-bootstrap-game-nav a[aria-current="page"]::after {
    position: absolute;
    right: 14px;
    bottom: 6px;
    left: 14px;
    height: 1px;
    background: #83c5db;
    opacity: 0.8;
    content: "";
}
.app-bootstrap-game-nav a:hover {
    color: #fff;
}
.app-bootstrap-game-nav a:focus-visible,
#app-bootstrap summary:focus-visible {
    outline: 2px solid #70d4f5;
    outline-offset: 4px;
}
#app-bootstrap details {
    padding: 16px 0;
    border-top: 1px solid #555;
}
#app-bootstrap summary {
    cursor: pointer;
    line-height: 1.5;
}
#app-bootstrap details p {
    line-height: 1.7;
    max-width: 850px;
}
