/*
Theme Name: A4U Catalog Child
Description: Adults For Usで有効化して使用するテーマ。サイト固有の変更はこちらで管理します。
Template: a4u-catalog
Version: 1.1.5
Requires at least: 6.6
Requires PHP: 7.4
Author: Adults For Us
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: a4u-catalog-child
*/

.a4uc-banner { width:100%; max-width:var(--banner-width); aspect-ratio:var(--banner-ratio); margin-inline:auto; overflow:hidden; }
.a4uc-banner-canvas { width:var(--banner-width); height:var(--banner-height); transform:scale(var(--banner-scale,1)); transform-origin:top left; }
.a4uc-banner-canvas iframe { display:block; max-width:none; }

/* Retain the official URL and nested frame height. Its visible player is min(75vw, source height). */
body.a4ut-site:not(.wp-admin) .site-main .video-preview.a4uc-official-player:has(iframe) { aspect-ratio:4/3; max-width:min(var(--video-max-width,800px),var(--player-width)); max-height:var(--player-height); min-height:0; overflow:clip; background:#000; }
body.a4ut-site:not(.wp-admin) .site-main .video-preview.a4uc-official-player > iframe { height:var(--player-height); min-height:0; max-height:none; background:#000; }
