/*
Theme Name: Card Commander Gundam TCG Resources
Theme URI: https://github.com/card-commander
Author: Card Commander Team
Author URI: https://cardcommander.pro
Description: A dark-themed Gundam TCG resource site for the Gundam Trading Card Game (TCG) with Vue 3 and Tailwind CSS integration. TCG resource for prices, card specifications, Gundam Trading Card Game Rules, Deck Builder
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gundam-gcg-reference
Tags: dark-mode, card-game, gundam, vue, tailwind, custom-post-types

Gundam GCG Reference Theme - Built with Vue 3 + Tailwind CSS
*/

/* YouTube embeds - full width within container */
.wp-block-embed-youtube,
.wp-block-embed.is-provider-youtube,
figure.wp-block-embed-youtube {
    width: 100% !important;
    max-width: 100% !important;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    width: 100%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Wide and Full-width alignment support (optional) */
.alignwide {
    max-width: 1280px !important;
    width: calc(100% + 4rem) !important;
    margin-left: -2rem !important;
    margin-right: -2rem !important;
}

.alignfull {
    max-width: 100vw !important;
    width: 100vw !important;
    position: relative;
    left: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

@media (max-width: 768px) {
    .alignwide {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
