.handsup-cms-scope .desktop .module-stream-room-display {
    width: 100% !important;
}

.ua-desktop body .handsup-cms-scope main {
    width: 100%;
}

.stream-pip--sub-stream {
    display: none !important;
}

.module-chapter-display__chapters {
    display: none !important;
}

.handsup-content-area iframe {
    height: 650px;
}

@media screen and (min-width: 768px) {
    .handsup-content-area.is-open {
        height: 780px !important;
    }

    .handsup-content-area iframe {
        height: 780px !important;
    }
}

body.is-handsup-closed #app {
    max-height: 350px !important;
    overflow: hidden !important;
}

body.is-handsup-closed #HANDSUP_PIP {
    max-height: 350px !important;
    overflow: hidden !important;
}

#app,
#HANDSUP_PIP {
    transition: max-height 0.4s ease-out !important;
}

.handsup-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.handsup-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 1) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 15px;
    z-index: 2147483647;
}

.handsup-more-btn,
.handsup-close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-weight: 500;
    font-size: 14px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    width: 100%;
}

.handsup-more-btn svg,
.handsup-close-btn svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.25rem;
}

.handsup-close-wrap {
    display: none;
    text-align: center;
    margin-bottom: 20px;
}

.handsup-accordion-wrapper {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
    position: relative;
    padding-bottom: 20px;
}

.handsup-content-area {
    position: relative;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    display: flex;
    align-items: flex-start;
}

.handsup-content-area.is-open {
    max-height: 850px;
}

.handsup-content-area iframe {
    width: 100%;
    height: auto !important;
    aspect-ratio: 9 / 16;
    min-height: 600px;
}

.handsup-gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 85%);
    pointer-events: none;
    transition: opacity 0.3s;
}

.handsup-content-area.is-open .handsup-gradient-overlay {
    opacity: 0;
}

.handsup-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
    cursor: pointer;
    font-size: 14px;
    color: #6b7280;
    background: transparent;
    border: none;
    user-select: none;
}

.handsup-arrow {
    display: inline-block;
    margin-left: 6px;
    width: 1.25rem;
    height: 1.25rem;
}

.btn-hidden {
    display: none !important;
}

.handsup-video-title {
    font-size: 24px;
}

@media screen and (min-width: 768px) {
    .handsup-video-title {
        font-size: 36px;
    }
}

.use_group_listItem {
    text-indent: -1.0em;
}

.use_group_step1_img {
    margin-bottom: 10px;
}

.handsup-video-title {
    text-align: left;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 20px;
    margin: 0;
    line-height: 1.4;
}

.handsup-content-area iframe {
    width: 100%;
    border: none;
    display: block;
}

.archive-link-wrapper {
    text-align: center;
    margin: 20px 0 40px;
}

.archive-link-text {
    color: #333;
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.6;
    display: inline-block;
}