.tp-stop {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    max-width: 400px;
    font-family: sans-serif;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
#tp-find-stop {
    background-color: #007cba;
    color: white;
    border: none;
    padding: 10px 14px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}
#tp-find-stop:hover {
    background-color: #005f8d;
}
#tp-stop-info {
    margin-top: 12px;
    font-size: 14px;
}
