/**
Theme Name: BBS Astra Child
Author: Eleventh Design
Author URI: https://eleventhdesign.com
Description: Child theme on Astra customized for Bronze Boutique and Spa in New York City.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bbs-astra-child
Template: astra
**/

/* Ensure responsive elements with a maximum width of 100% and appropriate overflow handling */
:where(body, iframe, pre, img, svg, video, canvas, select) {
  max-width: 100%;
  overflow: auto;
  word-break: break-word;
}
