body {
    font-size: 14px;
}
.category-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 20px;
}
.category-box h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.component-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.component-item:nth-child(even) {
    background-color: #f9f9f9;
}
.component-item:last-child {
    border-bottom: none;
}
.form-group input {
    font-size: 0.9rem;
}