.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-365 .elementor-element.elementor-element-e0fc9b7{--display:flex;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}#elementor-popup-modal-365{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-365 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-365 .dialog-close-button{display:flex;}#elementor-popup-modal-365 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-7dbb627 *//* --- Remove the "Required" notice at the top --- */
/* The class name provided by you */
.elementor-365 .elementor-element.elementor-element-7dbb627 .required-notice {
    display: none;
}

/* --- Overall Form Container and Layout --- */
/* This is a common container class. If it doesn't work, we'll need to find the specific one for your form fields. */
.elementor-365 .elementor-element.elementor-element-7dbb627 .strong-testimonials-form div.strong-form-group {
    display: flex;
    flex-direction: column;
}

/* --- Move the Field Descriptions Above the Inputs --- */
/* The class names for the descriptive text, provided by you */
.elementor-365 .elementor-element.elementor-element-7dbb627 span.after {
    order: -1; /* This moves the element to the front of the flex container */
    margin-bottom: 5px; /* Adds a small space below the text */
    font-size: 14px;
    color: #777;
    font-style: italic;
}

/* --- Style for the Input Fields and Textarea --- */
.elementor-365 .elementor-element.elementor-element-7dbb627 input[type="text"],
.elementor-365 .elementor-element.elementor-element-7dbb627 textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.elementor-365 .elementor-element.elementor-element-7dbb627 input[type="text"]:focus,
.elementor-365 .elementor-element.elementor-element-7dbb627 textarea:focus {
    border-color: #66afe9;
    outline: 0;
}

/* --- Style the Labels and Red Asterisk --- */
.elementor-365 .elementor-element.elementor-element-7dbb627 .strong-field-label {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.elementor-365 .elementor-element.elementor-element-7dbb627 .required.symbol {
    color: #e74c3c;
    font-weight: bold;
}

/* --- Style the Star Rating Section --- */
.elementor-365 .elementor-element.elementor-element-7dbb627 .stars label {
    font-size: 24px;
    color: #ccc;
    transition: color 0.2s;
    cursor: pointer;
}

.elementor-365 .elementor-element.elementor-element-7dbb627 .stars input:not(:checked) ~ label:hover,
.elementor-365 .elementor-element.elementor-element-7dbb627 .stars input:not(:checked) ~ label:hover ~ label,
.elementor-365 .elementor-element.elementor-element-7dbb627 .stars input:checked ~ label {
    color: #ffc107;
}

/* --- Style the Submit Button --- */
.elementor-365 .elementor-element.elementor-element-7dbb627 input[type="submit"] {
    background-color: #000;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.elementor-365 .elementor-element.elementor-element-7dbb627 input[type="submit"]:hover {
    background-color: #333;
}/* End custom CSS */