/* Mobile-first tweaks on top of Bootstrap */
.pb-body {
    min-height: 100vh;
    background-color: #f8f9fa;
}

.pb-main {
    max-width: 720px;
}

/* Public home (Default.aspx) */
.pb-home-hero {
    background: linear-gradient(135deg, #e8f1ff 0%, #f8f9fa 55%, #eef6ff 100%);
    border: 1px solid rgba(13, 110, 253, 0.12);
}

.pb-home-lead {
    max-width: 38rem;
}

.pb-home-card {
    transition: box-shadow 0.15s ease;
}

.pb-home-card:hover {
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.08) !important;
}

.pb-home-muted {
    background-color: #f1f3f5;
    border: 1px solid #e9ecef;
}

/* Match main column; center title between two equal columns (menu on the right). */
.pb-navbar-grid {
    grid-template-columns: minmax(2.75rem, 1fr) minmax(0, auto) minmax(2.75rem, 1fr);
    column-gap: 0.25rem;
}

.pb-card {
    border-radius: 0.75rem;
}

.pb-pastor-card {
    background-color: #fffbeb;
}

.pb-highlight-new {
    background-color: #ecfdf5;
    border-color: #6ee7b7 !important;
}

.pb-highlight-updated {
    background-color: #eff6ff;
    border-color: #93c5fd !important;
}

/* Profile page sections */
.pb-profile-section {
    margin-bottom: 0;
}

.pb-profile-section-title {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #343a40;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #dee2e6;
}

.pb-profile-rule {
    border: 0;
    border-top: 1px solid #dee2e6;
    opacity: 1;
    margin: 1.5rem 0;
}
