/* Start custom CSS for shortcode, class: .elementor-element-74637bb5 *//* 1. Left justify the search box */
#search-name {
    display: block;
    width: 100%; /* Takes full width */
    max-width: 300px; /* Set max width for better control */
    margin: 10px 0; /* Space around the search box */
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: left; /* Left align the text inside the search box */
}/* End custom CSS */