/*
Theme Name:   Astra Child
Theme URI:    http://example.com/astra-child/
Description:  Astra Child Theme
Author:       Ashique Iftikhar
Author URI:   http://example.com
Template:     astra  
Version:      1.0.0
License:     GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
*/



#searchable-dropdown {
    width: 100%;
    height: auto;
    overflow-y: auto;
}

#searchable-input {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
    box-sizing: border-box;
}


/*------------------------------*/
#vehicle-details-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    width: 400px;
    max-width: 90%;
    border-radius: 8px;
}

#vehicle-details-popup h2 {
    margin-top: 0;
}

#vehicle-details-popup button {
    margin-top: 10px;
    padding: 8px 12px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#vehicle-details-popup button:hover {
    background: #005177;
}
