.elementor-2906 .elementor-element.elementor-element-c840392{--display:flex;}.elementor-2906 .elementor-element.elementor-element-88002b8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-376b581 */.dooo-container { max-width: 1200px; margin: 0 auto; }
    .dooo-content-card { display: flex; flex-direction: row; background-color: white; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
    .dooo-info-section { flex: 1; padding: 30px; }
    
    /* Big font size for title and resolved text */
    
    .dooo-titlee { font-size: 17px!important; 
    
margin-top:1px!important;

    font-weight: 500!important;
    color: #222; margin-bottom: 10px!important; line-height: 1.3; }
    .dooo-resolved { font-size: 17px!important;
    margin-top: -2px!important;
    margin-bottom: 5px!important; color: #555; }
    .dooo-title { font-size: 22px!important; 
    
margin-top:1px!important;

    
    color: #222; margin-bottom: 10px!important; line-height: 1.3; }
    .dooo-resolved { font-size: 20px!important; margin-bottom: 5px!important; color: #555; }
    
    .dooo-details { margin-top: 10px!important; }
    .dooo-details p { margin-bottom: 10px!important; font-size: 16px; color: #444; display: flex; align-items: center; }
    .dooo-details i { color: #e67e22; margin-right: 10px; width: 20px; }
    
    /* Video section with fixed width */
    .dooo-video-thumbnail { 
        position: relative; 
        width: 20%; /* Fixed width for video section */
        min-width: 220px; /* Ensure the video thumbnail doesn't shrink too much */
    }
    .dooo-video-thumbnail img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .dooo-play-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; border-radius: 50%; display: flex; justify-content: center; align-items: center; transition: all 0.3s ease; }
    .dooo-play-button i { color: white; font-size: 30px; margin-left: 5px; /* Slight offset for play icon */ }
    
    /* Responsive design */
    @media (max-width: 768px) {
        .dooo-content-card { flex-direction: column-reverse; }
        .dooo-video-thumbnail {
            width: 100%;
            height: 300px; }
        .dooo-info-section { padding: 20px; }
        .dooo-title { font-size: 24px; 
            font-weight: 600;
        }
    }/* End custom CSS */