.popular-locations {
padding: 0;
}
.popular-locations p {
font-size: 13px;
font-weight: 600;
color: #666;
padding: 10px 0;
margin: 0;
}
.popular-locations .container-input {
display: block;
cursor: pointer;
transition: background-color 0.2s ease;
}
.popular-locations .container-input:hover {
background-color: rgba(0, 0, 0, 0.02);
}