/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/hello-theme/
 Description: A child theme for Hello Elementor.
 Author: Your Name
 Author URI: https://yourwebsite.com
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/

/* @import url("../hello-elementor/style.css"); */

/* Add your custom styles below */



/*** Detail Page Style Upadte **/

.multiselect-options ul { padding: 0; }
.multiselect-options ul li{
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 10px;
    background-color: #3498db;
    color: white;
    display: inline-block;
    margin-right: 10px;
}