.styled-prayer-form input,
.styled-prayer-form textarea,
.styled-prayer-form select {
    width: 100%;
    padding: 8px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.styled-prayer-form label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
