.cook-list ul{
    list-style-type: "- ";
    
  }

.imotep-logo .elementor-widget-container{
    display: flex !important;
    height: fit-content !important;
}

.type {
    display: none !important;
}

.cook-form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cook-form-row label>span{
    color: #f00;
}

.cook-form-row input:not(.wpcf7-submit),
.cook-form-row textarea{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cook-form-row input.wpcf7-submit{
    width: fit-content;
}

.cook-form-row,
.cook-form-row label,
.cook-form-row input:not(.wpcf7-submit),
.cook-form-row textarea{
    width: 100%;
}