.ads-box {
    max-width: 600px;
    margin: 20px auto;
    text-align: right;
}
#device_search_input {
    width: 100%;
    padding: 10px;
    border: 2px solid #e60000;
    border-radius: 8px;
    font-size: 16px;
}
#device_search_results {
    margin-top: 10px;
}
.ads-result {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    padding: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    color: black;
    background: #fff5f5;
    border-radius: 6px;
}
.ads-result img {
    width: 50px;
    margin-left: 10px;
    border-radius: 4px;
}
.ads-result span {
    font-weight: bold;
}
.ads-no-results {
    padding: 10px;
    color: #999;
    background: #f9f9f9;
    border-radius: 5px;
}
