/* bbs/ttodrak-content-guide.php — 컨텐츠 안내(전용 네임스페이스 #xkv7-cguide-root / .xkv7-cguide-*) */

body.ttdr-home-body #xkv7-cguide-root.xkv7-cguide-surface {
    --xkv7-cguide-max: 1036px;
    --xkv7-cguide-pad-y: 120px;
    background: #fff;
    margin: 0;
    padding: 0 0 var(--xkv7-cguide-pad-y);
    overflow-x: clip;
    max-width: 100%;
    box-sizing: border-box;
    font-family: "Pretendard Variable", Pretendard, "PretendardVariable", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-inner {
    max-width: var(--xkv7-cguide-max);
    margin: 0 auto;
    padding: 0 16px;
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
}

@media (min-width: 1068px) and (max-width: 1279px) {
    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-inner {
        padding-left: max(16px, calc((100% - var(--xkv7-cguide-max)) / 2));
        padding-right: max(16px, calc((100% - var(--xkv7-cguide-max)) / 2));
    }
}

/* 성경학교(vbs-*)만: 본문 래퍼 가로 풀블리드(배경·그래픽이 뷰포트 폭을 채움) */
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-inner.xkv7-cguide-inner--vbsfull {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-inner.xkv7-cguide-inner--vbsfull .xkv7-cguide-cta {
    max-width: var(--xkv7-cguide-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
}

/* 다운로드 페이지와 동일 계열: 전폭 연한 민트 + 제목 */
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-subhead {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 28px;
    background: #e1f9fe;
    box-sizing: border-box;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
    text-align: center;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-title {
    margin: 0;
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #000;
}

@media (min-width: 768px) {
    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-title {
        font-size: 28px;
        line-height: 33px;
    }
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-rail {
    margin-top: 8px;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-msg {
    margin: 0 0 24px;
    padding: 16px 18px;
    background: #f6f7f9;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #222;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-section {
    margin-bottom: 32px;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-h2 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #111;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-p {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.75;
    color: #333;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-p:last-child {
    margin-bottom: 0;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-list {
    margin: 0;
    padding: 0 0 0 1.15em;
    font-size: 15px;
    line-height: 1.75;
    color: #333;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-list li {
    margin-bottom: 6px;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-list li:last-child {
    margin-bottom: 0;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-callout {
    margin: 0;
    padding: 16px 18px;
    background: #fff9e6;
    border-left: 4px solid #e8b932;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    line-height: 1.7;
    color: #3d3200;
}

@media (max-width: 767px) {
    body.ttdr-home-body #xkv7-cguide-root.xkv7-cguide-surface {
        --xkv7-cguide-pad-y: 72px;
    }
}

/* ── 또드락몰 이관 본문 + 하단 CTA(2026 단원만) ── */
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/*
 * 또드락몰: `sub.css` + `.sub_container_wrap .inner_area` 전제.
 * 인라인 시트만으로는 리스트·히어로 레이아웃이 기본 스킨과 충돌할 수 있음.
 */
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host.sub_container_wrap .inner_area {
    position: relative;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* 씨앗공과(seed-20xx): bible-on `.bbon-product` 바 — inner_area 상단 슬롯 */
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-kingdom-product-slot {
    margin: 28px 0;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .inner_area > .xkv7-cguide-kingdom-product-slot:first-child {
    margin-top: 0;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-kingdom-product-slot .xkv7-cguide-kingdom-product {
    margin: 0;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-kingdom-product-slot .xkv7-cguide-kingdom-product .bbon-product {
    margin-top: 0;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-inner--vbsfull .xkv7-cguide-legacy-host.sub_container_wrap .inner_area {
    max-width: none;
    width: 100%;
    /* 인라인 background: 하단 데코가 폭에 맞게 깔리도록 */
    background-size: 100% auto;
    background-position: bottom center;
}

/* 씨앗·단원: 1학기/2학기 — .cont_view(탭 헤더)가 있을 때만 .tab.on 만 표시. 바이블ON/조아 등 탭 헤더 없는 페이지는 전 학기 노출 유지 */
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_view ~ .tab_area .tab {
    display: none;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_view ~ .tab_area .tab.on {
    display: block;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_view {
    margin-top: 8px;
    margin-bottom: 28px;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_view .tab_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_view .tab_list .tab-select {
    cursor: pointer;
    text-align: center;
    padding: 16px 14px;
    color: #4b5563;
    background: #e8ecef;
    transition: background 0.15s ease, color 0.15s ease;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_view .tab_list .tab-select.on {
    background: #82b830;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 767px) {
    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_view .tab_list {
        flex-direction: column;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_view .tab_list .tab-select:first-child {
        border-radius: 16px 16px 0 0 !important;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_view .tab_list .tab-select:last-child {
        border-radius: 0 0 16px 16px !important;
    }
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host *,
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host *::before,
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host *::after {
    box-sizing: border-box;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont22_list ul,
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont23_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont22_list li,
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont23_list li {
    position: relative;
    display: inline-block;
    list-style: none;
    vertical-align: top;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont23_vid {
    max-width: 100%;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont23_vid iframe {
    width: 100%;
    max-width: 479px;
    display: block;
    border: 0;
}

/*
 * 또드락몰 히어로(2026 바이블ON·조아 등): 우측은 배경 PNG 일러스트 전용.
 * 잘못된 row 정렬 제거 — 세로 스택(영상 → 목록)만 허용, 좌측 폭 제한으로 캐릭터 영역 유지.
 */
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_hd22_wrap {
    position: relative;
    z-index: 0;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_hd.cont_hd23 {
    position: relative;
    display: block;
    box-sizing: border-box;
}

/* 2026 바이블ON·조아만: 고정 높이 히어로 안에서 좌측 콘텐츠 넘침 방지 */
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_hd22_wrap:has(.content_notice) .cont_hd.cont_hd23 {
    overflow: hidden;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_hd23 > .cont23_info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 0;
    width: 100%;
}

/* 씨앗공과 등: 좌측 전체 폭 허용 */
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_hd22_wrap:not(:has(.content_notice)) .cont_hd23 > .cont23_info {
    max-width: 100%;
}

/* 2026 바이블ON·조아: 우측 배경 일러스트 노출용 좌측 폭 제한 */
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_hd22_wrap:has(.content_notice) .cont_hd23 > .cont23_info {
    max-width: min(52%, 480px);
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_hd23 > .cont23_info > .cont23_vid {
    flex: 0 0 auto;
    width: 100%;
    max-width: 479px;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_hd23 > .cont23_info > .cont22_list,
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_hd23 > .cont23_info > .cont23_list {
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
}

/* 인라인 시트에 빠진 불릿 가상요소 보강 */
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont22_list li::before,
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont23_list li::before {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    left: 0;
    border-radius: 50%;
    box-sizing: border-box;
}

/* 하단 경고 박스: 히어로와 반드시 분리 + 아이콘·문구 정렬 */
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_hd22_wrap > .content_notice {
    position: relative;
    z-index: 2;
    clear: both;
    margin-top: 24px !important;
    margin-bottom: 0;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap;
    gap: 12px;
    text-align: left !important;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .content_notice-icon {
    flex-shrink: 0;
    margin-right: 0 !important;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .content_notice-text {
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.45;
}

@media (max-width: 767px) {
    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_hd23 > .cont23_info {
        max-width: 100%;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_hd.cont_hd23 {
        height: auto !important;
        min-height: 320px;
        overflow: visible;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_hd22_wrap > .content_notice {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center !important;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .content_notice-text {
        font-size: clamp(15px, 4vw, 20px);
        flex: 1 1 100%;
        text-align: center;
    }
}

/* 단원 표: 고정 그리드 → 좁은 화면에서 세로 스택 */
@media (max-width: 900px) {
    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .content_attribute {
        grid-template-columns: 1fr 1fr 1fr !important;
        max-width: 100%;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .content_record {
        display: flex !important;
        flex-direction: column;
        align-items: stretch !important;
        white-space: normal !important;
        grid-template-columns: none !important;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .record_event,
    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .record_week {
        width: 100%;
        max-width: none;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .record_bible {
        display: flex !important;
        flex-direction: column;
        grid-template-columns: none !important;
        gap: 6px;
        white-space: normal !important;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .record_bible span {
        text-align: left !important;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .tab_item {
        padding-bottom: min(28vw, 140px);
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .tab_item img {
        max-width: min(45%, 200px);
        height: auto;
    }
}

/* ═══ 성경학교(content10 등) cont_bb2 — 또드락몰 `sub.css` 레이아웃 강제 ═══ */
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_wrap {
    position: relative;
    box-sizing: border-box;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_wrap .cont_hd {
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
    max-width: 100%;
}

/* 말풍선형 상단 제목 — 인라인에 배경색만 있어 위치가 무너짐 */
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_wrap .cont_hd > .title {
    position: absolute !important;
    top: -30px;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    display: block !important;
    width: min(420px, 92vw) !important;
    max-width: 420px;
    height: 60px !important;
    margin: 0 !important;
    padding: 0 12px;
    line-height: 60px !important;
    text-align: center !important;
    border-radius: 30px !important;
    font-size: clamp(18px, 2.5vw, 28px) !important;
    font-weight: bold !important;
    color: #fff !important;
    letter-spacing: -0.03em !important;
    z-index: 3;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 자료 목록 2열 — 인라인에 display:flex 없음 */
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_wrap .cont_bb2_list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px 28px;
    box-sizing: border-box;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_wrap .cont_bb2_list ul:first-child {
    flex: 0 0 auto;
    width: 180px;
    max-width: 45%;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_wrap .cont_bb2_list ul:last-child {
    flex: 1 1 auto;
    min-width: 0;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_list li {
    position: relative;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_wrap .cont_bb2_list li:last-child {
    margin-bottom: 0 !important;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_list li::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    border-radius: 50%;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_video {
    overflow: hidden;
    border-radius: 20px;
    flex-shrink: 0;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_video > div[style*='padding'] {
    border-radius: 20px;
    overflow: hidden;
}

/* 하단 캐릭터/카피(성경학교 cont_bb2) — 기본은 980 제한, vbs 풀블리드만 전폭 */
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_list.cont_list_bb2 .inner {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-inner--vbsfull .xkv7-cguide-legacy-host .cont_list.cont_list_bb2 .inner {
    max-width: none;
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_list_bb2 .cont_item {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 32px;
    margin-bottom: 58px;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_list_bb2 .cont_item:last-child {
    display: block !important;
    text-align: center;
    margin-bottom: 0;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_list_bb2 .cont_text {
    flex: 1 1 auto;
    min-width: 0;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_list_bb2 .cont_img {
    flex: 0 0 auto;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_list_bb2 .cont_img img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/* 단원·씨앗 카드 헤더(.item_header): PC는 레거시 인라인(고정 높이 등) 유지. 성경학교 페이지에는 .item_header 없음. */
@media (max-width: 767px) {
    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .tab_item > .item_header {
        flex-wrap: wrap;
        row-gap: 8px;
        min-height: 88px;
        height: auto;
        align-items: center;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_wrap .cont_hd > .title {
        white-space: normal;
        height: auto !important;
        min-height: 48px;
        line-height: 1.25 !important;
        padding: 12px 16px;
        top: -24px;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_wrap .cont_bb2_list {
        flex-wrap: wrap !important;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_wrap .cont_bb2_list ul:first-child {
        width: 100%;
        max-width: none;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_wrap .cont_hd {
        width: 100% !important;
        height: auto !important;
        min-height: 320px;
        background-size: 100% auto !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_wrap .cont_bb2_video {
        width: 100% !important;
        max-width: 470px;
        height: auto !important;
        min-height: 0;
        aspect-ratio: 470 / 263;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_bb2_wrap .cont_bb2_list {
        width: 100% !important;
        max-width: none !important;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_list_bb2 .cont_item {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
    }

    body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-legacy-host .cont_list_bb2 .cont_item:last-child .cont_img {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-cta {
    margin: 32px 0 8px;
    display: flex;
    justify-content: center;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;
    font-size: 16px;
    font-weight: 600;
    color: #0f766e;
    background: #ecfdf5;
    border: 2px solid #14b8a6;
    border-radius: 10px;
    text-decoration: none;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-cta__btn:hover,
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-cta__btn:focus-visible {
    background: #ccfbf1;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-cta__btn--primary {
    color: #fff;
    background: #0d9488;
    border-color: #0f766e;
}

body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-cta__btn--primary:hover,
body.ttdr-home-body #xkv7-cguide-root .xkv7-cguide-cta__btn--primary:focus-visible {
    background: #115e59;
}
