#wemo-dashboard{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.wemo-device{
    border:1px solid #ccc;
    padding:20px;
    width:250px;
    border-radius:8px;
    background:#fff;
}

.wemo-device h3{
    margin-top:0;
}

.wemo-device button{
    margin-right:10px;
    padding:8px 15px;
    cursor:pointer;
}