#fakerModule {
    padding: 2rem;
}

#fakerModule ul {
    list-style: none;
    padding-left: 0;
}

#fakerModule ul li:not(.active-result) {
    margin-bottom: 1rem;
    padding: 1.4rem 1rem;
    border: 2px solid #d0d0d0;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.2);
}

#fakerModule ul li:last-of-type { margin-bottom: 0 }

#fakerModule ul li .table {
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
}

#fakerModule ul li form {
    display: flex;
    align-items: flex-end;
}

#fakerModule ul li form .form-group {
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
}

#fakerModule ul li form .form-group label {
    margin-bottom: 0.4rem;
}

#fakerModule ul li form input:not([type="checkbox"]),
#fakerModule ul li form select {
    min-width: 140px;
    padding: 0.4rem 0.8rem;
}
