.swus-search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
}
.swus-search-form input,
.swus-search-form select,
.swus-search-form button,
.swus-search-form .swus-reset-btn {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.swus-search-form select {
    min-width: 140px;
}
.swus-search-form button {
    background: #0073aa;
    color: #fff;
    cursor: pointer;
}
.swus-search-form .swus-reset-btn {
    background: #eee;
    color: #333;
    text-decoration: none;
    margin-left: 10px;
    border: 1px solid #ccc;
}
.swus-user-list {
    margin-top: 20px;
}
.swus-user {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.swus-user-name {
    font-weight: bold;
}
.swus-no-user {
    color: #d00;
    padding: 12px;
}
