/*
Theme Name: MovieStream Child
Template: moviestream
Version: 1.0.0
*/

/* GogoTV card cleanup */
.bs .tt,
.bs .epx,
.bs .sb,
.bs .limit .status,
.bs .bt,
.bs .typez,
.bs .type,
.bs .addyear,
.bs .egghead,
.bs .numscore,
.bs .mta,
.bs .inf,
.bs .detail,
.bs .tooltip,
.bs .qtip,
.bs .qtip-content,
.listupd .tt,
.listupd .epx,
.listupd .sb,
.listupd .addyear,
.listupd .type,
.listupd .mta,
.listupd .tooltip,
.listupd .qtip,
.listupd .qtip-content {
    display: none !important;
}

/* 카드 제목은 유지 */
.bs .tt,
.listupd .bs .tt {
    display: block !important;
}

/* 제목 아래 - - - 같은 빈 메타 숨김 */
.bs .bt,
.bs .epxs,
.bs .egg,
.bs .sb {
    display: none !important;
}

/* hover tooltip 텍스트 페이지 하단 노출 방지 */
.qtip,
.qtip-default,
.qtip-content {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* 카드 간격 정리 */
.listupd .bs {
    margin-bottom: 26px !important;
}

/* =========================
   GOGOTV FINAL UI CLEANUP
========================= */

/* 카드 아래 -, -- 제거 */
.bsx .tt,
.bs .tt,
.bs .time,
.bs .status,
.bs .type,
.bs .bt,
.bs .sb,
.bs .epx,
.bs .meta,
.bs .mta,
.bs .infox,
.bs .limit,
.bs .rating,
.bs .numscore {
    line-height: 1.2 !important;
}

/* 빈 메타 숨김 */
.bs .bt:empty,
.bs .sb:empty,
.bs .epx:empty,
.bs .mta:empty,
.bs .infox:empty {
    display: none !important;
}

/* -, -- 만 있는 요소 제거 */
.bs .bt,
.bs .sb,
.bs .epx,
.bs .mta {
    color: transparent !important;
    font-size: 0 !important;
}

/* 영화/드라마 작은 뱃지 제거 */
.bs .type,
.bs .types,
.bs .typez,
.listupd .type {
    display: none !important;
}

/* 최신 에피소드 장르탭 제거 */
.genres,
.genre,
.genrelist,
.genreslist,
.bixbox .releases,
.bixbox .genres,
.bixbox .genre,
.bixbox .scrollmenu,
.genre-slider {
    display: none !important;
}

/* tooltip SEO 텍스트 덩어리 제거 */
.tooltip,
.tip,
.qtip,
.qtip-content,
#tooltip,
[id*="tooltip"],
[class*="tooltip"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* footer SEO 긴문구 정리 */
footer .desc,
footer .description,
footer .tagline,
footer .seo,
footer .info,
footer .textwidget {
    display: none !important;
}

/* 카드 hover 흔들림 제거 */
.bs:hover {
    transform: none !important;
}

/* 카드 간격 정리 */
.bs {
    margin-bottom: 24px !important;
}

/* 카드 제목만 유지 */
.bs .tt {
    display: block !important;
    font-size: 14px !important;
    color: #fff !important;
}
