/*
Theme Name: krds v1.0
Theme URI: https://eco7.net
Author: the WordPress team
Author URI: https://eco7.net
Description: krds v1.0.
Requires at least: 6.1
Tested up to: 6.7
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://eco7.net
Text Domain: eco7.net
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio
*/

/* YouTube Video Embed Styling */
.youtube-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
