.custom-tab-video-content {
    width: 100%;
    display: none;
}

.custom-tab-video-content > p {
    margin-bottom: 0;
}

.custom-tab-video-title .fa-caret-up::before {
    content: "\f04c" !important;
}

.custom-tab-video-title .fa-caret-up {
    font-size: 15px;
    margin-top: 4px;
}

.custom-tab-video-title .elementor-toggle-icon-closed {
    display: block !important;
}

.custom-tab-video-title .elementor-toggle-icon-opened {
    display: none !important;
}

.custom-tab-video-title.custom-video-active .elementor-toggle-icon-closed {
    display: none !important;
}

.custom-tab-video-title.custom-video-active .elementor-toggle-icon-opened {
    display: block !important;
}

.custom-tab-video-title.elementor-active{
    border-bottom: 1px solid #d4d4d4 !important;
}

.custom-tab-video-content.custom-video-active {
    display: block;
}