.woo-dashboard-wrapper-6cfed051 {
    /* Fallback if Global Typography isn't applied immediately */
    font-family: var(--e-global-typography-primary-font-family), "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.woo-dashboard-banner {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
    background-color: #f3f4f6;
    border-radius: 12px;
    margin-bottom: 30px;
}

.woo-dashboard-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.woo-dashboard-welcome {
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 400;
    color: #111827;
}

.woo-dashboard-welcome strong {
    font-weight: 700;
}

.woo-dashboard-logout {
    font-size: 14px;
    color: #6b7280;
    text-decoration: underline;
    transition: color 0.2s;
}

.woo-dashboard-logout:hover {
    color: #ef4444;
}

.woo-dashboard-grid {
    display: grid;
    gap: 20px;
    /* Columns defined dynamically by Elementor control, defaults to 4 now */
}

.woo-dashboard-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.woo-dashboard-card:hover {
    border-color: #3b82f6;
    box-shadow: 0 4px 6px rgba(59, 130, 246, 0.1);
    transform: translateY(-2px);
}

.woo-dashboard-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #eff6ff;
    border-radius: 12px;
    color: #3b82f6;
    font-size: 20px;
    flex-shrink: 0;
}

.woo-dashboard-card-content {
    flex-grow: 1;
}

.woo-dashboard-card-title {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.woo-dashboard-card-desc {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

.woo-dashboard-login-prompt {
    text-align: center;
    padding: 40px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px dashed #e5e7eb;
}
