/**
 * Superfly Menu — CSS
 */

/* GIF/Divi 容器：從左側面板右邊(386px)到螢幕右邊 */
.sfm-view.sfm-view-level-custom {
   background: #111 !important;
   height: 100% !important;
   top: 0 !important;
   left: 386px !important;
   right: 0 !important;
   width: auto !important;
   position: absolute !important;
   opacity: 1 !important;
   z-index: 1 !important;
   overflow: hidden !important;
}

/* 注入的 Divi 內容限制在容器內 */
.sfm-divi-injected {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
}

/* 選單右側影片區 */
.sfm-divi-injected .sfm-menu-video-section {
   width: 100%;
   height: 100%;
   position: relative;
}

.sfm-divi-injected video {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

/* 隱藏原生 multibox 大字選單文字 */
#sfm-sidebar.sfm-full-multibox .sfm-nav {
   visibility: hidden !important;
}

/* 選單卡片 — 左側面板(386px)內置中 */
#sfm-menu-wrapper {
   position: fixed;
   bottom: 0;
   left: 58px;
   width: 270px;
   padding: 15px 20px;
   background: #fff;
   border-radius: 8px 8px 0 0;
   box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
   z-index: 3000002;
   box-sizing: border-box;
}

.sfm-custom-link {
   display: block;
   padding: 8px 0;
   text-align: center;
   text-decoration: none;
   color: #333;
   font-size: 26px;
}

.sfm-custom-link:hover {
   color: rgb(251, 101, 84);
}
