/*
Theme Name: Child_Astra
Author: Timothy
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* === Custom YouTube Responsive Embeds === */
/* ========================================
   Responsive YouTube Embed Styles
   ======================================== */

/* Responsive container for embedded videos */
.wp-block-embed.is-type-video,
.wp-block-embed__wrapper,
.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

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

/* ========================================
   end of Responsive YouTube Embed Styles
   ======================================== */
