/* Mobile-first tweaks on top of Bootstrap */
.pb-body {
    min-height: 100vh;
    background-color: #f8f9fa;
}

.pb-main {
    max-width: 720px;
}

.pb-card {
    border-radius: 0.75rem;
}

.pb-pastor-card {
    background-color: #fffbeb;
}
