.elementor-24305 .elementor-element.elementor-element-af8fabf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-24305 .elementor-element.elementor-element-dac9660{width:100%;max-width:100%;}.elementor-24305 .elementor-element.elementor-element-dac9660 > .elementor-widget-container{margin:12px 0px 0px 0px;padding:30px 20px 80px 20px;}#elementor-popup-modal-24305 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-24305{background-color:rgba(0,0,0,.8);justify-content:flex-end;align-items:center;pointer-events:all;}#elementor-popup-modal-24305 .dialog-message{width:640px;height:100vh;align-items:flex-start;}#elementor-popup-modal-24305 .dialog-close-button{display:flex;font-size:19px;}#elementor-popup-modal-24305 .dialog-close-button i{color:#000000;}#elementor-popup-modal-24305 .dialog-close-button svg{fill:#000000;}#elementor-popup-modal-24305 .dialog-close-button:hover i{color:#F50000;}@media(max-width:767px){.elementor-24305 .elementor-element.elementor-element-dac9660 > .elementor-widget-container{padding:30px 20px 80px 20px;}}/* Start custom CSS for shortcode, class: .elementor-element-dac9660 *//* Bigger thumbnail */
  /* If Woo outputs <img class="cv-thumb" ...> */
  img.cv-thumb{
    width: 300px !important;
    height: 160px !important;
    object-fit: contain;
    border-radius: 8px;
    display: block;
  }
  /* If your theme wraps the image in a .cv-thumb div */
  .cv-thumb{
    width: 300px !important;
    height: 160px !important;
    border-radius: 8px;
    overflow: hidden;
  }
  .cv-thumb img{ width:100%; height:100%; object-fit:contain; }

  /* Smaller title */
  .cv-title{
    font-size: .65rem !important;   /* was ~1rem */
    font-weight: 700;    /* keep strong, just smaller */
    line-height: 1.2;
  }
  /* Optional: make the variation/meta look lighter under the title */
  .cv-meta-small{
    font-size: .55rem;
    opacity: .85;
  }

  /* Mobile: slightly reduce thumb so layout stays tidy */
  @media (max-width:560px){
    img.cv-thumb, .cv-thumb{ width: 68px; height: 68px; }
    .cv-title{ font-size: .9rem; }
  }

.cv-remove{
    font-size:12px !important;
    border:1px red solid !Important;
    color:red !Important;
    background-color: white;
    border-radius:8px !Important;
    margin-right: 20px!Important;
    width: 60px!Important;
    
}
.cv-remove:hover{
    background-color:red !Important;
    color:white!Important;
}/* End custom CSS */