.prayer-form, .prayer-edit-form, .prayer-admin-form {
    max-width: 600px;
    margin: 20px 0;
}
.prayer-form div, .prayer-edit-form div, .prayer-admin-form div {
    margin-bottom: 15px;
}
.prayer-form label, .prayer-edit-form label, .prayer-admin-form label {
    display: block;
    margin-bottom: 5px;
}
.prayer-form input[type="text"],
.prayer-form input[type="email"],
.prayer-form input[type="date"],
.prayer-form textarea,
.prayer-form select,
.prayer-edit-form input[type="text"],
.prayer-edit-form input[type="email"],
.prayer-edit-form input[type="date"],
.prayer-edit-form textarea,
.prayer-edit-form select,
.prayer-admin-form input[type="text"],
.prayer-admin-form input[type="email"],
.prayer-admin-form input[type="date"],
.prayer-admin-form textarea,
.prayer-admin-form select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}
.prayer-list .prayer-item {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}
.heart-prayer {
    background: #0073aa;
    color: white;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
}
.heart-prayer:hover {
    background: #005177;
}
.add-category-form {
    margin: 20px 0;
}
.prayer-search-form {
    margin-bottom: 20px;
}
.prayer-search-form input, .prayer-search-form select {
    margin-right: 10px;
}
.prayer-comments {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}