.vrms-public-games-page {
    min-height: 60vh;
}

.vrms-public-games-header {
    position: relative;
    overflow: hidden;
}

.vrms-public-games-header::after {
    position: absolute;
    right: -3rem;
    bottom: -4.5rem;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: color-mix(in srgb, var(--app-action-primary) 8%, transparent);
    content: "";
    pointer-events: none;
}

.vrms-public-games-header > * {
    position: relative;
    z-index: 1;
}

.vrms-public-games-summary {
    flex: 0 0 auto;
}

.vrms-public-games-period {
    min-width: 13.5rem;
}

.vrms-public-games-period strong {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .3rem;
    font-size: .92rem;
    line-height: 1.3;
}

.vrms-public-games-grid {
    margin-top: var(--app-space-4);
}

.vrms-public-games-page .rb-game-card {
    grid-template-rows: auto auto 1fr;
}

.vrms-public-games-page .rb-game-identity {
    min-height: 5rem;
}

.vrms-public-games-page .rb-game-venue span {
    display: grid;
    gap: .08rem;
}

.vrms-public-games-page .rb-game-venue small {
    color: var(--app-text-muted);
    font-size: .67rem;
    line-height: 1.2;
}

.vrms-public-games-page .rb-game-officials {
    align-self: stretch;
}

.vrms-public-games-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--app-space-3);
    min-height: 12rem;
}

.vrms-public-games-empty > i {
    color: var(--app-action-primary);
    font-size: 2rem;
}

.vrms-public-games-empty > div {
    display: grid;
    gap: .25rem;
    text-align: left;
}

.vrms-public-games-empty strong {
    color: var(--app-text);
    font-size: 1rem;
}

.vrms-public-games-empty span {
    color: var(--app-text-muted);
    font-size: .82rem;
}

@media (max-width: 900px) {
    .vrms-public-games-header {
        align-items: stretch;
        flex-direction: column;
    }

    .vrms-public-games-summary {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .vrms-public-games-summary {
        grid-template-columns: 1fr;
    }

    .vrms-public-games-period {
        min-width: 0;
    }

    .vrms-public-games-empty {
        align-items: flex-start;
        flex-direction: column;
    }
}
