/* Scoped styling to avoid conflicts */
.prayer-request-wrapper {
    border: 1px solid #ccc;
    padding: 20px;
    max-width: 600px;
    margin: 20px auto;
    background: #f9f9f9;
    border-radius: 8px;
}
.prayer-request-wrapper label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.prayer-request-wrapper input[type="text"],
.prayer-request-wrapper textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.prayer-request-wrapper button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.prayer-request-confirmation {
    text-align: center;
    padding: 10px;
    background-color: #e0f2f1;
    border: 1px solid #00796b;
    margin: 0 0 15px 0;
    border-radius: 6px;
}
.prayer-request-counter {
    margin-top: 10px;
    text-align: right;
}
