/*
Theme Name:   WPX Child
Template:     wpx-framework
Author:       WPDevelopers.pk
Description:  Site-specific child of WPX Framework. Put every per-site change here — token overrides, extra CSS, custom functions — so the parent stays updatable.
Version:      1.1.0
License:      GNU General Public License v2 or later
Text Domain:  wpx-child
*/

/*
 * Per-site overrides.
 *
 * The parent's design is driven entirely by custom properties, so most
 * rebranding is a few lines here rather than a stylesheet rewrite.
 * Uncomment and change what you need.
 */

:root {
	/* --wpx-accent:        #e74c3c; */
	/* --wpx-accent-hover:  #ff6152; */
	/* --wpx-bg:            #0f0f0f; */
	/* --wpx-surface-2:     #191919; */
	/* --wpx-container:     1200px; */
	/* --wpx-radius:        6px; */
}

/* Anything the Customizer cannot reach goes below. */

/* Game Trailer */
.wpx-game__trailer {
	margin-top: var(--wpx-space-6);
}

.wpx-trailer {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: var(--wpx-radius);
	background: #000;
}

.wpx-trailer iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
