#wten-app {
    max-width: 420px;
    margin: 20px auto;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#wten-app h2 {
    text-align: center;
    margin-bottom: 15px;
}

#wten-get-location, #wten-search {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #999;
    background-color: #fff;
    transition: background-color 0.3s ease;
}

#wten-get-location:hover, #wten-search:hover {
    background-color: #ddd;
}

.wten-row {
    margin-bottom: 12px;
}

.wten-row label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

#wten-radius, #wten-keyword {
    width: 100%;
    padding: 8px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#wten-results {
    margin-top: 20px;
}

.wten-list {
    list-style: none;
    padding-left: 0;
}

.wten-list li {
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}

.wten-list li strong {
    font-size: 17px;
}

.wten-list li a {
    color: #1a73e8;
    text-decoration: none;
}

.wten-list li a:hover {
    text-decoration: underline;
}
