/*
Theme Name:   Hello Elementor Child
Theme URI:    https://jrnllc.info
Description:  Child theme for Hello Elementor. Holds all JRN LLC customizations so parent updates do not overwrite them.
Author:       Sky Stack Solutions (Haisam Farooq)
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/

/* Add custom child-theme CSS below this line. */

/* ---------------------------------------------------------------------------
   Product walkthrough videos (jrn_product_video_button / jrn_premium_video)
   Keep the <video> inside the viewport on mobile so playing it doesn't
   overflow and break page responsiveness.
--------------------------------------------------------------------------- */
.jrn-video-wrapper {
    width: 100%;
    max-width: 720px;
    margin: 16px auto;
    box-sizing: border-box;
}
.jrn-video-wrapper .jrn-video,
video.jrn-video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.jrn-video-title {
    font-weight: 600;
    margin: 0 0 8px;
}
