/* _content/Older_People_Network/Pages/Index.razor.rz.scp.css */
body[b-q8uz5ne9mr] {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #fffefc;
    color: #444;
}

.welcome-wrapper[b-q8uz5ne9mr] {
    max-width: 800px;
    margin: auto;
    padding: 2rem;
    line-height: 1.6;
}

.intro[b-q8uz5ne9mr] {
    padding-bottom: 2rem;
    border-bottom: 1px solid #ddd;
}

    .intro h1[b-q8uz5ne9mr] {
        font-size: 2.5rem;
        color: #5a7052;
        margin-bottom: 0.5rem;
    }

.highlight[b-q8uz5ne9mr] {
    margin-top: 2rem;
    padding: 1rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .highlight h2[b-q8uz5ne9mr] {
        font-size: 1.5rem;
        color: #5a7052;
        margin-bottom: 1rem;
    }

    .highlight ul[b-q8uz5ne9mr] {
        list-style: none;
        padding: 0;
    }

    .highlight li[b-q8uz5ne9mr] {
        margin-bottom: 0.8rem;
        padding-left: 1rem;
        position: relative;
    }

        .highlight li[b-q8uz5ne9mr]::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #5a7052;
        }

.callout[b-q8uz5ne9mr] {
    margin-top: 2rem;
    text-align: center;
    background-color: #f5f9f6;
    padding: 2rem;
    border-radius: 8px;
}

    .callout p[b-q8uz5ne9mr] {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
        color: #333;
    }

.buttons button[b-q8uz5ne9mr] {
    margin: 0.5rem;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    background-color: #5a7052;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .buttons button:hover[b-q8uz5ne9mr] {
        background-color: #3f523a;
    }

.footer[b-q8uz5ne9mr] {
    text-align: center;
    margin-top: 3rem;
    font-size: 0.9rem;
    color: #999;
}
/* _content/Older_People_Network/Pages/Profile.razor.rz.scp.css */
body[b-djh9vfxzot] {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f7f9fc;
    margin: 0;
    padding: 2rem;
    display: flex;
    justify-content: center;
}

.profile-card[b-djh9vfxzot] {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 1.5rem;
}

.profile-image img[b-djh9vfxzot] {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #c0d6e4;
    margin-bottom: 1rem;
}

.profile-name[b-djh9vfxzot] {
    font-size: 1.8rem;
    color: #2c3e50;
    margin: 0.5rem 0;
}

.profile-bio[b-djh9vfxzot] {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.profile-actions[b-djh9vfxzot] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn[b-djh9vfxzot] {
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.contact[b-djh9vfxzot] {
    background-color: #4caf50;
    color: white;
}

.bookmark[b-djh9vfxzot] {
    background-color: #2196f3;
    color: white;
}

.share[b-djh9vfxzot] {
    background-color: #ff9800;
    color: white;
}

.btn:hover[b-djh9vfxzot] {
    opacity: 0.85;
}
/* _content/Older_People_Network/Shared/MainLayout.razor.rz.scp.css */
.page[b-e3s6s4wa4p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-e3s6s4wa4p] {
    flex: 1;
}

.sidebar[b-e3s6s4wa4p] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-e3s6s4wa4p] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-e3s6s4wa4p]  a, .top-row .btn-link[b-e3s6s4wa4p] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-e3s6s4wa4p] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-e3s6s4wa4p] {
        display: none;
    }

    .top-row.auth[b-e3s6s4wa4p] {
        justify-content: space-between;
    }

    .top-row a[b-e3s6s4wa4p], .top-row .btn-link[b-e3s6s4wa4p] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-e3s6s4wa4p] {
        flex-direction: row;
    }

    .sidebar[b-e3s6s4wa4p] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-e3s6s4wa4p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-e3s6s4wa4p], article[b-e3s6s4wa4p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
