/* Structural styles owned by the 9MinGames plugin. Visual styling lives in the child theme. */
.nmg-game-page,.nmg-game-archive-page{width:100%;min-width:0}
.nmg-game-player{position:relative;isolation:isolate;overflow:hidden}
.nmg-game-player iframe{display:block;width:100%;height:100%;border:0;background:#000}
.nmg-player-cover,.nmg-player-loading{position:absolute;inset:0;z-index:2;display:grid;place-items:center}
.nmg-game-player.is-loaded .nmg-player-cover{display:none}
.nmg-player-loading[hidden]{display:none}
.nmg-game-card__placeholder{display:block;width:100%;height:100%;background:var(--nmg-surface-2)}
.nmg-game-archive-header{margin-bottom:18px}
.nmg-game-archive-description{max-width:760px;margin-top:8px}
.nmg-game-archive-page .navigation.pagination{grid-column:1/-1;margin-top:28px}
.nmg-player-message{padding:clamp(28px,6vw,72px);text-align:center}
.nmg-game-actions button[disabled]{cursor:not-allowed;opacity:.55}
