

.curriculum_action_video_free_video_sample {    
    width: fit-content;    
    background-color: #ff937aff;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;    
    font-size: clamp(11px, 0.95vw, 14px);
    color: white;
    cursor: pointer;    
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 30px;*/
    margin-bottom: 0px;
    gap: 30px;
}

.curriculum_action_video_free_video_sample_wrapper {
    width: clamp(300px, 77vw, 1200px);
    background-color: white;
    border-radius: 0 0 10px 10px;
    margin-bottom: 140px;
    padding-bottom: clamp(0px, 4vw, 70px);
}

.curriculum_action_video_free_video_sample div:hover {
    text-decoration: underline;
}

.curriculum_action_video_free_video_sample::before , .curriculum_action_video_free_video_sample::after {        
    content: "";
    display: block;
    position: relative;
    border: solid 20px;
    border-top-color: transparent;    
    border-bottom-color: transparent;
    width: 0px;
    height: 0px;
}

.curriculum_action_video_free_video_sample::before {        
    border-left-color: white;    
    border-right: none;
    border-left-width: 6px;
    margin-right: 10px;
    margin-left: 0px;    
}


.curriculum_action_video_free_video_sample::after {        
    /*border-right-color: white;*/
    border-right-color: white;
    border-left: none;
    border-right-width: 6px;
    margin-left: 10px;
    margin-right: 0px;    
}

.click_text_to_see_free_video_sample {
    margin: 0 10px;
}


.modal_container_for_free_video_preview {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: #0000001c; /* Black w/ opacity */    
}

.modal_content_div_for_free_video_preview {
    background-color: #fefefe;    
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 6% auto;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;    
    box-sizing: border-box;
    min-height: 200px;    
}

.close_button_for_free_video_preview_modal {
    margin-left: auto;
    margin-right: 0;
    color: rgb(33, 33, 33);
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    font-weight: 400;
    padding: 10px 20px 0 0;
}

.close_button_for_free_video_preview_modal:hover {
    cursor: pointer; 
}

.modal_content_div_for_free_video_preview {
    width: clamp(280px,60vw,700px);
    min-height: 400px;
}

.free_video_sample_content {    
    padding: 10px clamp(10px,5vw,100px) clamp(35px, 8vw, 95px) clamp(10px,5vw,100px);
    font-size: clamp(10px,1vw,15px);
}

.free_video_sample_content h2 {
    color: inherit;
    color: #00caff;
    color: #5e5e5e;
    font-family: inherit;
}

.free_video_sample_content a {
    text-decoration: unset;
    display: block;
    color: #f96f00;
    color: #008ec6;
    margin-left: 6px;
    margin-bottom: 3px;
}

.free_video_sample_content a:first-of-type {
    margin-top: 15px;
}

.click_text_to_see_super_techniques { 
    
}

/* Override styles for screen widths below 480px BTW: there is no screen below 310px*/
@media screen and (max-width: 480px) {
    .curriculum_action_video_free_video_sample {                
        margin-top: 120px;
        margin-bottom: 0px;
        flex-direction: column;
        color: #5d5d5d;
        background-color: white;
        font-weight: 400;
    }

}