.welcome-widget-container-b437e1d8 {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    text-align: center;
    border: 1px solid #f0f0f1;
}

.welcome-header-b437e1d8 h2 {
    margin: 0 0 15px;
    font-size: 32px;
    color: #1d2327;
    font-weight: 700;
}

.welcome-header-b437e1d8 p {
    font-size: 18px;
    color: #50575e;
    margin-bottom: 35px;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.welcome-actions-b437e1d8 {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.welcome-btn-b437e1d8 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    flex: 1;
    min-width: 250px;
    max-width: 350px;
}

.welcome-btn-b437e1d8 svg {
    flex-shrink: 0;
}

.btn-primary-b437e1d8 {
    background-color: #2271b1;
    color: #ffffff !important;
}

.btn-primary-b437e1d8:hover {
    background-color: #135e96;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(34, 113, 177, 0.3);
}

.btn-secondary-b437e1d8 {
    background-color: #ffffff;
    color: #2271b1 !important;
    border: 2px solid #2271b1;
}

.btn-secondary-b437e1d8:hover {
    background-color: #f6f7f7;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .welcome-actions-b437e1d8 {
        flex-direction: column;
        align-items: center;
    }
    .welcome-btn-b437e1d8 {
        width: 100%;
        max-width: 100%;
    }
}