/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

.driver-container{
max-width:600px;
margin:40px auto;
padding:20px;
text-align:center;
}

.driver-name{
font-size:60px;
font-weight:600;
margin-bottom:15px;
}

.driver-photo img{
width:150px;
height:150px;
border-radius:50%;
object-fit:cover;
margin-bottom:15px;
}


.driver-info{
text-align:center;
margin-top:10px;
line-height:1.6;
}

.driver-info p{
margin-bottom:12px;
}

.driver-buttons{
margin-top:25px;
margin-bottom:30px;
}

.driver-buttons a{
display:block;
padding:14px;
border-radius:30px;
margin:10px 0;
text-decoration:none;
font-weight:600;
color:white;
}

.btn-whatsapp{ background:#25D366; }
.btn-call{ background:#222; }
.btn-book{ background:#0073e6; }

#driver-qr img{
width:320px;
height:320px;
}

.booking-title{
margin-top:40px;
margin-bottom:15px;
font-size:20px;
}


.osm-results{
position:absolute;
top:100%;
left:0;
width:100%;
background:#fff;
border:1px solid #ddd;
z-index:9999;
max-height:220px;
overflow-y:auto;
border-radius:8px;
box-shadow:0 6px 18px rgba(0,0,0,0.15);
}

.osm-results div{
padding:12px;
cursor:pointer;
border-bottom:1px solid #eee;
}

.osm-results div:hover{
background:#f7f7f7;
}

.ff-el-form-control{
position: relative;
}

.ff-el-input--content{
position: relative;
}

.osm-results div{
padding:12px;
cursor:pointer;
border-bottom:1px solid #eee;
transition:all 0.2s ease;
}

.osm-results div:hover{
background:#f0f7ff;
}

.osm-results{
max-height:250px;
overflow-y:auto;
scrollbar-width:thin;
}


.qr-section{
margin-top:40px;
padding:20px;
background:#fafafa;
border-radius:12px;
}

.driver-card-wrapper {
    text-align: center;
    margin: 30px 0;
}

.card-title {
    font-size: 16px;
    margin-bottom: 12px;
}

.driver-card {
    display: inline-block;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-align: left;
    min-width: 260px;
}

.vehicle-type {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.driver-capacity {
    display: flex;
    gap: 15px;
}

.capacity-box {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    background: #f7f7f7;
    padding: 6px 10px;
    border-radius: 8px;
}

.icon {
    font-size: 16px;
}