.sharedcareco-container-bd09cf6e {
    padding: 40px;
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.sharedcareco-title-bd09cf6e {
    margin-top: 0;
    margin-bottom: 24px;
    color: #2c3e50;
    font-size: 2rem;
}

.sharedcareco-text-bd09cf6e {
    margin-bottom: 16px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4a5568;
}

.sharedcareco-btn-bd09cf6e {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 28px;
    background-color: #3182ce;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.sharedcareco-btn-bd09cf6e:hover {
    background-color: #2b6cb0;
    color: #ffffff;
}

.sharedcareco-small-text-bd09cf6e {
    display: block;
    margin-top: 16px;
    font-size: 0.9rem;
    color: #718096;
    font-style: italic;
}