#fcm-category-manager {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ddd;
}

#fcm-category-manager h4 {
    margin-top: 0;
}

.fcm-category-list {
    list-style-type: none;
    padding: 0;
}

.fcm-category-list li {
    margin-bottom: 5px;
}

#fcm-add-category-form {
    margin-top: 10px;
}

#fcm-existing-categories,
#fcm-new-category,
.fcm-edit-category-input {
    margin-right: 10px;
}

.fcm-edit-category,
.fcm-delete-category {
    cursor: pointer;
    color: #0073aa;
    text-decoration: underline;
}

.fcm-edit-category:hover,
.fcm-delete-category:hover {
    color: #00a0d2;
}