/*
Theme Name:     Avada Child
Theme URI:      https://c-wed.com
Template:       Avada
Version:        1.1.0
Description:    Avada child theme for c-wed.com — shortcode 容器 + 最小 RWD safety
Author:         cowork (lens × cwed)
Author URI:     https://lens.tw
Tags:           child-theme, responsive
*/

/* 唯一保留 — 防整頁水平捲軸（iOS 100vw bug 安全網） */
html, body {
  overflow-x: hidden !important;
}

/* 圖片防 overflow */
img, video, iframe { max-width: 100% !important; height: auto; }
