/* Make Title and Subtitle appear next to each other in the backend */
.wpb_vc_custom_title_subtitle .wpb_element_wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.wpb_vc_custom_title_subtitle .wpb_vc_param_value.title,
.wpb_vc_custom_title_subtitle .wpb_vc_param_value.subtitle {
  margin: 0;
}