/*
Theme Name: Bearista Lead Theme
Author: You
Version: 1.0.0
Description: Fast-setup theme for Bearista landing page.
*/
/* Buy Now image: spacing + rounded corners */
.buynow-card .img-wrap { padding: 0.75rem 0.75rem 0; }
.buynow-card .img-wrap > img { display:block; width:100%; height:10rem; object-fit:cover; border-radius:0.5rem; }

/* Responsive embeds: keep full height inside the aspect box */
/* Ensure embeds fill wrappers */
.embed-force iframe,
.embed-force video { width:100% !important; height:100% !important; border:0; overflow:hidden; }

/* Hide rare inner scrollbars if provider injects them */
iframe { overflow: hidden; }